.. _making_the_docs: ************************* 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.