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/docscd docspipenv run make html singlehtml- open
build/html/index.htmlorbuild/singlehtml/index.html
- Setup a virtualenv
- Install Sphinx
pip install -r requirements.txt - build the docs
make html singlehtml - Look at
build/html/index.htmlorbuild/singlehtml/index.html