summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2014-08-13 21:45:42 +0200
committerChristian Berendt <berendt@b1-systems.de>2014-09-01 11:40:08 +0200
commitf2f0960b150de0299c79fe0ef489dd0832db3244 (patch)
treeb60bc5429acf5af34b22abb68c9771e22b8b3f20 /doc/source
parent41dada16cd1c289a3b99a0ca44e316295dc298b1 (diff)
downloadoslo-db-f2f0960b150de0299c79fe0ef489dd0832db3244.tar.gz
Add doc8 to tox environment docs
Check reStructuredText documents for common style issues. Change-Id: I10e61742e86d2d4781c5a00532c8e17d38a7d4b4
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/usage.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/usage.rst b/doc/source/usage.rst
index 0e5a2f2..0591ebe 100644
--- a/doc/source/usage.rst
+++ b/doc/source/usage.rst
@@ -5,7 +5,7 @@ Usage
To use oslo.db in a project::
* Session Handling
-
+
.. code:: python
from oslo.config import cfg
@@ -32,7 +32,7 @@ To use oslo.db in a project::
.. code:: python
- from oslo.db import models
+ from oslo.db import models
class ProjectSomething(models.TimestampMixin,
@@ -41,7 +41,7 @@ To use oslo.db in a project::
...
-* DB API backend support
+* DB API backend support
.. code:: python