Update sphinx doc

This commit is contained in:
Magne Sjaastad 2019-08-08 11:04:24 +02:00
parent b2adea51e3
commit d9b1cfec3a

View File

@ -1,4 +1,7 @@
You need sphinx (pip install sphinx) to update the documentation.
You need sphinx to update the documentation.
To update run "make html" to update to reflect changes to the python code.
pip install sphinx sphinx-markdown-builder
To update run "make markdown" to update to reflect changes to the python code.
The generated files are located in build/markdown