From 97eba39c1fa2c7791da6ed644fee28666d948a33 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 19 Nov 2021 16:37:15 -0500 Subject: build: use cog to maintain data copied into docs --- doc/help/combine.rst | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 doc/help/combine.rst (limited to 'doc/help/combine.rst') diff --git a/doc/help/combine.rst b/doc/help/combine.rst deleted file mode 100644 index 49c0e089..00000000 --- a/doc/help/combine.rst +++ /dev/null @@ -1,25 +0,0 @@ - -.. This file is auto-generated by "make dochtml", don't edit it manually. - -.. code:: - - $ coverage combine --help - Usage: coverage combine [options] ... - - Combine data from multiple coverage files collected with 'run -p'. The - combined results are written to a single file representing the union of the - data. The positional arguments are data files or directories containing data - files. If no paths are provided, data files in the default data file's - directory are combined. - - Options: - -a, --append Append coverage data to .coverage, otherwise it starts - clean each time. - --keep Keep original coverage files, otherwise they are deleted. - -q, --quiet Don't print messages about what is happening. - --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] - -- cgit v1.2.1