From 9cc7b6da522b6bda595b748e7b50a86530a31c52 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 28 Nov 2009 10:07:45 -0500 Subject: No end to the doc stuff. --- doc/index.rst | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1