summaryrefslogtreecommitdiff
path: root/doc/api.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-11-09 20:40:45 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-11-09 21:06:43 -0500
commit39f8ce22f2a6fa9d19f45211b5981ac900b8154b (patch)
treef699d3552adb66cb205a612c778a4cf2f9c11c17 /doc/api.rst
parentffb7230e2f6e64b9ba219e12a1488038f42472b4 (diff)
downloadpython-coveragepy-git-39f8ce22f2a6fa9d19f45211b5981ac900b8154b.tar.gz
Remove :history: lines
Diffstat (limited to 'doc/api.rst')
-rw-r--r--doc/api.rst7
1 files changed, 0 insertions, 7 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`.