diff options
author | valentin boucher <valentin.boucher@orange.com> | 2017-05-22 13:12:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-22 13:12:19 +0000 |
commit | 8b67d01c2974909a33829b2c4664f6b6d62adaf0 (patch) | |
tree | 7fb6dd6126a70637dc46375994396f3c0d96456b | |
parent | e47af47ac514d41e4b86085a2ba7b6d664b1cdd5 (diff) | |
parent | f446dec6e48264d67f606d3b45b20b7202838779 (diff) |
Merge "Update apidoc to conform with vnf module"
-rw-r--r-- | docs/api/apidoc/functest.core.rst | 2 | ||||
-rw-r--r-- | docs/api/apidoc/functest.core.vnf.rst | 7 | ||||
-rw-r--r-- | docs/api/apidoc/functest.core.vnf_base.rst | 7 |
3 files changed, 8 insertions, 8 deletions
diff --git a/docs/api/apidoc/functest.core.rst b/docs/api/apidoc/functest.core.rst index 29c67e4e3..27b2ed1fb 100644 --- a/docs/api/apidoc/functest.core.rst +++ b/docs/api/apidoc/functest.core.rst @@ -13,5 +13,5 @@ Submodules functest.core.feature functest.core.testcase - functest.core.vnf_base + functest.core.vnf diff --git a/docs/api/apidoc/functest.core.vnf.rst b/docs/api/apidoc/functest.core.vnf.rst new file mode 100644 index 000000000..9fd6b375c --- /dev/null +++ b/docs/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/docs/api/apidoc/functest.core.vnf_base.rst b/docs/api/apidoc/functest.core.vnf_base.rst deleted file mode 100644 index 94b2eaa90..000000000 --- a/docs/api/apidoc/functest.core.vnf_base.rst +++ /dev/null @@ -1,7 +0,0 @@ -functest.core.vnf_base module -============================= - -.. automodule:: functest.core.vnf_base - :members: - :undoc-members: - :show-inheritance: |