From ece5793c816cfb6c5fc41581b6aa91c471d42f5b Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 16 Oct 2015 21:46:26 -0400 Subject: Check the .rst files also. --- CHANGES.rst | 1 - README.rst | 4 ++-- 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 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 `_. support, --skip-covered, HTML filtering, and more than 50 issues closed. -Quick Start ------------ +Getting Started +--------------- See the `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 -- cgit v1.2.1