summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-06-13 20:55:10 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-06-13 20:55:10 -0400
commitc00cdf3ed55fb6922476d931362ebca053716a4f (patch)
treeb10982edb0f24b1603fdb2e084ee9af23d429099 /doc/cmd.rst
parent02f3bff7f238bb63e2f370db1699275595dbca55 (diff)
downloadpython-coveragepy-git-c00cdf3ed55fb6922476d931362ebca053716a4f.tar.gz
Point to new docs; more doc tweaks.
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r--doc/cmd.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index 9f945193..2f8ec170 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -29,7 +29,7 @@ Some of these can be combined: for example, "-e -x" is the simple way to run a
program without carrying over previous data.
-Data File
+Data file
---------
Coverage collects execution data in a file called ".coverage". If need be, you can
@@ -58,7 +58,7 @@ By default, coverage does not measure code installed with the Python interpreter
If you want to measure that code as well as your own, add the -L flag.
-Combining Data Files
+Combining data files
--------------------
If you need to collect coverage data from different machines, coverage can
@@ -119,7 +119,7 @@ will omit any modules in the django directory::
-HTML Annotation
+HTML annotation
---------------
Coverage can annotate your source code for which lines were executed
@@ -138,7 +138,7 @@ The -d argument to specify an output directory is required::
$ coverage -b -d covhtml
-Text Annotation
+Text annotation
---------------
The -a flag produces a text annotation of your source code. With a -d argument