Move api out of the docs directory 85/35485/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 29 May 2017 12:08:14 +0000 (14:08 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 29 May 2017 12:14:05 +0000 (14:14 +0200)
The docs directory can only contain static documentation.
All generated html files should be pushed as artifacts at the end of
functest-verify-master.

Change-Id: I17aeab5687b9eb0c7aaf21cbc6b41e8f321c2e63
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
17 files changed:
api/Makefile [moved from docs/api/Makefile with 100% similarity]
api/_static/.gitkeep [moved from docs/api/_static/.gitkeep with 100% similarity]
api/_templates/.gitkeep [moved from docs/api/_templates/.gitkeep with 100% similarity]
api/apidoc/functest.core.feature.rst [moved from docs/api/apidoc/functest.core.feature.rst with 100% similarity]
api/apidoc/functest.core.rst [moved from docs/api/apidoc/functest.core.rst with 100% similarity]
api/apidoc/functest.core.testcase.rst [moved from docs/api/apidoc/functest.core.testcase.rst with 100% similarity]
api/apidoc/functest.core.unit.rst [moved from docs/api/apidoc/functest.core.unit.rst with 100% similarity]
api/apidoc/functest.core.vnf.rst [moved from docs/api/apidoc/functest.core.vnf.rst with 100% similarity]
api/apidoc/functest.opnfv_tests.rst [moved from docs/api/apidoc/functest.opnfv_tests.rst with 100% similarity]
api/apidoc/functest.opnfv_tests.sdn.odl.odl.rst [moved from docs/api/apidoc/functest.opnfv_tests.sdn.odl.odl.rst with 100% similarity]
api/apidoc/functest.opnfv_tests.sdn.odl.rst [moved from docs/api/apidoc/functest.opnfv_tests.sdn.odl.rst with 100% similarity]
api/apidoc/functest.opnfv_tests.sdn.rst [moved from docs/api/apidoc/functest.opnfv_tests.sdn.rst with 100% similarity]
api/apidoc/functest.rst [moved from docs/api/apidoc/functest.rst with 100% similarity]
api/apidoc/modules.rst [moved from docs/api/apidoc/modules.rst with 100% similarity]
api/conf.py [moved from docs/api/conf.py with 100% similarity]
api/index.rst [moved from docs/api/index.rst with 100% similarity]
tox.ini

similarity index 100%
rename from docs/api/Makefile
rename to api/Makefile
similarity index 100%
rename from docs/api/conf.py
rename to api/conf.py
similarity index 100%
rename from docs/api/index.rst
rename to api/index.rst
diff --git a/tox.ini b/tox.ini
index bde3a97..70059d1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ commands = nosetests --with-xunit \
 
 [testenv:docs]
 basepython = python2.7
-commands = sphinx-build -W -b html docs/api/ docs/api/_build
+commands = sphinx-build -W -b html api/ api/_build
 
 [testenv:pep8]
 basepython = python2.7