Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 287 Bytes

documentation.md

File metadata and controls

14 lines (8 loc) · 287 Bytes

Documentation contributions

Build

We use Sphinx to create the documentation from source files and docstrings in code.

pip install -r docs/requirements.txt
python setup.py build_docs

The resulting html files are in docs/build/html.

man pages

Located in docs/man