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 also use this to update the doc tree.
The docs get update automatically each time you make a commit to the master branch. To check on the status of the docs build or failing, navigate to https://readthedocs.org/projects/pyepr-docs/builds/
and select the latest build to see its progress and report.
To manually initiate a rebuild: Navigate to https://readthedocs.org/projects/pyepr-docs/
. Here, if you have write access you can initiate a build.