Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 490 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 490 Bytes

About the documentation

This documentation is automatically built on each commit as configured on ReadTheDocs and in the readthedocs.yml file, and made available on z2jh.jupyter.org.

Local documentation development

cd doc
pip install -r doc-requirements.txt
# automatic build and livereload enabled webserver
make devenv

# automatic check of links validity
make linkcheck