Documentation for Talon.
Currently it comes in two forms: "regular" HTML, which spans multiple pages, and single page HTML.
If you have pipenv and Python 3:
git clone https://github.com/talonvoice/docs
cd docs
pipenv run make html singlehtml
- open
build/html/index.html
orbuild/singlehtml/index.html
- Setup a virtualenv
- Install Sphinx
pip install -r requirements.txt
- build the docs
make html singlehtml
- Look at
build/html/index.html
orbuild/singlehtml/index.html