Add docs for new batch system.

And some other tweak(s).
This commit is contained in:
Lance Edgar 2015-02-13 01:12:20 -06:00
parent 6c7f1afcf4
commit 937a55c14d
7 changed files with 148 additions and 5 deletions

View file

@ -34,6 +34,7 @@ execfile(os.path.join(os.pardir, 'tailbone', '_version.py'))
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
]
# Add any paths that contain templates here, relative to this directory.