Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 487 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 487 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 docs
pip install -r requirements.txt
# automatic build and livereload enabled webserver
make devenv

# automatic check of links validity
make linkcheck