--- a/DebugClients/Python/coverage/doc/README.rst Sat Jul 23 13:33:54 2016 +0200 +++ b/DebugClients/Python/coverage/doc/README.rst Sun Jul 24 12:01:01 2016 +0200 @@ -15,20 +15,23 @@ the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed. -Coverage.py runs on CPython 2.6, 2.7, 3.3, 3.4 or 3.5, PyPy 2.6, and PyPy3 2.4. +Coverage.py runs on CPython 2.6, 2.7, and 3.3 through 3.6; PyPy 4.0 and 5.1; +and PyPy3 2.4. -Documentation is on `Read the Docs <http://coverage.readthedocs.org>`_. +Documentation is on `Read the Docs <http://coverage.readthedocs.io>`_. Code repository and issue tracker are on `Bitbucket <http://bitbucket.org/ned/coveragepy>`_, with a mirrored repository on `GitHub <https://github.com/nedbat/coveragepy>`_. -**New in 4.0:** ``--concurrency``, plugins for non-Python files, setup.cfg +**New in 4.1:** much-improved branch coverage. + +New in 4.0: ``--concurrency``, plugins for non-Python files, setup.cfg 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>`_ +See the `quick start <http://coverage.readthedocs.io/#quick-start>`_ section of the docs. @@ -46,7 +49,7 @@ :target: https://ci.appveyor.com/project/nedbat/coveragepy :alt: Windows build status .. |docs| image:: https://readthedocs.org/projects/coverage/badge/?version=latest&style=flat - :target: http://coverage.readthedocs.org + :target: http://coverage.readthedocs.io :alt: Documentation .. |reqs| image:: https://requires.io/github/nedbat/coveragepy/requirements.svg?branch=master :target: https://requires.io/github/nedbat/coveragepy/requirements/?branch=master @@ -57,9 +60,9 @@ .. |format| image:: https://img.shields.io/pypi/format/coverage.svg :target: https://pypi.python.org/pypi/coverage :alt: Kit format -.. |downloads| image:: https://img.shields.io/pypi/dd/coverage.svg +.. |downloads| image:: https://img.shields.io/pypi/dw/coverage.svg :target: https://pypi.python.org/pypi/coverage - :alt: Daily PyPI downloads + :alt: Weekly PyPI downloads .. |versions| image:: https://img.shields.io/pypi/pyversions/coverage.svg :target: https://pypi.python.org/pypi/coverage :alt: Python versions supported