Build DocumentationΒΆ

The FlamingPy documentation is built using sphinx. To build the documentation locally, the following packages (some in addition to the packages in the top dev_requirements.txt) are required:

All required packages can be installed via:

$ python -m pip install -r doc/dev_requirements.txt

We will build the documentation using make (if you require to install and understand how Makefiles work, see for example this guide). Now to build the HTML documentation, go to the doc directory and run

$ make docs

Note this command will initially run make clean in the directory.

The documentation can be found in the doc/_build/html/ directory.

Contents

Home

Background

Using FlamingPy

Development

Getting Help

Python API