Add documentation around the cli

This commit is contained in:
Ian Cordasco 2016-05-08 14:02:40 -05:00
parent a82f8cb580
commit 414922d08e
4 changed files with 101 additions and 5 deletions

View file

@ -76,6 +76,7 @@ commands =
[testenv:docs]
deps =
sphinx>=1.3.0
sphinx_rtd_theme
commands =
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html