diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-10-16 21:46:26 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-10-16 21:46:26 -0400 |
commit | ece5793c816cfb6c5fc41581b6aa91c471d42f5b (patch) | |
tree | 0c101e5e1195d7744f1074b1dc0c87e9bf9b4349 | |
parent | 5c4bbc3e0fc3d1a1cb0dffae37d4de6f3b29613e (diff) | |
download | python-coveragepy-git-ece5793c816cfb6c5fc41581b6aa91c471d42f5b.tar.gz |
Check the .rst files also.
-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 |