Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Sphinx Documentation for RiveScript

This contains the Sphinx configuration for building documentation for RiveScript.

If you're an end user and just want to read the documentation, please visit http://rivescript.readthedocs.org/.

Building Documentation Quickstart

$ cd /path/to/rivescript-python/docs
$ pip install -r requirements.txt
$ make html

HTML documentation is generated under _build/html. Refer to general Sphinx documentation for more details.