summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-28 10:07:45 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-28 10:07:45 -0500
commit9cc7b6da522b6bda595b748e7b50a86530a31c52 (patch)
tree3abd17a4a107b61317cfe716ec006dd8e3ca5e84
parent12dad3b3eb559bc2fb4f8ac0180286c990d1882e (diff)
downloadpython-coveragepy-9cc7b6da522b6bda595b748e7b50a86530a31c52.tar.gz
No end to the doc stuff.
-rw-r--r--doc/index.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 8029530..eff3106 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