Making the Documentation

This documentation is made using the package Sphinx and the associated packages nbsphinx, pandoc and autodocsumm. To build this documentation yourself, you will need to first install these. If you’re using conda, for example, this can be done as follows:

conda install -c conda-forge pandoc nbsphinx sphinx autodocsumm

Then to make the documentation, in the docs directory you should run the command:

make html

to make the HTML version, or:

make latex

for the PDF.