From: Cédric Ollivier Date: Mon, 29 May 2017 12:08:14 +0000 (+0200) Subject: Move api out of the docs directory X-Git-Tag: opnfv-5.0.RC1~356^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=42a4bc6d587ae5c980632de0e0805aecd0456235;p=functest.git Move api out of the docs directory 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 --- diff --git a/docs/api/Makefile b/api/Makefile similarity index 100% rename from docs/api/Makefile rename to api/Makefile diff --git a/docs/api/_static/.gitkeep b/api/_static/.gitkeep similarity index 100% rename from docs/api/_static/.gitkeep rename to api/_static/.gitkeep diff --git a/docs/api/_templates/.gitkeep b/api/_templates/.gitkeep similarity index 100% rename from docs/api/_templates/.gitkeep rename to api/_templates/.gitkeep diff --git a/docs/api/apidoc/functest.core.feature.rst b/api/apidoc/functest.core.feature.rst similarity index 100% rename from docs/api/apidoc/functest.core.feature.rst rename to api/apidoc/functest.core.feature.rst diff --git a/docs/api/apidoc/functest.core.rst b/api/apidoc/functest.core.rst similarity index 100% rename from docs/api/apidoc/functest.core.rst rename to api/apidoc/functest.core.rst diff --git a/docs/api/apidoc/functest.core.testcase.rst b/api/apidoc/functest.core.testcase.rst similarity index 100% rename from docs/api/apidoc/functest.core.testcase.rst rename to api/apidoc/functest.core.testcase.rst diff --git a/docs/api/apidoc/functest.core.unit.rst b/api/apidoc/functest.core.unit.rst similarity index 100% rename from docs/api/apidoc/functest.core.unit.rst rename to api/apidoc/functest.core.unit.rst diff --git a/docs/api/apidoc/functest.core.vnf.rst b/api/apidoc/functest.core.vnf.rst similarity index 100% rename from docs/api/apidoc/functest.core.vnf.rst rename to api/apidoc/functest.core.vnf.rst diff --git a/docs/api/apidoc/functest.opnfv_tests.rst b/api/apidoc/functest.opnfv_tests.rst similarity index 100% rename from docs/api/apidoc/functest.opnfv_tests.rst rename to api/apidoc/functest.opnfv_tests.rst diff --git a/docs/api/apidoc/functest.opnfv_tests.sdn.odl.odl.rst b/api/apidoc/functest.opnfv_tests.sdn.odl.odl.rst similarity index 100% rename from docs/api/apidoc/functest.opnfv_tests.sdn.odl.odl.rst rename to api/apidoc/functest.opnfv_tests.sdn.odl.odl.rst diff --git a/docs/api/apidoc/functest.opnfv_tests.sdn.odl.rst b/api/apidoc/functest.opnfv_tests.sdn.odl.rst similarity index 100% rename from docs/api/apidoc/functest.opnfv_tests.sdn.odl.rst rename to api/apidoc/functest.opnfv_tests.sdn.odl.rst diff --git a/docs/api/apidoc/functest.opnfv_tests.sdn.rst b/api/apidoc/functest.opnfv_tests.sdn.rst similarity index 100% rename from docs/api/apidoc/functest.opnfv_tests.sdn.rst rename to api/apidoc/functest.opnfv_tests.sdn.rst diff --git a/docs/api/apidoc/functest.rst b/api/apidoc/functest.rst similarity index 100% rename from docs/api/apidoc/functest.rst rename to api/apidoc/functest.rst diff --git a/docs/api/apidoc/modules.rst b/api/apidoc/modules.rst similarity index 100% rename from docs/api/apidoc/modules.rst rename to api/apidoc/modules.rst diff --git a/docs/api/conf.py b/api/conf.py similarity index 100% rename from docs/api/conf.py rename to api/conf.py diff --git a/docs/api/index.rst b/api/index.rst similarity index 100% rename from docs/api/index.rst rename to api/index.rst diff --git a/tox.ini b/tox.ini index bde3a9757..70059d11d 100644 --- 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