jobmanager/doc
2015-04-08 23:32:51 +02:00
..
artwork Initial sphinx documentation. 2015-04-03 08:17:37 +02:00
commit_gh-pages.py commit update 2015-04-08 23:32:51 +02:00
conf.py added gh-pages script 2015-04-03 08:54:21 +02:00
description.txt Initial sphinx documentation. 2015-04-03 08:17:37 +02:00
index.rst added gh-pages script 2015-04-03 08:54:21 +02:00
Readme.md better automated doc upload 2015-04-03 11:21:08 +02:00

jobmanager documentation

Install numpydoc:

pip install numpydoc

To compile the documentation, run

python setup.py build_sphinx

To upload the documentation to gh-pages, run

python setup.py commit_doc

or

python doc/commit_gh-pages.py