External Package Changes
Internal Changes
Automated docs with Sphinx
Guidance on using Sphinx
- py -m pip install sphinx
- mkdir docs
- cd docs/
- py -m sphinx.cmd.quickstart
- make html
- make clean
- sphinx-apidoc -o source/ ../PHStatsMethods
○ You may need to put in the full path to the sphinx-apidoc, you can find it using:
o py -m pip show sphinx
o You'll need to navigate up a couple of levels and then find Python/Python39/Scripts
○ Alternatively, try sphinx-autogen -o source/ ../PHStatsMethods
- make html (equivalent of sphinx-build)
External Package Changes
Internal Changes
Automated docs with Sphinx
Guidance on using Sphinx
○ You may need to put in the full path to the sphinx-apidoc, you can find it using:
o py -m pip show sphinx
o You'll need to navigate up a couple of levels and then find Python/Python39/Scripts
○ Alternatively, try sphinx-autogen -o source/ ../PHStatsMethods