diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-08-18 18:11:25 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-08-18 18:11:25 +0200 |
commit | 8eac5dbbadc42122dea6c82edf14fdb4481c5e63 (patch) | |
tree | 02db1ef9c9376cc40139980cf8dfbabb8705f4a0 | |
parent | a4d1717626dfa349c66ea48704dcb3723469c5e9 (diff) |
Split modules in apidoc
Change-Id: I467be9a70c74ff4eebfc50b8407fa503468f47ea
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | api/apidoc/functest.core.cloudify.rst | 7 | ||||
-rw-r--r-- | api/apidoc/functest.core.rst | 27 | ||||
-rw-r--r-- | api/apidoc/functest.core.singlevm.rst | 7 | ||||
-rw-r--r-- | api/apidoc/functest.core.tenantnetwork.rst | 7 | ||||
-rw-r--r-- | api/apidoc/functest.opnfv_tests.sdn.odl.odl.rst | 7 | ||||
-rw-r--r-- | api/apidoc/functest.opnfv_tests.sdn.odl.rst | 9 |
6 files changed, 34 insertions, 30 deletions
diff --git a/api/apidoc/functest.core.cloudify.rst b/api/apidoc/functest.core.cloudify.rst new file mode 100644 index 000000000..aa186afe7 --- /dev/null +++ b/api/apidoc/functest.core.cloudify.rst @@ -0,0 +1,7 @@ +functest.core.cloudify module +============================= + +.. automodule:: functest.core.cloudify + :members: + :undoc-members: + :show-inheritance: diff --git a/api/apidoc/functest.core.rst b/api/apidoc/functest.core.rst index fb1c39ff8..6d457c7f5 100644 --- a/api/apidoc/functest.core.rst +++ b/api/apidoc/functest.core.rst @@ -4,30 +4,11 @@ functest.core package Submodules ---------- -functest.core.cloudify module ------------------------------ - -.. automodule:: functest.core.cloudify - :members: - :undoc-members: - :show-inheritance: - -functest.core.singlevm module ------------------------------ - -.. automodule:: functest.core.singlevm - :members: - :undoc-members: - :show-inheritance: - -functest.core.tenantnetwork module ----------------------------------- - -.. automodule:: functest.core.tenantnetwork - :members: - :undoc-members: - :show-inheritance: +.. toctree:: + functest.core.cloudify + functest.core.singlevm + functest.core.tenantnetwork Module contents --------------- diff --git a/api/apidoc/functest.core.singlevm.rst b/api/apidoc/functest.core.singlevm.rst new file mode 100644 index 000000000..171a3fae5 --- /dev/null +++ b/api/apidoc/functest.core.singlevm.rst @@ -0,0 +1,7 @@ +functest.core.singlevm module +============================= + +.. automodule:: functest.core.singlevm + :members: + :undoc-members: + :show-inheritance: diff --git a/api/apidoc/functest.core.tenantnetwork.rst b/api/apidoc/functest.core.tenantnetwork.rst new file mode 100644 index 000000000..db1dbf8a3 --- /dev/null +++ b/api/apidoc/functest.core.tenantnetwork.rst @@ -0,0 +1,7 @@ +functest.core.tenantnetwork module +================================== + +.. automodule:: functest.core.tenantnetwork + :members: + :undoc-members: + :show-inheritance: 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..caca46c67 --- /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 index 539fe56a6..3c1e85fcf 100644 --- a/api/apidoc/functest.opnfv_tests.sdn.odl.rst +++ b/api/apidoc/functest.opnfv_tests.sdn.odl.rst @@ -4,14 +4,9 @@ functest.opnfv\_tests.sdn.odl package Submodules ---------- -functest.opnfv\_tests.sdn.odl.odl module ----------------------------------------- - -.. automodule:: functest.opnfv_tests.sdn.odl.odl - :members: - :undoc-members: - :show-inheritance: +.. toctree:: + functest.opnfv_tests.sdn.odl.odl Module contents --------------- |