summaryrefslogtreecommitdiff
path: root/doc/index.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-26 23:41:24 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-26 23:41:24 -0400
commitca6e49360be1b7d25b0ff4c11473063ffc05f1e7 (patch)
treeaca4b28eea243e0d76400694f3357566404f6e64 /doc/index.rst
parent921f198ab13883b4a9d742c5ef7bdbbad92de427 (diff)
downloadpython-coveragepy-git-ca6e49360be1b7d25b0ff4c11473063ffc05f1e7.tar.gz
First successful coversion .rst -> .px -> .html
Diffstat (limited to 'doc/index.rst')
-rw-r--r--doc/index.rst12
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 68472c2a..87098326 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -61,17 +61,7 @@ Getting started with coverage.py is easy:
$ coverage -b -i -d htmlcov
Then visit htmlcov/index.html in your browser, to see a
- `report like this <sample_html/index.html>`_.
-
-Getting Help
-~~~~~~~~~~~~
-
-This is a third-level section, with some XML:
-
-.. code-block:: xml
-
- <tag attr='value'>1 &lt; 2 &amp 2 &gt; 1</tag>
- Whoa!
+ `report like this </code/coverage/sample_html/index.html>`_.
Using coverage.py