summaryrefslogtreecommitdiffstats
path: root/api/apidoc
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-05-29 14:08:14 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2017-05-29 14:14:05 +0200
commit42a4bc6d587ae5c980632de0e0805aecd0456235 (patch)
treeab490e143cf8fe46a7793d0344c788fe0a1a2454 /api/apidoc
parentac816628995c1e017f12ba23435ae07d24ceecac (diff)
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'api/apidoc')
-rw-r--r--api/apidoc/functest.core.feature.rst7
-rw-r--r--api/apidoc/functest.core.rst18
-rw-r--r--api/apidoc/functest.core.testcase.rst7
-rw-r--r--api/apidoc/functest.core.unit.rst7
-rw-r--r--api/apidoc/functest.core.vnf.rst7
-rw-r--r--api/apidoc/functest.opnfv_tests.rst14
-rw-r--r--api/apidoc/functest.opnfv_tests.sdn.odl.odl.rst7
-rw-r--r--api/apidoc/functest.opnfv_tests.sdn.odl.rst15
-rw-r--r--api/apidoc/functest.opnfv_tests.sdn.rst14
-rw-r--r--api/apidoc/functest.rst15
-rw-r--r--api/apidoc/modules.rst7
11 files changed, 118 insertions, 0 deletions
diff --git a/api/apidoc/functest.core.feature.rst b/api/apidoc/functest.core.feature.rst
new file mode 100644
index 000000000..a80e38daa
--- /dev/null
+++ b/api/apidoc/functest.core.feature.rst
@@ -0,0 +1,7 @@
+functest.core.feature module
+============================
+
+.. automodule:: functest.core.feature
+ :members:
+ :undoc-members:
+ :show-inheritance:
diff --git a/api/apidoc/functest.core.rst b/api/apidoc/functest.core.rst
new file mode 100644
index 000000000..55c795be0
--- /dev/null
+++ b/api/apidoc/functest.core.rst
@@ -0,0 +1,18 @@
+functest.core package
+=====================
+
+.. automodule:: functest.core
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+Submodules
+----------
+
+.. toctree::
+
+ functest.core.feature
+ functest.core.testcase
+ functest.core.vnf
+ functest.core.unit
+
diff --git a/api/apidoc/functest.core.testcase.rst b/api/apidoc/functest.core.testcase.rst
new file mode 100644
index 000000000..2f947a1bf
--- /dev/null
+++ b/api/apidoc/functest.core.testcase.rst
@@ -0,0 +1,7 @@
+functest.core.testcase module
+=============================
+
+.. automodule:: functest.core.testcase
+ :members:
+ :undoc-members:
+ :show-inheritance:
diff --git a/api/apidoc/functest.core.unit.rst b/api/apidoc/functest.core.unit.rst
new file mode 100644
index 000000000..5dd6880ed
--- /dev/null
+++ b/api/apidoc/functest.core.unit.rst
@@ -0,0 +1,7 @@
+functest.core.unit module
+=========================
+
+.. automodule:: functest.core.unit
+ :members:
+ :undoc-members:
+ :show-inheritance:
diff --git a/api/apidoc/functest.core.vnf.rst b/api/apidoc/functest.core.vnf.rst
new file mode 100644
index 000000000..9fd6b375c
--- /dev/null
+++ b/api/apidoc/functest.core.vnf.rst
@@ -0,0 +1,7 @@
+functest.core.vnf module
+========================
+
+.. automodule:: functest.core.vnf
+ :members:
+ :undoc-members:
+ :show-inheritance:
diff --git a/api/apidoc/functest.opnfv_tests.rst b/api/apidoc/functest.opnfv_tests.rst
new file mode 100644
index 000000000..52c2d4598
--- /dev/null
+++ b/api/apidoc/functest.opnfv_tests.rst
@@ -0,0 +1,14 @@
+functest.opnfv_tests package
+============================
+
+.. automodule:: functest.opnfv_tests
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+Subpackages
+-----------
+
+.. toctree::
+
+ functest.opnfv_tests.sdn
diff --git a/api/apidoc/functest.opnfv_tests.sdn.odl.odl.rst b/api/apidoc/functest.opnfv_tests.sdn.odl.odl.rst
new file mode 100644
index 000000000..e6f8c7367
--- /dev/null
+++ b/api/apidoc/functest.opnfv_tests.sdn.odl.odl.rst
@@ -0,0 +1,7 @@
+functest.opnfv_tests.sdn.odl.odl module
+=======================================
+
+.. automodule:: functest.opnfv_tests.sdn.odl.odl
+ :members:
+ :undoc-members:
+ :show-inheritance:
diff --git a/api/apidoc/functest.opnfv_tests.sdn.odl.rst b/api/apidoc/functest.opnfv_tests.sdn.odl.rst
new file mode 100644
index 000000000..60659a1e3
--- /dev/null
+++ b/api/apidoc/functest.opnfv_tests.sdn.odl.rst
@@ -0,0 +1,15 @@
+functest.opnfv_tests.sdn.odl package
+====================================
+
+.. automodule:: functest.opnfv_tests.sdn.odl
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+Submodules
+----------
+
+.. toctree::
+
+ functest.opnfv_tests.sdn.odl.odl
+
diff --git a/api/apidoc/functest.opnfv_tests.sdn.rst b/api/apidoc/functest.opnfv_tests.sdn.rst
new file mode 100644
index 000000000..ca8ae77da
--- /dev/null
+++ b/api/apidoc/functest.opnfv_tests.sdn.rst
@@ -0,0 +1,14 @@
+functest.opnfv_tests.sdn package
+================================
+
+.. automodule:: functest.opnfv_tests.sdn
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+Subpackages
+-----------
+
+.. toctree::
+
+ functest.opnfv_tests.sdn.odl
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
diff --git a/api/apidoc/modules.rst b/api/apidoc/modules.rst
new file mode 100644
index 000000000..b8f33304a
--- /dev/null
+++ b/api/apidoc/modules.rst
@@ -0,0 +1,7 @@
+functest
+========
+
+.. toctree::
+ :maxdepth: 4
+
+ functest