summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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
=================================