Find the docs at Read the Docs
This folder contains the src and resulting doc files. We use sphinx.
Install the theme
pip install sphinx-rtd-theme
Notes for developers.
- Check out this tut for quicksetup of sphinx
conda install sphinx numpydoc
(or pip install -U Sphinx)
- Install read the docs theme and set in the config
html_theme = "sphinx_rtd_theme"
pip install sphinx_rtd_theme
sphinx-apidoc -f -o source/ ../pyEPR -o source/api --no-toc -M -e
make html
You can alos use this to update the doc tree.