diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-02-14 17:58:54 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-02-14 17:58:54 -0500 |
commit | a2f7ec82e3cd88db5449e871ef07bb60674c3760 (patch) | |
tree | 0eb8ed9298b744d5dedb18afbe16b1c8715895b3 | |
parent | d384c200229d7717c1dcb7843878ac5c4515a279 (diff) | |
download | python-coveragepy-git-a2f7ec82e3cd88db5449e871ef07bb60674c3760.tar.gz |
Pull out URLs
-rw-r--r-- | README.rst | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -24,9 +24,13 @@ Coverage.py runs on many versions of Python: * 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>`_, -with a mirrored repository on `GitHub <https://github.com/nedbat/coveragepy>`_. +Documentation is on `Read the Docs`_. Code repository and issue tracker are on +`Bitbucket`_, with a mirrored repository on `GitHub`_. + +.. _Read the Docs: http://coverage.readthedocs.io +.. _Bitbucket: http://bitbucket.org/ned/coveragepy +.. _GitHub: https://github.com/nedbat/coveragepy + **New in 4.3:** HTML ``--skip-covered``, sys.excepthook support, tox.ini support. |