This subdirectory contains the reStructuredText documentation that can be built with sphinx.
To build the documentation, you will need to have installed:
Then simply type:
make html
and the HTML documentation will be installed in ./_build/html/
.
Note that the configuration automatically created by sphinx-quickstart
has been modified in the following ways:
conf.py
has been modified to read the version and package information from../phydmslib/_metadata.py
Makefile
has been modified to automatically run `sphinx-apidoc`_ when invoked withmake html
.