diff options
author | 2017-12-14 18:17:44 +0100 | |
---|---|---|
committer | 2017-12-14 14:20:15 -0500 | |
commit | 22f979b8d5a6861457f9c5a94f83c359f48a7ed4 (patch) | |
tree | a78cc0f980970a85119ba7548d81d03d224fca95 | |
parent | 7cba26258ea17f790028a7005cb9bbbdc3923389 (diff) |
Added index file
the index file is needed to enable docs on docs.opnfv.org
Change-Id: I13225ecbab52491128c781bdd8f86aaf137de64d
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
-rw-r--r-- | docs/index.rst | 12 | ||||
-rw-r--r-- | docs/release/index.rst | 15 |
2 files changed, 27 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..7e960d8 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,12 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) OPNFV and others. + +===================== +Calipso documentation +===================== + +.. toctree:: + :maxdepth: 1 + + release/index.rst diff --git a/docs/release/index.rst b/docs/release/index.rst new file mode 100644 index 0000000..7dcd76d --- /dev/null +++ b/docs/release/index.rst @@ -0,0 +1,15 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) OPNFV and others. + + +.. toctree:: + :maxdepth: 1 + + about.rst + admin-guide.rst + api-guide.rst + calipso-model.rst + install-guide-rst + monotoring-guide.rst + quickstart-guide.rst |