summaryrefslogtreecommitdiff
path: root/rally-jobs
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2017-02-01 17:02:18 +0100
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>2017-02-14 12:36:57 +0100
commite3e749fa30f185861d12dbf953881d4372a853f0 (patch)
treeab5f74e389a70ef96a0777e8afa76b8171cd090a /rally-jobs
parentc4ea8f598daeb29b87dded616c9cb939087ee3da (diff)
downloadcinder-e3e749fa30f185861d12dbf953881d4372a853f0.tar.gz
doc: verify all rst files
Make use of doc8 to verify all rst files which are not autogenerated for errors and fail if there are any issues found. The doc8 checks are now part of the tox 'docs' environment and ran automatically. Checks can also be called direcly via 'tox -e docs'. Fix all issues found by doc8. Closes-Bug: #1566765 Change-Id: I2b25247030a1aadcfe029c9e071ef17f2f72046b Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Diffstat (limited to 'rally-jobs')
-rw-r--r--rally-jobs/plugins/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/rally-jobs/plugins/README.rst b/rally-jobs/plugins/README.rst
index 33bec0d25..3aa58df22 100644
--- a/rally-jobs/plugins/README.rst
+++ b/rally-jobs/plugins/README.rst
@@ -1,7 +1,7 @@
Rally plugins
=============
-All *.py modules from this directory will be auto-loaded by Rally and all
+All ``*.py`` modules from this directory will be auto-loaded by Rally and all
plugins will be discoverable. There is no need of any extra configuration
and there is no difference between writing them here and in rally code base.