Skip to content

Latest commit

 

History

History
 
 

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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 requirements.txt
# automatic build and livereload enabled webserver
make devenv

# automatic check of links validity
make linkcheck