From 2b24d6744bcdce4231dc36921083404807ef80cf Mon Sep 17 00:00:00 2001 From: zhangbailin Date: Thu, 18 Nov 2021 14:54:12 +0800 Subject: [PATCH] Add install index page Change-Id: I4ba71572181238037fb6477f1b3fb3ac4ffed6ff --- doc/source/index.rst | 13 ++++++++++--- doc/source/install/index.rst | 9 +++++++++ 2 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 doc/source/install/index.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index 6056d27c..9c29f037 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -23,13 +23,13 @@ Operators needing to install or configure Cyborg. Installation ~~~~~~~~~~~~ +The detailed install guide for Cyborg. + .. toctree:: :maxdepth: 1 - install/install-from-pip - install/install-from-source + install/index admin/config-wsgi - admin/index Configuration Reference ~~~~~~~~~~~~~~~~~~~~~~~ @@ -48,6 +48,13 @@ Once you are running cyborg, the following information is extremely useful. * :doc:`Admin Guide `: A collection of guides for administrating cyborg. +.. # NOTE(amotoki): toctree needs to be placed at the end of the secion to + # keep the document structure in the PDF doc. +.. toctree:: + :hidden: + + admin/index + For End Users ------------- diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst new file mode 100644 index 00000000..c4354edf --- /dev/null +++ b/doc/source/install/index.rst @@ -0,0 +1,9 @@ +=============== +Compute service +=============== + +.. toctree:: + + common + install-from-source + install-from-pip