From 5c888986bca99fd8ef8016ef150ddddb1eeb34d8 Mon Sep 17 00:00:00 2001 From: Bruno Cornec Date: Fri, 22 May 2015 21:10:08 +0200 Subject: [PATCH] Update documentation index.rst Reorder the index doc to place Admin guide first (before the dev doc) so that users/newcomers have a more easy entry point Change-Id: Id9de3e02877c539da973d38734afbb8f5ac0a7e5 --- doc/source/index.rst | 48 ++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 2efd216b71..72c150f6b6 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -20,6 +20,30 @@ The developer documentation provided here is continually kept up-to-date based on the latest code, and may not represent the state of the project at any specific prior release. +Admin Guide +=========== + +Overview +-------- + +.. toctree:: + :maxdepth: 1 + + deploy/user-guide + Installation Guide + Upgrade Guide + Configuration Reference (Kilo) + deploy/drivers + deploy/cleaning + +Commands +-------- + +.. toctree:: + :maxdepth: 1 + + cmds/ironic-dbsync + Developer Guide =============== @@ -46,30 +70,6 @@ API References webapi/v1 dev/drivers -Admin Guide -=========== - -Overview --------- - -.. toctree:: - :maxdepth: 1 - - deploy/user-guide - Installation Guide - Upgrade Guide - Configuration Reference (Kilo) - deploy/drivers - deploy/cleaning - -Commands --------- - -.. toctree:: - :maxdepth: 1 - - cmds/ironic-dbsync - Indices and tables ==================