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/index.rst | |
| parent | 5d1fb03bf3c3eb4f511289e0728f37a183296d4a (diff) | |
| download | python-coveragepy-git-967cc6dce520f958ed1cb9da4f59a078a1d72581.tar.gz | |
Finish doc'ing the new source code options.
Diffstat (limited to 'doc/index.rst')
| -rw-r--r-- | doc/index.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/index.rst b/doc/index.rst index 7d608160..094962e7 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -79,8 +79,7 @@ Some test runners provide coverage integration to make it easy to use coverage while running tests. For example, `nose`_ has a `cover plug-in`_. You can fine-tune coverage's view of your code by directing it to ignore parts -that you know aren't interesting. See :ref:`Excluding Code <excluding>` for -details. +that you know aren't interesting. See :ref:`excluding` for details. .. _nose: http://somethingaboutorange.com/mrl/projects/nose .. _cover plug-in: http://somethingaboutorange.com/mrl/projects/nose/0.11.1/plugins/cover.html |
