File tree Expand file tree Collapse file tree 4 files changed +204
-5
lines changed
Expand file tree Collapse file tree 4 files changed +204
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ format:
1010lint :
1111 @poetry run pylint ./makenew_pypackage
1212 @poetry run black --check .
13+ @poetry run rstcheck README.rst
1314
1415test :
1516 @poetry run pytest --cov=./makenew_pypackage
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ Features
2828- Uncompromising code formatting with Black _.
2929- pytest _ helps you write better programs.
3030- Code coverage reporting with Codecov _.
31- - Continuous testing and deployment with `GitHub Actions `_ .
31+ - Continuous testing and deployment with `GitHub Actions `__ .
3232- `Keep a CHANGELOG `_.
3333- Consistent coding with EditorConfig _.
3434- Badges from Shields.io _.
3535
3636.. _Black : https://black.readthedocs.io/en/stable/
3737.. _Codecov : https://codecov.io/
3838.. _EditorConfig : https://editorconfig.org/
39- .. _ GitHub Actions : https://github.com/features/actions
39+ .. __ : https://github.com/features/actions
4040.. _Keep a CHANGELOG : https://keepachangelog.com/
4141.. _PyPI : https://pypi.python.org/pypi
4242.. _Pylint : https://www.pylint.org/
@@ -163,14 +163,14 @@ Primary development tasks are defined in the `Makefile`.
163163Source Code
164164~~~~~~~~~~~
165165
166- The `source code `_ is hosted on GitHub.
166+ The `source code `__ is hosted on GitHub.
167167Clone the project with
168168
169169::
170170
171171 $ git clone https://github.com/makenew/pypackage.git
172172
173- .. _ source code : https://github.com/makenew/pypackage
173+ .. __ : https://github.com/makenew/pypackage
174174
175175Requirements
176176~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ pytest = "^7.1.1"
1818pytest-cov = " ^4.0.0"
1919pytest-runner = " ^6.0.0"
2020pytest-watch = " ^4.2.0"
21+ rstcheck = " ^6.1.2"
2122
2223[build-system ]
2324requires = [" poetry>=1.2" ]
You can’t perform that action at this time.
0 commit comments