diff options
-rw-r--r-- | CHANGES.rst | 1 | ||||
-rw-r--r-- | README.rst | 4 | ||||
-rw-r--r-- | tox.ini | 2 |
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 @@ -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. @@ -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 |