Docs#
In order to build the docs you need to
install sphinx and additional support packages
build the package reference files
run sphinx to create a local html version
Command to be run from path/to/pimms/docs, i.e. from within the docs package folder:
Install pimms-learn with docs option locally
# pwd: ./pimms
pip install .[docs]
Build docs#
Using Sphinx command line tools.
Options:
--separateto build separate pages for each (sub-)module
# pwd: ./pimms/docs
# apidoc
sphinx-apidoc --force --implicit-namespaces --module-first -o reference ../pimmslearn
# build docs
sphinx-build -n -W --keep-going -b html ./ ./_build/