Contents:
see INSTALL.md
Run pytest unittests.
pytest unittests
We use sphinx to create the documentation. Docstrings in the code should comply with the Googly style (see link below).
Build documentation in src/doc with make html.
src/doc
make html
sphinx
sphinx-autoapi
recommonmark
sphinx-rtd-theme
Google Style Python Docstrings
Google Style Python Docstrings 2nd reference
References to other documentation