From 42a4bc6d587ae5c980632de0e0805aecd0456235 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 29 May 2017 14:08:14 +0200 Subject: Move api out of the docs directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- api/apidoc/functest.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 api/apidoc/functest.rst (limited to 'api/apidoc/functest.rst') diff --git a/api/apidoc/functest.rst b/api/apidoc/functest.rst new file mode 100644 index 000000000..63860f8f3 --- /dev/null +++ b/api/apidoc/functest.rst @@ -0,0 +1,15 @@ +functest package +================ + +.. automodule:: functest + :members: + :undoc-members: + :show-inheritance: + +Subpackages +----------- + +.. toctree:: + + functest.core + functest.opnfv_tests -- cgit 1.2.3-korg