summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-01-17 05:17:07 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-01-17 05:17:07 -0500
commitae624e4adfb71ff74d3c44f378c76223de742eda (patch)
tree0ed0fdc119ec1e1a77268ac3cc1f610723857ea3
parentfe4bb428c89f464e178bec0f719c9a9eec3cb2ec (diff)
downloadpython-coveragepy-ae624e4adfb71ff74d3c44f378c76223de742eda.tar.gz
Clean up README
-rw-r--r--README.rst13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index eb9b5c5..81381c1 100644
--- a/README.rst
+++ b/README.rst
@@ -18,8 +18,11 @@ Coverage.py measures code coverage, typically during test execution. It uses
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 through 3.6; PyPy2 5.6; and PyPy3
-5.5.
+Coverage.py runs on many versions of Python:
+
+* CPython 2.6, 2.7 and 3.3 through 3.6.
+* PyPy2 5.6 and PyPy3 5.5.
+* Jython 2.7.1, though not for reporting.
Documentation is on `Read the Docs <http://coverage.readthedocs.io>`_.
Code repository and issue tracker are on `Bitbucket <http://bitbucket.org/ned/coveragepy>`_,
@@ -46,8 +49,10 @@ section of the docs.
License
-------
-Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0.
-For details, see https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt.
+Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_.
+
+.. _Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0.
+.. _NOTICE.txt: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt.
.. |ci-status| image:: https://travis-ci.org/nedbat/coveragepy.svg?branch=master