Update the docs directory

State machine bits removed as
  they are moving to the akanda repo
Aslo fix bad URL in root readme

Partially Implements: blueprint liberty-doc-updates

Change-Id: I35cd688850fdd007bb9f0fb27759f6081e64d160
This commit is contained in:
Sean Roberts
2015-06-10 12:24:45 -07:00
parent 9942eb1433
commit 5759be87ab
8 changed files with 6 additions and 277 deletions

View File

@@ -21,7 +21,7 @@ commands = {[testenv:style]commands}
[testenv:doc]
deps = Sphinx
commands = sphinx-build doc/source doc/build
commands = sphinx-build docs/source docs/build
[testenv:cover]
setenv = NOSE_WITH_COVERAGE=1