How to document this package
Background
This package uses sphinx and the Read the Docs theme to document its functions and usage. The sphinx package makes it easy to automatically build pretty documentation.
For first time installation (no longer necessary)
conda install sphinx
in git bashsphinx-quickstart
in git bashpip install sphinx-rtd-theme
in git bashconda install pandoc
in git bashmake html
For developers
make html
in cmd (if on Windows)