Newer
Older
- apt-get update
- apt-get install --assume-yes pandoc
- pip install numpy pandas termcolor # top import of Ohmpi.py
- pip install sphinx numpydoc sphinx_rtd_theme pandoc recommonmark
- cd doc
- make html
# also make latex? pdf?
- cd ..
- mv doc/build/html/ public/
- ls public/