python101
June 10, 2019 ยท View on GitHub
python 101, python beginner workshop material
How to Build
- Install Sphinx Doc
pip install -U Sphinx - Clone repo
- Change dir to docs,
$ cd docs - Execute
$ make htmlto make HTML document
June 10, 2019 ยท View on GitHub
python 101, python beginner workshop material
pip install -U Sphinx$ cd docs$ make html to make HTML document