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.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.rst')
-rw-r--r-- | api/apidoc/functest.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/api/apidoc/functest.rst b/api/apidoc/functest.rst new file mode 100644 index 00000000..63860f8f --- /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 |