diff options
author | agardner <agardner@linuxfoundation.org> | 2017-12-15 18:12:57 -0500 |
---|---|---|
committer | agardner <agardner@linuxfoundation.org> | 2017-12-15 18:13:32 -0500 |
commit | 4709d96cc240c0c4c5308d40361ca3c3da1152fd (patch) | |
tree | ae07b308834701c16a370416fa82381421287331 /docs | |
parent | 41b020a702cc12fd9be09e31874e3821880e11c4 (diff) |
Fix calipso index.
old index was dunping entire contents on main documentation page.
Change-Id: Ie88816d5dba5436fbe3ece5fc8fd2cb58aae1f50
Signed-off-by: agardner <agardner@linuxfoundation.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release/index.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/release/index.rst b/docs/release/index.rst index 7dcd76d..4c6c80c 100644 --- a/docs/release/index.rst +++ b/docs/release/index.rst @@ -2,9 +2,14 @@ .. http://creativecommons.org/licenses/by/4.0 .. (c) OPNFV and others. +.. _calipso-release-guide: + +===================== +Calipso Release Guide +===================== .. toctree:: - :maxdepth: 1 + :maxdepth: 2 about.rst admin-guide.rst |