Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 431 Bytes

README.rst

File metadata and controls

16 lines (11 loc) · 431 Bytes

Documentation

Documentation for |project| is generated using Sphinx. Python API is generated automatically from docstrings. After each commit to master branch, documentation is updated and published to :readthedocs:`Read the Docs<>`.

Build

You can build the documentation locally, in docs dir run:

pip install -r requirements.txt
make html