From 1d4899c28e39dbe0362ed86a652fb60a19e9afbc Mon Sep 17 00:00:00 2001 From: Madhuri Kumari Date: Wed, 19 Jul 2017 15:00:49 +0530 Subject: [PATCH] Add admin folder for related documents Change-Id: Ieb3bfbdcfdfb411ad549194fae1aba32434df5f0 Partial-Bug: #1703442 --- doc/source/admin/index.rst | 14 ++++++++++++++ doc/source/{ => admin}/osprofiler.rst | 0 doc/source/index.rst | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 doc/source/admin/index.rst rename doc/source/{ => admin}/osprofiler.rst (100%) diff --git a/doc/source/admin/index.rst b/doc/source/admin/index.rst new file mode 100644 index 000000000..c035d5e49 --- /dev/null +++ b/doc/source/admin/index.rst @@ -0,0 +1,14 @@ +Administrator's Guide +===================== + +Installation & Operations +------------------------- + +If you are a system administrator running Zun, this section contains +information that should help you understand how to deploy, operate, and upgrade +the services. + +.. toctree:: + :maxdepth: 1 + + osprofiler diff --git a/doc/source/osprofiler.rst b/doc/source/admin/osprofiler.rst similarity index 100% rename from doc/source/osprofiler.rst rename to doc/source/admin/osprofiler.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index b4bd7a043..83a1f7c77 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -22,7 +22,7 @@ Admin Guide .. toctree:: :maxdepth: 1 - osprofiler + admin/index Contributor Guide -----------------