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/index.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/index.rst')
-rw-r--r-- | api/index.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/api/index.rst b/api/index.rst new file mode 100644 index 000000000..db2234370 --- /dev/null +++ b/api/index.rst @@ -0,0 +1,18 @@ +Welcome to OPNFV Functest's documentation! +========================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + apidoc/modules + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |