loefsys.scripts.sphinx_scripts module

Submodule containing scripts related to Sphinx docs generation.

The available scripts allow generation of the API docs and building of the docs.

loefsys.scripts.sphinx_scripts.makedocs() None

Generate HTML documentation for the project.

See sphinx-build for more details.

Return type:

None

loefsys.scripts.sphinx_scripts.genapidocs() None

Generate API documentation from the docstrings.

See sphinx-apidoc for more details.

Return type:

None