The syntax in the text pages is ReStructured Text format.
see this page for examples of the syntax, and this one for a more comprehensive explanation of
the syntax.
The syntax chosen for the auto-documentation of the Python module is Google Docstring syntax.
see the google Docstring example in the Sphinx-napoleon package.
- Install
sphinxpackage and the requirements written in the filesource/requirements.txtof provided with the sources ofPyBigDFT.- Copy the quick build file
Makefile-sphinxbuildof thePyBigDFTsource directory intoMakefile- Run the command
make html- The documentation of the package can be explored starting from the file
build/html/index.html.