This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Description
Background
- Sphinx is a standard documentation system for python https://www.sphinx-doc.org/en/master/
- It provides documentation generation from reStructuredText or markdown
- It can generate menus
- It can generate api documentation from python docstrings
- It can generate documentation for Readthedocs https://readthedocs.org/
Acceptance Criteria