diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-07-25 21:09:11 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-07-25 21:09:11 -0400 |
commit | 967cc6dce520f958ed1cb9da4f59a078a1d72581 (patch) | |
tree | c2786e75593521bfc54a22faa79c2f1c08dc1a80 /doc/source.rst | |
parent | 5d1fb03bf3c3eb4f511289e0728f37a183296d4a (diff) | |
download | python-coveragepy-git-967cc6dce520f958ed1cb9da4f59a078a1d72581.tar.gz |
Finish doc'ing the new source code options.
Diffstat (limited to 'doc/source.rst')
-rw-r--r-- | doc/source.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source.rst b/doc/source.rst index edfc2fcf..e39090a4 100644 --- a/doc/source.rst +++ b/doc/source.rst @@ -70,7 +70,6 @@ collected, so the data you're looking for may not be in the data available for reporting. Note that these are ways of specifying files to measure. You can also exclude -individual source lines. See :ref:`Excluding code from coverage <excluding>` -for details. +individual source lines. See :ref:`excluding` for details. |