summaryrefslogtreecommitdiff
path: root/doc/faq.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-28 08:02:45 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-28 08:02:45 -0500
commit39d025f9ecfda9f2d706fd3a3cb2372c526e8082 (patch)
tree0beb6866fc613ecfa68d5d8169dfa73a59925889 /doc/faq.rst
parent3aa383a9bbe39ef408cabc4a134aab22bfd6bc35 (diff)
downloadpython-coveragepy-39d025f9ecfda9f2d706fd3a3cb2372c526e8082.tar.gz
Doc tweaking, part 47
Diffstat (limited to 'doc/faq.rst')
-rw-r--r--doc/faq.rst24
1 files changed, 15 insertions, 9 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index fceac38..605a2d2 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -56,19 +56,25 @@ Yes, Python 3.1 is fully supported.
**Q: Isn't coverage testing the best thing ever?**
-It's good, but `it isn't perfect
-<http://nedbatchelder.com/blog/200710/flaws_in_coverage_measurement.html>`_.
+It's good, but `it isn't perfect`__.
+
+__ http://nedbatchelder.com/blog/200710/flaws_in_coverage_measurement.html
Getting more help
-----------------
-You can discuss coverage or get help using it on the `Testing In Python
-<http://lists.idyll.org/listinfo/testing-in-python>`_ mailing list.
+You can discuss coverage.py or get help using it on the `Testing In Python`_
+mailing list.
+
+.. _Testing In Python: http://lists.idyll.org/listinfo/testing-in-python
+
+Bug reports are gladly accepted at the `bitbucket issue tracker`_.
+Bitbucket also hosts the `code repository`_.
+
+.. _bitbucket issue tracker: http://bitbucket.org/ned/coveragepy/issues
+.. _code repository: http://bitbucket.org/ned/coveragepy
-Bug reports are gladly accepted at the `bitbucket issue tracker
-<http://bitbucket.org/ned/coveragepy/issues/>`_. Bitbucket also hosts the
-`code repository <http://bitbucket.org/ned/coveragepy>`_.
+Lastly, `I can be reached`__ in a number of ways.
-Lastly, `I can be reached <http://nedbatchelder.com/site/aboutned.html>`_ in a
-number of ways.
+__ http://nedbatchelder.com/site/aboutned.html