Closed heyhaleema closed 2 years ago
This PR:
To generate HTML-based documents documents:
pip install sphinx
pip install -r requirements.txt
pip install sphinx-rtd-theme
make html
docs
To view, open index.html in your web browser.
index.html
I will raise a new issue for the clean up/further enhancement documentation (e.g. review our docstrings based on this guidance).
This PR:
To generate HTML-based documents documents:
pip install sphinx
or re-runpip install -r requirements.txt
pip install sphinx-rtd-theme
or re-runpip install -r requirements.txt
make html
from thedocs
folderTo view, open
index.html
in your web browser.I will raise a new issue for the clean up/further enhancement documentation (e.g. review our docstrings based on this guidance).