summaryrefslogtreecommitdiff
path: root/doc/help/debug.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-19 16:37:15 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-19 16:43:07 -0500
commit97eba39c1fa2c7791da6ed644fee28666d948a33 (patch)
tree9fa4091d843525cc641e4a32995c95b94f670205 /doc/help/debug.rst
parentd61a04c3442f73735492b2e34a54b4bc2b80fb34 (diff)
downloadpython-coveragepy-git-97eba39c1fa2c7791da6ed644fee28666d948a33.tar.gz
build: use cog to maintain data copied into docs
Diffstat (limited to 'doc/help/debug.rst')
-rw-r--r--doc/help/debug.rst20
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/help/debug.rst b/doc/help/debug.rst
deleted file mode 100644
index b6361da5..00000000
--- a/doc/help/debug.rst
+++ /dev/null
@@ -1,20 +0,0 @@
-
-.. This file is auto-generated by "make dochtml", don't edit it manually.
-
-.. code::
-
- $ coverage debug --help
- Usage: coverage debug <topic>
-
- Display information about the internals of coverage.py, for diagnosing
- problems. Topics are: 'data' to show a summary of the collected data; 'sys' to
- show installation information; 'config' to show the configuration; 'premain'
- to show what is calling coverage.
-
- Options:
- --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]
-