diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-19 16:37:15 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-19 16:43:07 -0500 |
commit | 97eba39c1fa2c7791da6ed644fee28666d948a33 (patch) | |
tree | 9fa4091d843525cc641e4a32995c95b94f670205 /doc/help/annotate.rst | |
parent | d61a04c3442f73735492b2e34a54b4bc2b80fb34 (diff) | |
download | python-coveragepy-git-97eba39c1fa2c7791da6ed644fee28666d948a33.tar.gz |
build: use cog to maintain data copied into docs
Diffstat (limited to 'doc/help/annotate.rst')
-rw-r--r-- | doc/help/annotate.rst | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/help/annotate.rst b/doc/help/annotate.rst deleted file mode 100644 index c8d59719..00000000 --- a/doc/help/annotate.rst +++ /dev/null @@ -1,28 +0,0 @@ - -.. This file is auto-generated by "make dochtml", don't edit it manually. - -.. code:: - - $ coverage annotate --help - Usage: coverage annotate [options] [modules] - - Make annotated copies of the given files, marking statements that are executed - with > and statements that are missed with !. - - Options: - -d DIR, --directory=DIR - Write the output files to DIR. - -i, --ignore-errors Ignore errors while reading source files. - --include=PAT1,PAT2,... - Include only files whose paths match one of these - patterns. Accepts shell-style wildcards, which must be - quoted. - --omit=PAT1,PAT2,... Omit files whose paths match one of these patterns. - Accepts shell-style wildcards, which must be quoted. - --debug=OPTS Debug options, separated by commas. [env: - COVERAGE_DEBUG] - -h, --help Get help on this command. - --rcfile=RCFILE Specify configuration file. By default '.coveragerc', - 'setup.cfg', 'tox.ini', and 'pyproject.toml' are - tried. [env: COVERAGE_RCFILE] - |