diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-29 14:08:14 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-29 14:14:05 +0200 |
commit | 42a4bc6d587ae5c980632de0e0805aecd0456235 (patch) | |
tree | ab490e143cf8fe46a7793d0344c788fe0a1a2454 /api/apidoc/functest.core.rst | |
parent | ac816628995c1e017f12ba23435ae07d24ceecac (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/functest.core.rst')
-rw-r--r-- | api/apidoc/functest.core.rst | 18 |
1 files changed, 18 insertions, 0 deletions
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 + |