View Online: https://python-elective-kea.github.io/spring2023/
Or view local by cloning this repository
git clone https://github.com/python-elective-kea/fall2022.git
Open the index.html page in your browser from the "sphinx -> build" folder and use the website.
If you want to work with the source files
$ docker run --rm -v /path/to/document:/docs sphinxdoc/sphinx:3.3.0 make html
$ pip install -U sphinx
And read the documentations here: https://www.sphinx-doc.org/en/master/contents.html
The source files can be found in "sphinx -> source" folder.
The "build" files are identical with the ones in the "docs" folder, but are used for local display.