diff options
-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
|