A short talk for Taipei.py.
This work is licensed under a Creative Commons Attribution-NoDerivs 3.0 Unported License.
This is a Sphinx document intended to be read in HTML form. Install
dependencies, build the HTML, and open build/html/index.html
to view.
If the previous section is too succinct for you.
- Python 3.6
- Pipenv
$ pipenv install --dev
$ pipenv run watch --open-browser
This should automatically build the HTML files, start an HTTP server to serve them, and open a browser window for you to view.
$ pipenv run build
This builds HTML files into build/html
.