This document describes HydrOffice QC Tools 4.3.9.
4.2. How to build the documentation¶
4.2.1. Requirements¶
The documentation is built using sphinx, so you neeed to have it:
pip install sphinx sphinx-autobuild
4.2.2. First-time creation of documentation template¶
Just once for each project, you can create the documentation template as follows:
mkdir docscd docssphinx-quickstart
4.2.3. Generate the documentation¶
To create the html:
make html
To create the pdf, you first need to install a latex distribution, then:
make latexpdf