Closed samiBendou closed 4 years ago
GitHub pages integration must be done globally from ./docs
directory not ./py_sca/docs
. It is better to wait until the global doc is formated and reviewed to integration GitHub pages.
To generate current Python doc do the following from root directory :
$ cd docs/sources/sphinx
$ make html
This will generate an html website based on the Python documentation at the directory docs/sources/build/all/html
.
To view the website just run the index.html
file in your web browser.
Complete Python documentation