Skip to content

Commit ccb1e9a

Browse files
committed
Further cleanup of contributing.md
1 parent e99857e commit ccb1e9a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ To install dependencies for development:
1313
pip install -r requirements.txt
1414
```
1515

16-
## Documentation
17-
18-
To build documentation:
19-
```
20-
cd docs/
21-
sphinx-build -b html . htmldir
22-
```
23-
2416
## Unit testing
2517

2618
The tests use a locally built and installed module for this code:
@@ -45,6 +37,14 @@ Then run the tests:
4537
python3 tests/test.py
4638
```
4739

40+
## Documentation
41+
42+
To build documentation:
43+
```
44+
cd docs/
45+
sphinx-build -b html . htmldir -W
46+
```
47+
4848
## Codestyle
4949

5050
This code uses [flake8](https://github.com/pycqa/flake8) for codestyle checking.

0 commit comments

Comments
 (0)