Build documentationΒΆ
To build the documentation, cd to docs (from the root folder of the project). You can then generate automatically the documentation from code comments:
sh gen_doc.sh
And produce the html files:
make html
All html file will be saved in <root_folder>/docs/build/html.