Skip to content

Commit

Permalink
Fix README.rst and add syntax check
Browse files Browse the repository at this point in the history
Change-Id: I08077f575e4a3c801089852dfbf71f84291dcd81
Story: 2002163
Task: 24402
  • Loading branch information
Witold Bedyk committed Aug 8, 2018
1 parent 2027dcf commit f11b300
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 0 additions & 9 deletions README.rst
Expand Up @@ -99,15 +99,6 @@ Original proposal: `Monasca/Transform-proposal`_

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
.. _generic-aggregation-components: docs/generic-aggregation-components.md
.. _PySpark Python API: http://spark.apache.org/docs/latest/api/python/index.html
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Expand Up @@ -39,7 +39,9 @@ commands =
stestr run --serial {posargs}

[testenv:pep8]
commands = flake8
commands =
flake8
python setup.py check --restructuredtext --strict

[testenv:venv]
commands = {posargs}
Expand Down

0 comments on commit f11b300

Please sign in to comment.