Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 600 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 600 Bytes

Talon Docs

Documentation for Talon.

Currently it comes in two forms: "regular" HTML, which spans multiple pages, and single page HTML.

With Pipenv

If you have pipenv and Python 3:

  1. git clone https://github.com/talonvoice/docs
  2. cd docs
  3. pipenv run make html singlehtml
  4. open build/html/index.html or build/singlehtml/index.html

With plain virtualenv

  1. Setup a virtualenv
  2. Install Sphinx pip install -r requirements.txt
  3. build the docs make html singlehtml
  4. Look at build/html/index.html or build/singlehtml/index.html