File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ All notable changes to this project will be documented in this file.
12
12
13
13
### Other Changes
14
14
15
- ## [ v0.1.4] 5 May 2024
16
- - Improve Dev Experience.
17
- - Better Typing.
15
+ ## [ v0.1.4] 6 May 2024
16
+ - Improve Dev Experience. https://github.com/john0isaac/markdown-checker/pull/28
17
+ - Better Typing. https://github.com/john0isaac/markdown-checker/pull/37
18
18
- Add ruff, black, mypy and workflows to check them on all supported python versions.
19
19
- Add pre-commit.
20
20
- Change packaging strategy to setuptools with pyproject.toml.
21
- - Add docs
21
+ - Add docs in read the docs https://markdown-checker.readthedocs.io/en/latest/
22
22
23
23
## [ v0.1.3] 15 March 2024
24
24
* Change lessons to files
Original file line number Diff line number Diff line change 1
1
[ ![ PyPi] ( https://img.shields.io/pypi/v/markdown-checker )] ( https://pypi.org/project/markdown-checker/ )
2
+ [ ![ Documentation Status] ( https://readthedocs.org/projects/markdown-checker/badge/?version=latest )] ( https://markdown-checker.readthedocs.io/en/latest/?badge=latest )
2
3
[ ![ Downloads] ( https://img.shields.io/pypi/dm/markdown-checker )] ( https://pypi.org/project/markdown-checker/ )
3
4
4
5
[ ![ GitHub issues] ( https://img.shields.io/badge/issue_tracking-github-blue.svg )] ( https://github.com/john0isaac/markdown-checker/issues )
@@ -14,6 +15,10 @@ Install the package:
14
15
pip install markdown-checker
15
16
```
16
17
18
+ ### Documentation
19
+
20
+ - [ Full documentation] ( https://markdown-checker.readthedocs.io/en/latest/ ) .
21
+
17
22
## 1, 2, 3 - How To
18
23
19
24
1 . Run ` pip install markdown-checker ` .
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
[project ]
6
6
name = " markdown-checker"
7
7
description = " A markdown link validation reporting tool"
8
- version = " 0.1.3 "
8
+ version = " 0.1.4 "
9
9
authors = [{
name =
" John Aziz" ,
email =
" [email protected] " }]
10
10
maintainers = [{
name =
" John Aziz" ,
email =
" [email protected] " }]
11
11
license = {file = " LICENSE" }
@@ -30,7 +30,7 @@ classifiers = [
30
30
31
31
[project .urls ]
32
32
Homepage = " https://github.com/john0isaac/markdown-checker"
33
- Repository = " https://github.com/john0isaac/ markdown-checker.git "
33
+ Documentation = " https://markdown-checker.readthedocs.io/en/latest/ "
34
34
Issues = " https://github.com/john0isaac/markdown-checker/issues"
35
35
Contributing = " https://github.com/john0isaac/markdown-checker/pulls"
36
36
Releases = " https://github.com/john0isaac/markdown-checker/releases"
You can’t perform that action at this time.
0 commit comments