Fix README.rst and add syntax check

Change-Id: I08077f575e4a3c801089852dfbf71f84291dcd81
Story: 2002163
Task: 24402
This commit is contained in:
Witold Bedyk 2018-08-08 15:04:35 +02:00
parent 2027dcfffe
commit f11b300a50
2 changed files with 3 additions and 10 deletions

View File

@ -99,15 +99,6 @@ Original proposal: `Monasca/Transform-proposal`_
Blueprint: `monasca-transform blueprint`_ Blueprint: `monasca-transform blueprint`_
.. _Team and repository tags: https://governance.openstack.org/reference/tags/index.html
.. _Monasca Transform: #monasca-transform
.. _Use Cases handled by Monasca Transform: #use-cases-handled-by-monasca-transform
.. _Operation: #operation
.. _Architecture: #architecture
.. _To set up the development environment: #to-set-up-the-development-environment
.. _Generic aggregation components: #generic-aggregation-components
.. _Create a new aggregation pipeline example: #create-a-new-aggregation-pipeline-example
.. _Original proposal and blueprint: #original-proposal-and-blueprint
.. _Apache Spark: http://spark.apache.org .. _Apache Spark: http://spark.apache.org
.. _generic-aggregation-components: docs/generic-aggregation-components.md .. _generic-aggregation-components: docs/generic-aggregation-components.md
.. _PySpark Python API: http://spark.apache.org/docs/latest/api/python/index.html .. _PySpark Python API: http://spark.apache.org/docs/latest/api/python/index.html

View File

@ -39,7 +39,9 @@ commands =
stestr run --serial {posargs} stestr run --serial {posargs}
[testenv:pep8] [testenv:pep8]
commands = flake8 commands =
flake8
python setup.py check --restructuredtext --strict
[testenv:venv] [testenv:venv]
commands = {posargs} commands = {posargs}