diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-26 23:41:24 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-26 23:41:24 -0400 |
| commit | ca6e49360be1b7d25b0ff4c11473063ffc05f1e7 (patch) | |
| tree | aca4b28eea243e0d76400694f3357566404f6e64 /doc/index.rst | |
| parent | 921f198ab13883b4a9d742c5ef7bdbbad92de427 (diff) | |
| download | python-coveragepy-git-ca6e49360be1b7d25b0ff4c11473063ffc05f1e7.tar.gz | |
First successful coversion .rst -> .px -> .html
Diffstat (limited to 'doc/index.rst')
| -rw-r--r-- | doc/index.rst | 12 |
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 < 2 & 2 > 1</tag>
- Whoa!
+ `report like this </code/coverage/sample_html/index.html>`_.
Using coverage.py
|
