diff --git a/README.rst b/README.rst index e21025c..a6b626a 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/tox.ini b/tox.ini index 0fae5be..d035d5e 100644 --- a/tox.ini +++ b/tox.ini @@ -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}