Skip to content
Snippets Groups Projects
Select Git revision
  • 2ba81264d39d3299809f771ccee7055c1af446a9
  • master default protected
  • v1.1
  • operations
  • v1.1.2
  • v1.1.1
  • v1.1.0
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.0
  • v1.0.1
12 results

doc

Ronan Hamon's avatar
Ronan Hamon authored
2ba81264
History

Sphinx is used to generate the API and reference documentation for all packages from the skmad-suite.

Instructions to build the documentation

In addition to installing madarrays and its dependencies, install the Python packages needed to build the documentation by entering

pip install -r ../requirements/doc.txt

in the doc/ directory.

To build the HTML documentation, run:

make html

in the doc/ directory. This will generate a build/html subdirectory containing the built documentation.

To build the PDF documentation, run:

make latexpdf

You will need to have Latex installed for this.