From 82efecc12af0f0ebf108aac9bccb83936ecbd7cd Mon Sep 17 00:00:00 2001
From: Yujun Zhang <zhang.yujunz@zte.com.cn>
Date: Tue, 1 Nov 2016 20:19:56 +0800
Subject: Normalize headings according to "reStructuredText Primer"

[1]: http://www.sphinx-doc.org/en/stable/rest.html

Change-Id: Ie7530846e0b3683118422ed6ce24e0cd5af94a6e
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
---
 docs/configguide/configuration.rst | 8 ++++----
 docs/configguide/index.rst         | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

(limited to 'docs/configguide')

diff --git a/docs/configguide/configuration.rst b/docs/configguide/configuration.rst
index d6d2fd5d..78e96492 100644
--- a/docs/configguide/configuration.rst
+++ b/docs/configguide/configuration.rst
@@ -16,7 +16,7 @@ to configure OPNFV with this specific installer
 
 
 Installing QTIP using Docker
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+============================
 
 QTIP has a Docker images on the docker hub. Pulling opnfv/qtip docker image
 from docker hub:
@@ -50,11 +50,11 @@ be navigated to using the following command.
 
 
 OpenStack parameters and credentials
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+====================================
 
 
 Environment variables
-"""""""""""""""""""""
+---------------------
 
 Before running QTIP it is necessary to export OpenStack environment variables
 from the OpenStack *openrc* file. This can be done by running the following
@@ -69,7 +69,7 @@ environment variables.
 
 
 QTIP  default key pair
-""""""""""""""""""""""
+----------------------
 
 QTIP uses a SSH key pair to connect to the guest image. You should generate key pair
 before running QTIP test. And put key pair in the ``config/`` directory.
diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst
index 291a809b..d5e05d63 100644
--- a/docs/configguide/index.rst
+++ b/docs/configguide/index.rst
@@ -4,9 +4,9 @@
 .. (c) 2016 ZTE Corp.
 
 
-=================
+#################
 QTIP Config Guide
-=================
+#################
 
 .. toctree::
    :maxdepth: 2
-- 
cgit