Fix README.rst and add syntax check

Change-Id: Ic395c4d7bcf3301b865bab3b214b8e78aece83ff
Story: 2002163
Task: 24463
This commit is contained in:
Witold Bedyk 2018-08-09 14:39:50 +02:00
parent 025b87ddfb
commit 18b77596f6
2 changed files with 3 additions and 2 deletions

View File

@ -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: Further developer focused documentation is available at:
* `Openstack Monasca-events-api <https://docs.openstack.org/developer/monasca-events-api/>`_ * `Monasca-events-api <https://docs.openstack.org/developer/monasca-events-api/>`_
Operators 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, In all other cases use the master OpenStack bug tracker,
available at: available at:
* `Storyboard <https://storyboard.openstack.org/#!/project/866>`_ * `Storyboard <https://storyboard.openstack.org/#!/project/866>`_

View File

@ -75,6 +75,7 @@ commands =
{[testenv:bandit]commands} {[testenv:bandit]commands}
{[testenv:bashate]commands} {[testenv:bashate]commands}
{[testenv:checkniceness]commands} {[testenv:checkniceness]commands}
python setup.py check --restructuredtext --strict
[testenv:docs] [testenv:docs]
description = Builds api-ref, releasenotes and devdocs description = Builds api-ref, releasenotes and devdocs