diff options
Diffstat (limited to 'doc/cmd.rst')
| -rw-r--r-- | doc/cmd.rst | 9 | 
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index 1936e37f..4d49e3f0 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -1,10 +1,13 @@  .. _cmd: -.. highlight:: console  =========================== -Coverage Command Line usage +Coverage command line usage  =========================== +:history: 20090524T134300, brand new docs. + +.. highlight:: console +  When you install coverage, a command-line script called coverage is placed in  the Python scripts directory.  Coverage performs a number of actions, determined  by the flags on the command line: @@ -123,6 +126,8 @@ and which were not.  The -b flag creates an HTML report similar to the -r  summary, but as an HTML file.  Each module name links to the source file  decorated to show the status of each line. +Here's a `sample report </code/coverage/sample_html/index.html>`_. +  Annotation  ----------  | 
