summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api.rst7
-rw-r--r--doc/api_coverage.rst2
-rw-r--r--doc/api_coveragedata.rst2
-rw-r--r--doc/api_plugin.rst3
-rw-r--r--doc/branch.rst6
-rw-r--r--doc/cmd.rst18
-rw-r--r--doc/contexts.rst2
-rw-r--r--doc/contributing.rst2
-rw-r--r--doc/excluding.rst6
-rw-r--r--doc/howitworks.rst2
-rw-r--r--doc/install.rst20
-rw-r--r--doc/plugins.rst5
-rw-r--r--doc/source.rst3
-rw-r--r--doc/subprocess.rst4
-rw-r--r--doc/trouble.rst4
15 files changed, 0 insertions, 86 deletions
diff --git a/doc/api.rst b/doc/api.rst
index 6da5d4cb..268f9888 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -7,13 +7,6 @@
Coverage.py API
===============
-.. :history: 20090524T134300, brand new docs.
-.. :history: 20090613T164000, final touches for 3.0
-.. :history: 20100221T151500, docs for 3.3 (on the plane back from PyCon)
-.. :history: 20100725T211700, updated for 3.4.
-.. :history: 20121111T235800, added a bit of clarification.
-.. :history: 20140819T132600, change class name to Coverage
-
There are a few different ways to use coverage.py programmatically.
The API to coverage.py is in a module called `coverage`.
diff --git a/doc/api_coverage.rst b/doc/api_coverage.rst
index 0a0e056f..7eb9bd37 100644
--- a/doc/api_coverage.rst
+++ b/doc/api_coverage.rst
@@ -6,8 +6,6 @@
The Coverage class
------------------
-.. :history: 20150802T174800, new file for 4.0b1
-
.. module:: coverage
:noindex:
diff --git a/doc/api_coveragedata.rst b/doc/api_coveragedata.rst
index 3ab741ec..155e4fda 100644
--- a/doc/api_coveragedata.rst
+++ b/doc/api_coveragedata.rst
@@ -6,8 +6,6 @@
The CoverageData class
----------------------
-.. :history: 20150802T174800, new doc for 4.0b1
-
.. versionadded:: 4.0
.. module:: coverage
diff --git a/doc/api_plugin.rst b/doc/api_plugin.rst
index 91219247..00acecbc 100644
--- a/doc/api_plugin.rst
+++ b/doc/api_plugin.rst
@@ -7,11 +7,8 @@
Plug-in classes
===============
-.. :history: 20150815T132400, new doc for 4.0b2
-
.. automodule:: coverage.plugin
-
.. module:: coverage
:noindex:
diff --git a/doc/branch.rst b/doc/branch.rst
index 312b3a3a..3f6ba54b 100644
--- a/doc/branch.rst
+++ b/doc/branch.rst
@@ -7,15 +7,9 @@
Branch coverage measurement
===========================
-.. :history: 20091127T201300, new for version 3.2
-.. :history: 20100725T211700, updated for 3.4.
-.. :history: 20110604T181700, updated for 3.5.
-.. :history: 20111214T181800, Fix a bug that Guido pointed out.
-
.. highlight:: python
:linenothreshold: 5
-
In addition to the usual statement coverage, coverage.py also supports branch
coverage measurement. Where a line in your program could jump to more than one
next line, coverage.py tracks which of those destinations are actually visited,
diff --git a/doc/cmd.rst b/doc/cmd.rst
index bffa147c..b945bf2c 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -7,26 +7,8 @@
Coverage.py command line usage
==============================
-.. :history: 20090524T134300, brand new docs.
-.. :history: 20090613T164000, final touches for 3.0
-.. :history: 20090913T084400, new command line syntax
-.. :history: 20091004T170700, changes for 3.1
-.. :history: 20091127T200700, changes for 3.2
-.. :history: 20100223T200600, changes for 3.3
-.. :history: 20100725T211700, updated for 3.4
-.. :history: 20110827T212500, updated for 3.5.1, combining aliases
-.. :history: 20120119T075600, Added some clarification from George Paci
-.. :history: 20120504T091800, Added info about execution warnings, and 3.5.2.
-.. :history: 20120807T211600, Clarified the combine rules.
-.. :history: 20121003T074600, Fixed an option reference, https://bitbucket.org/ned/coveragepy/issue/200/documentation-mentions-output-xml-instead
-.. :history: 20121117T091000, Added command aliases.
-.. :history: 20140924T193000, Added --concurrency
-.. :history: 20150802T174700, Updated for 4.0b1
-.. :history: 20190828T212200, added json report
-
.. highlight:: console
-
When you install coverage.py, a command-line script simply called ``coverage``
is placed in your Python scripts directory. To help with multi-version
installs, it will also create either a ``coverage2`` or ``coverage3`` alias,
diff --git a/doc/contexts.rst b/doc/contexts.rst
index 28a29f01..f949ed6f 100644
--- a/doc/contexts.rst
+++ b/doc/contexts.rst
@@ -7,8 +7,6 @@
Measurement contexts
====================
-.. :history: 20180921T085400, new for 5.0
-
.. versionadded:: 5.0
Coverage.py measures whether code was run, but it can also record the context
diff --git a/doc/contributing.rst b/doc/contributing.rst
index b634d31e..c5ab1e0f 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -7,8 +7,6 @@
Contributing to coverage.py
===========================
-.. :history: 20121112T154100, brand new docs.
-
.. highlight:: console
I welcome contributions to coverage.py. Over the years, dozens of people have
diff --git a/doc/excluding.rst b/doc/excluding.rst
index e56cf0a7..fc2bc116 100644
--- a/doc/excluding.rst
+++ b/doc/excluding.rst
@@ -7,12 +7,6 @@
Excluding code from coverage.py
===============================
-.. :history: 20090613T090500, brand new docs.
-.. :history: 20100224T200900, updated for 3.3.
-.. :history: 20100725T211700, updated for 3.4.
-.. :history: 20110604T184400, updated for 3.5.
-
-
You may have code in your project that you know won't be executed, and you want
to tell coverage.py to ignore it. For example, you may have debugging-only
code that won't be executed during your unit tests. You can tell coverage.py to
diff --git a/doc/howitworks.rst b/doc/howitworks.rst
index 0d391ca3..e25f88d5 100644
--- a/doc/howitworks.rst
+++ b/doc/howitworks.rst
@@ -7,8 +7,6 @@
How coverage.py works
=====================
-.. :history: 20150812T071000, new page.
-
For advanced use of coverage.py, or just because you are curious, it helps to
understand what's happening behind the scenes. Coverage.py works in three
phases:
diff --git a/doc/install.rst b/doc/install.rst
index 62bd0b98..6f825e31 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -7,26 +7,6 @@
Installation
============
-.. :history: 20100725T225600, new for 3.4.
-.. :history: 20100820T151500, updated for 3.4b1.
-.. :history: 20100906T134800, updated for 3.4b2.
-.. :history: 20110604T213400, updated for 3.5b1.
-.. :history: 20110629T082400, updated for 3.5.
-.. :history: 20110923T081900, updated for 3.5.1.
-.. :history: 20120429T162500, updated for 3.5.2b1.
-.. :history: 20120503T234000, updated for 3.5.2.
-.. :history: 20120929T093600, updated for 3.5.3.
-.. :history: 20121117T095000, Now setuptools is a pre-req.
-.. :history: 20121128T203000, updated for 3.6b1.
-.. :history: 20121223T180800, updated for 3.6b2.
-.. :history: 20121229T112400, updated for 3.6b3.
-.. :history: 20130105T174400, updated for 3.6.
-.. :history: 20131005T210600, updated for 3.7.
-.. :history: 20131212T213500, updated for 3.7.1.
-.. :history: 20140927T102700, updated for 4.0a1.
-.. :history: 20161218T173000, remove alternate instructions w/ Distribute
-
-
.. highlight:: console
.. _coverage_pypi: https://pypi.org/project/coverage/
diff --git a/doc/plugins.rst b/doc/plugins.rst
index c77c1e33..b15e31a5 100644
--- a/doc/plugins.rst
+++ b/doc/plugins.rst
@@ -7,11 +7,6 @@
Plug-ins
========
-.. :history: 20150124T143000, new page.
-.. :history: 20150802T174600, updated for 4.0b1
-.. :history: 20171228T213800, updated for configurer plugins
-
-
Coverage.py's behavior can be extended with third-party plug-ins. A plug-in is
a separately installed Python class that you register in your .coveragerc.
Plugins can alter a number of aspects of coverage.py's behavior, including
diff --git a/doc/source.rst b/doc/source.rst
index 21a5f612..241c3d96 100644
--- a/doc/source.rst
+++ b/doc/source.rst
@@ -7,9 +7,6 @@
Specifying source files
=======================
-.. :history: 20100725T172000, new in 3.4
-
-
When coverage.py is running your program and measuring its execution, it needs
to know what code to measure and what code not to. Measurement imposes a speed
penalty, and the collected data must be stored in memory and then on disk.
diff --git a/doc/subprocess.rst b/doc/subprocess.rst
index 34d7f5ba..516e2030 100644
--- a/doc/subprocess.rst
+++ b/doc/subprocess.rst
@@ -7,10 +7,6 @@
Measuring sub-processes
=======================
-.. :history: 20100224T201800, new for 3.3.
-.. :history: 20100725T211700, updated for 3.4.
-
-
Complex test suites may spawn sub-processes to run tests, either to run them in
parallel, or because sub-process behavior is an important part of the system
under test. Measuring coverage in those sub-processes can be tricky because you
diff --git a/doc/trouble.rst b/doc/trouble.rst
index 16483bb2..08f8a4d3 100644
--- a/doc/trouble.rst
+++ b/doc/trouble.rst
@@ -7,10 +7,6 @@
Things that cause trouble
=========================
-.. :history: 20121231T085200, brand new docs.
-.. :history: 20150124T160800, remove obsolete stuff.
-
-
Coverage.py works well, and I want it to properly measure any Python program,
but there are some situations it can't cope with. This page details some known
problems, with possible courses of action, and links to coverage.py bug reports