summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYuanbin.Chen <cybing4@gmail.com>2018-04-09 13:41:08 +0800
committerYuanbin.Chen <cybing4@gmail.com>2018-04-09 13:41:08 +0800
commit265357978ff00df29c339ee625982513eb070a40 (patch)
tree1bce993356ab8e9760529c1b61eab763cc3502e5 /doc
parentfb9d12b021d1a2a10a7e74a7f2885b76d4c97069 (diff)
downloadceilometer-265357978ff00df29c339ee625982513eb070a40.tar.gz
Fix doc title format error
Change-Id: I58c7fddc0d76b98471b4675e80a16a793c1abd24 Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/index.rst6
-rw-r--r--doc/source/contributor/architecture.rst6
-rw-r--r--doc/source/contributor/devstack.rst6
-rw-r--r--doc/source/contributor/events.rst6
-rw-r--r--doc/source/contributor/measurements.rst6
-rw-r--r--doc/source/contributor/new_resource_types.rst6
-rw-r--r--doc/source/contributor/plugins.rst6
-rw-r--r--doc/source/glossary.rst6
-rw-r--r--doc/source/install/neutron/install-neutron-obs.rst2
-rw-r--r--doc/source/install/neutron/install-neutron-rdo.rst2
-rw-r--r--doc/source/install/neutron/install-neutron-ubuntu.rst2
11 files changed, 27 insertions, 27 deletions
diff --git a/doc/source/admin/index.rst b/doc/source/admin/index.rst
index f34ad522..c9ce62cc 100644
--- a/doc/source/admin/index.rst
+++ b/doc/source/admin/index.rst
@@ -1,8 +1,8 @@
.. _admin:
-=====================
- Administrator Guide
-=====================
+===================
+Administrator Guide
+===================
Overview
diff --git a/doc/source/contributor/architecture.rst b/doc/source/contributor/architecture.rst
index 35702549..92565e4b 100644
--- a/doc/source/contributor/architecture.rst
+++ b/doc/source/contributor/architecture.rst
@@ -1,8 +1,8 @@
.. _architecture:
-=====================
- System Architecture
-=====================
+===================
+System Architecture
+===================
.. index::
single: agent; architecture
diff --git a/doc/source/contributor/devstack.rst b/doc/source/contributor/devstack.rst
index fd057636..02e087ab 100644
--- a/doc/source/contributor/devstack.rst
+++ b/doc/source/contributor/devstack.rst
@@ -1,6 +1,6 @@
-===============================
- Installing development sandbox
-===============================
+==============================
+Installing development sandbox
+==============================
In a development environment created by devstack_, Ceilometer can be tested
alongside other OpenStack services.
diff --git a/doc/source/contributor/events.rst b/doc/source/contributor/events.rst
index a378bc66..726d205f 100644
--- a/doc/source/contributor/events.rst
+++ b/doc/source/contributor/events.rst
@@ -15,9 +15,9 @@
.. _events:
-=============================
- Events and Event Processing
-=============================
+===========================
+Events and Event Processing
+===========================
Events vs. Samples
~~~~~~~~~~~~~~~~~~
diff --git a/doc/source/contributor/measurements.rst b/doc/source/contributor/measurements.rst
index 16b615da..c5ee585b 100644
--- a/doc/source/contributor/measurements.rst
+++ b/doc/source/contributor/measurements.rst
@@ -15,9 +15,9 @@
.. _measurements:
-==============
- Measurements
-==============
+============
+Measurements
+============
Existing meters
===============
diff --git a/doc/source/contributor/new_resource_types.rst b/doc/source/contributor/new_resource_types.rst
index 40329431..e44e29da 100644
--- a/doc/source/contributor/new_resource_types.rst
+++ b/doc/source/contributor/new_resource_types.rst
@@ -15,9 +15,9 @@
.. _add_new_resource_types:
-=================================
- Ceilometer + Gnocchi Integration
-=================================
+================================
+Ceilometer + Gnocchi Integration
+================================
.. warning::
diff --git a/doc/source/contributor/plugins.rst b/doc/source/contributor/plugins.rst
index e89baf06..e58384dc 100644
--- a/doc/source/contributor/plugins.rst
+++ b/doc/source/contributor/plugins.rst
@@ -13,9 +13,9 @@
License for the specific language governing permissions and limitations
under the License.
-=======================
- Writing Agent Plugins
-=======================
+=====================
+Writing Agent Plugins
+=====================
This documentation gives you some clues on how to write a new agent or
plugin for Ceilometer if you wish to instrument a measurement which
diff --git a/doc/source/glossary.rst b/doc/source/glossary.rst
index cd18083c..5d2767df 100644
--- a/doc/source/glossary.rst
+++ b/doc/source/glossary.rst
@@ -14,9 +14,9 @@
License for the specific language governing permissions and limitations
under the License.
-==========
- Glossary
-==========
+========
+Glossary
+========
.. glossary::
diff --git a/doc/source/install/neutron/install-neutron-obs.rst b/doc/source/install/neutron/install-neutron-obs.rst
index 37de9fe5..8cfc24d4 100644
--- a/doc/source/install/neutron/install-neutron-obs.rst
+++ b/doc/source/install/neutron/install-neutron-obs.rst
@@ -5,7 +5,7 @@ Telemetry uses notifications to collect Networking service meters. Perform
these steps on the controller node.
Configure the Networking service to use Telemetry
-----------------------------------------------------
+-------------------------------------------------
* Edit the ``/etc/neutron/neutron.conf`` and complete the following actions:
diff --git a/doc/source/install/neutron/install-neutron-rdo.rst b/doc/source/install/neutron/install-neutron-rdo.rst
index 06567d59..521c19be 100644
--- a/doc/source/install/neutron/install-neutron-rdo.rst
+++ b/doc/source/install/neutron/install-neutron-rdo.rst
@@ -5,7 +5,7 @@ Telemetry uses notifications to collect Networking service meters. Perform
these steps on the controller node.
Configure the Networking service to use Telemetry
-----------------------------------------------------
+-------------------------------------------------
* Edit the ``/etc/neutron/neutron.conf`` and complete the following actions:
diff --git a/doc/source/install/neutron/install-neutron-ubuntu.rst b/doc/source/install/neutron/install-neutron-ubuntu.rst
index 3dacc8a6..b84d6d8f 100644
--- a/doc/source/install/neutron/install-neutron-ubuntu.rst
+++ b/doc/source/install/neutron/install-neutron-ubuntu.rst
@@ -5,7 +5,7 @@ Telemetry uses notifications to collect Networking service meters. Perform
these steps on the controller node.
Configure the Networking service to use Telemetry
-----------------------------------------------------
+-------------------------------------------------
* Edit the ``/etc/neutron/neutron.conf`` and complete the following actions: