We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb53e1e commit 29bceb8Copy full SHA for 29bceb8
CONTRIBUTING.md
@@ -16,3 +16,14 @@ or with [tox](https://pypi.org/project/tox/) installed:
16
17
$ tox
18
19
+
20
+Documentation is published with [mkdocs]():
21
22
+```shell
23
+$ pip install -r requirements.txt
24
+$ pip install -e .
25
+$ mkdocs serve
26
+```
27
28
+Open http://127.0.0.1:8000/ to view the documentation locally.
29
0 commit comments