From 18b77596f6a11dc10161bfcc902d484c4ccc8dad Mon Sep 17 00:00:00 2001 From: Witold Bedyk Date: Thu, 9 Aug 2018 14:39:50 +0200 Subject: [PATCH] Fix README.rst and add syntax check Change-Id: Ic395c4d7bcf3301b865bab3b214b8e78aece83ff Story: 2002163 Task: 24463 --- README.rst | 4 ++-- tox.ini | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index cbcaa6f..7caa4f2 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ in the HACKING.rst file, and pass all unit tests as well as linters. Further developer focused documentation is available at: -* `Openstack Monasca-events-api `_ +* `Monasca-events-api `_ Operators --------- @@ -50,4 +50,4 @@ often wise to use their own bug tracker for reporting problems. In all other cases use the master OpenStack bug tracker, available at: -* `Storyboard `_ \ No newline at end of file +* `Storyboard `_ diff --git a/tox.ini b/tox.ini index cd8b1a5..0aae89b 100644 --- a/tox.ini +++ b/tox.ini @@ -75,6 +75,7 @@ commands = {[testenv:bandit]commands} {[testenv:bashate]commands} {[testenv:checkniceness]commands} + python setup.py check --restructuredtext --strict [testenv:docs] description = Builds api-ref, releasenotes and devdocs