diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-28 10:07:45 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-28 10:07:45 -0500 |
commit | 0617b0617e92c57af82b709f39d40e7a26bb7dee (patch) | |
tree | b424970a97c747ed9a4f804f6623cfc5d06ac511 | |
parent | a2b210e703c9c10ea21c5bd56897d01f6770fe1d (diff) | |
download | python-coveragepy-git-0617b0617e92c57af82b709f39d40e7a26bb7dee.tar.gz |
No end to the doc stuff.
-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 80295304..eff3106e 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -32,8 +32,6 @@ Getting started is easy: or by using "easy_install coverage". You may need to install the
python-dev support files, for example with "apt-get install python-dev".
-__ http://pypi.python.org/pypi/coverage
-
#. Use ``coverage run`` to execute your program and gather data:
.. code-block:: console
@@ -63,6 +61,7 @@ __ http://pypi.python.org/pypi/coverage Then visit htmlcov/index.html in your browser, to see a
`report like this`__.
+__ http://pypi.python.org/pypi/coverage
__ /code/coverage/sample_html/index.html
|