Skip to content

talonvoice/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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