From f07fbad4fa54b624fc89ada0513f8027413b6282 Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Fri, 11 Dec 2015 06:44:21 +0530 Subject: [PATCH] [config-ref] Fix the toctree at top of the page Change-Id: I923c72ecbd0053abc087a5713944529136f2e93c --- doc/config-ref-rst/source/networking.rst | 13 +++++++------ doc/config-ref-rst/source/shared-file-systems.rst | 7 ++++--- doc/config-ref-rst/source/telemetry.rst | 13 +++++++------ 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/doc/config-ref-rst/source/networking.rst b/doc/config-ref-rst/source/networking.rst index d2e273cdd9..2c49f5f371 100644 --- a/doc/config-ref-rst/source/networking.rst +++ b/doc/config-ref-rst/source/networking.rst @@ -2,15 +2,16 @@ Networking ========== -This chapter explains the OpenStack Networking configuration options. -For installation prerequisites, steps, and use cases, see the OpenStack -Installation Guide for your distribution -(`docs.openstack.org `__) and the `Cloud -Administrator Guide `__. - .. toctree:: networking/networking_options_reference.rst networking/networking_log.rst networking/sample-configuration-files.rst tables/conf-changes/neutron.rst + +This chapter explains the OpenStack Networking configuration options. +For installation prerequisites, steps, and use cases, see the OpenStack +Installation Guide for your distribution +(`docs.openstack.org `__) and the `Cloud +Administrator Guide `__. + diff --git a/doc/config-ref-rst/source/shared-file-systems.rst b/doc/config-ref-rst/source/shared-file-systems.rst index 9e65baaf52..821a956a73 100644 --- a/doc/config-ref-rst/source/shared-file-systems.rst +++ b/doc/config-ref-rst/source/shared-file-systems.rst @@ -2,9 +2,6 @@ Shared File Systems =================== -The Shared File Systems service works with many different drivers that -you can configure by using these instructions. - .. toctree:: shared-file-systems/overview.rst @@ -14,3 +11,7 @@ you can configure by using these instructions. shared-file-systems/rpc.rst shared-file-systems/misc.rst tables/conf-changes/manila.rst + +The Shared File Systems service works with many different drivers that +you can configure by using these instructions. + diff --git a/doc/config-ref-rst/source/telemetry.rst b/doc/config-ref-rst/source/telemetry.rst index 3b54a9b743..45f8634d6a 100644 --- a/doc/config-ref-rst/source/telemetry.rst +++ b/doc/config-ref-rst/source/telemetry.rst @@ -2,6 +2,13 @@ Telemetry ========= +.. toctree:: + + telemetry/telemetry_service_config_opts.rst + telemetry/alarming_service_config_opts.rst + telemetry/sample-configuration-files.rst + tables/conf-changes/ceilometer.rst + The Telemetry service collects measurements within OpenStack. Its various agents and services are configured in the ``/etc/ceilometer/ceilometer.conf`` file. @@ -9,9 +16,3 @@ various agents and services are configured in the To install Telemetry, see the OpenStack Installation Guide for your distribution (`docs.openstack.org `__). -.. toctree:: - - telemetry/telemetry_service_config_opts.rst - telemetry/alarming_service_config_opts.rst - telemetry/sample-configuration-files.rst - tables/conf-changes/ceilometer.rst