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:
10
10
lint :
11
11
@poetry run pylint ./makenew_pypackage
12
12
@poetry run black --check .
13
+ @poetry run rstcheck README.rst
13
14
14
15
test :
15
16
@poetry run pytest --cov=./makenew_pypackage
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ Features
28
28
- Uncompromising code formatting with Black _.
29
29
- pytest _ helps you write better programs.
30
30
- Code coverage reporting with Codecov _.
31
- - Continuous testing and deployment with `GitHub Actions `_ .
31
+ - Continuous testing and deployment with `GitHub Actions `__ .
32
32
- `Keep a CHANGELOG `_.
33
33
- Consistent coding with EditorConfig _.
34
34
- Badges from Shields.io _.
35
35
36
36
.. _Black : https://black.readthedocs.io/en/stable/
37
37
.. _Codecov : https://codecov.io/
38
38
.. _EditorConfig : https://editorconfig.org/
39
- .. _ GitHub Actions : https://github.com/features/actions
39
+ .. __ : https://github.com/features/actions
40
40
.. _Keep a CHANGELOG : https://keepachangelog.com/
41
41
.. _PyPI : https://pypi.python.org/pypi
42
42
.. _Pylint : https://www.pylint.org/
@@ -163,14 +163,14 @@ Primary development tasks are defined in the `Makefile`.
163
163
Source Code
164
164
~~~~~~~~~~~
165
165
166
- The `source code `_ is hosted on GitHub.
166
+ The `source code `__ is hosted on GitHub.
167
167
Clone the project with
168
168
169
169
::
170
170
171
171
$ git clone https://github.com/makenew/pypackage.git
172
172
173
- .. _ source code : https://github.com/makenew/pypackage
173
+ .. __ : https://github.com/makenew/pypackage
174
174
175
175
Requirements
176
176
~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ pytest = "^7.1.1"
18
18
pytest-cov = " ^4.0.0"
19
19
pytest-runner = " ^6.0.0"
20
20
pytest-watch = " ^4.2.0"
21
+ rstcheck = " ^6.1.2"
21
22
22
23
[build-system ]
23
24
requires = [" poetry>=1.2" ]
You can’t perform that action at this time.
0 commit comments