summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst1
-rw-r--r--README.rst4
-rw-r--r--tox.ini2
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 876cd82c..035c3b72 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -561,7 +561,6 @@ Version 3.6b2 --- 23 December 2012
file name, coverage.py no longer associates it with the directory name,
fixing `issue 221`_.
-.. _issue 80: https://bitbucket.org/ned/coveragepy/issue/80/is-there-a-duck-typing-way-to-know-we-cant
.. _issue 221: https://bitbucket.org/ned/coveragepy/issue/221/coveragepy-incompatible-with-pyratemp
diff --git a/README.rst b/README.rst
index 4f11cb39..a895bdea 100644
--- a/README.rst
+++ b/README.rst
@@ -25,8 +25,8 @@ with a mirrored repository on `GitHub <https://github.com/nedbat/coveragepy>`_.
support, --skip-covered, HTML filtering, and more than 50 issues closed.
-Quick Start
------------
+Getting Started
+---------------
See the `quick start <http://coverage.readthedocs.org/#quick-start>`_
section of the docs.
diff --git a/tox.ini b/tox.ini
index 21602252..cd111bc0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -56,6 +56,8 @@ basepython = pypy3-2.4
basepython = python2
deps = -rdoc/requirements.pip
commands =
+ rst2html.py --strict CHANGES.rst /dev/null
+ rst2html.py --strict README.rst /dev/null
sphinx-build -aEnq doc doc/_build/html
sphinx-build -aEnQW doc doc/_build/html