summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-04 10:46:23 +0000
committerGerrit Code Review <review@openstack.org>2017-07-04 10:46:23 +0000
commit46f407733bc1b54bbdbe866ff6bd64f33cf751e3 (patch)
treeb356423326d1503458614de304a4cfe9a2fd80ed
parent9c7d4f8f03faf7f0b16757feb3703504b3d93d6b (diff)
parenta1fe6d238994fb362f8790651dc0af76a0f81240 (diff)
downloadoslotest-46f407733bc1b54bbdbe866ff6bd64f33cf751e3.tar.gz
Merge "Trivial fix style in document"
-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
=================================