summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVan Hung Pham <hungpv@vn.fujitsu.com>2017-06-22 17:40:13 +0700
committerVan Hung Pham <hungpv@vn.fujitsu.com>2017-06-22 17:40:13 +0700
commita1fe6d238994fb362f8790651dc0af76a0f81240 (patch)
tree63e05ff767fe31fbf0ab8939fd3a5196dbbf31df /doc
parentd45c0b991fec7473c248a9e6f63a5f87b6e3f570 (diff)
downloadoslotest-a1fe6d238994fb362f8790651dc0af76a0f81240.tar.gz
Trivial fix style in document
Make the underline match the title Change-Id: I01a0ce6d6016100ecde11022b915ce1bc0ac0ecd
Diffstat (limited to 'doc')
-rw-r--r--doc/source/cross-testing.rst6
-rw-r--r--doc/source/debugging.rst6
-rw-r--r--doc/source/features.rst6
-rw-r--r--doc/source/index.rst6
-rw-r--r--doc/source/resources.rst6
-rw-r--r--doc/source/testing.rst6
6 files changed, 18 insertions, 18 deletions
diff --git a/doc/source/cross-testing.rst b/doc/source/cross-testing.rst
index 2374bb0..60a85c3 100644
--- a/doc/source/cross-testing.rst
+++ b/doc/source/cross-testing.rst
@@ -1,6 +1,6 @@
-============================
- Cross-project Unit Testing
-============================
+==========================
+Cross-project Unit Testing
+==========================
Libraries in OpenStack have an unusual ability to introduce breaking
changes. All of the projects are run together from source in one form
diff --git a/doc/source/debugging.rst b/doc/source/debugging.rst
index b0e0450..0ddc942 100644
--- a/doc/source/debugging.rst
+++ b/doc/source/debugging.rst
@@ -1,6 +1,6 @@
-=================
- Debugging Tests
-=================
+===============
+Debugging Tests
+===============
Running tests through testrepository_ makes it difficult to use pdb for
debugging them. oslotest includes ``oslo_debug_helper`` to make using
diff --git a/doc/source/features.rst b/doc/source/features.rst
index 236a142..feec723 100644
--- a/doc/source/features.rst
+++ b/doc/source/features.rst
@@ -1,6 +1,6 @@
-==========
- Features
-==========
+========
+Features
+========
Debugging with oslo_debug_helper
================================
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 40186ad..9ac5556 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -1,6 +1,6 @@
-=======================================================
- oslotest -- OpenStack Testing Framework and Utilities
-=======================================================
+=====================================================
+oslotest -- OpenStack Testing Framework and Utilities
+=====================================================
.. toctree::
:maxdepth: 2
diff --git a/doc/source/resources.rst b/doc/source/resources.rst
index d0b58c8..a8f657f 100644
--- a/doc/source/resources.rst
+++ b/doc/source/resources.rst
@@ -1,6 +1,6 @@
-========================
- Other Useful Resources
-========================
+======================
+Other Useful Resources
+======================
* Mock_ library documentation
* OpenStack Bootstrapping Hour: Mock Best Practices: `video
diff --git a/doc/source/testing.rst b/doc/source/testing.rst
index 01fadd5..4ad698a 100644
--- a/doc/source/testing.rst
+++ b/doc/source/testing.rst
@@ -1,6 +1,6 @@
-=========
- Testing
-=========
+=======
+Testing
+=======
Cross-testing With Other Projects
=================================