Skip to content

Files

Latest commit

 

History

History

docs

#doc generation

From the root of the repository :

 cd docs; 
 make html;
 cd -

The result is in the _build/html folder.

The manual is generated with Sphinx documentation.