Install and 5 minutes experience
To build using sphinx:
$ cd getting_started
$ make html
html files are generated into the _build/html folder. Open _build/html/index.html to browse the documentation.
Automagically generated from docstrings.
To build using sphinx:
$ cd apidoc
$ make html
html files are generated into the _build/html folder. Open _build/html/index.html to browse the documentation.
To build using sphinx:
$ cd examples
$ make html
html files are generated into the _build/html folder. Open _build/html/index.html to browse the documentation.
If you want the french version of the examples documentation:
$ cd examples_fr
$ make html