Skip to content

Documentation for Python source code

Zachariah Watt edited this page Nov 4, 2023 · 1 revision

Documentation can be found in the doc directory. Documentation is powered by Sphinx.

To generate the documentation, install Sphinx and run

make html

or

make pdf

For HTML documentation, you will need to install the readthedocs.org theme.

To generate PDF documentation, you will need the LaTeX toolchain.

Clone this wiki locally