summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-01-24 15:35:44 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-01-24 15:35:44 -0500
commitf9791b79e721215eabce7188d0fbd211cd206e5f (patch)
tree6e68a4867a47376a79d34d6507912b3b5c3f12e5
parent6805865a8e884bb97fc02d628cc4c2b3dd246c6e (diff)
downloadpython-coveragepy-git-f9791b79e721215eabce7188d0fbd211cd206e5f.tar.gz
Turn all the history into comments.
-rw-r--r--doc/api.rst12
-rw-r--r--doc/branch.rst8
-rw-r--r--doc/changes.rst48
-rw-r--r--doc/cmd.rst28
-rw-r--r--doc/config.rst14
-rw-r--r--doc/contributing.rst2
-rw-r--r--doc/excluding.rst8
-rw-r--r--doc/faq.rst10
-rw-r--r--doc/index.rst62
-rw-r--r--doc/install.rst34
-rw-r--r--doc/plugin.rst2
-rw-r--r--doc/source.rst2
-rw-r--r--doc/subprocess.rst4
-rw-r--r--doc/trouble.rst2
14 files changed, 118 insertions, 118 deletions
diff --git a/doc/api.rst b/doc/api.rst
index 0a00947e..815b75e0 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -4,12 +4,12 @@
Coverage 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
+.. :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
The API to coverage.py is very simple, contained in a single module called
diff --git a/doc/branch.rst b/doc/branch.rst
index 8b585893..2738447e 100644
--- a/doc/branch.rst
+++ b/doc/branch.rst
@@ -4,10 +4,10 @@
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.
+.. :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
diff --git a/doc/changes.rst b/doc/changes.rst
index a4c0e570..1b2693f1 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -4,30 +4,30 @@
Major change history for coverage.py
====================================
-:history: 20090524T134300, brand new docs.
-:history: 20090613T164000, final touches for 3.0
-:history: 20090706T205000, changes for 3.0.1
-:history: 20091004T170700, changes for 3.1
-:history: 20091128T072200, changes for 3.2
-:history: 20091205T161525, 3.2 final
-:history: 20100221T151900, changes for 3.3
-:history: 20100306T181400, changes for 3.3.1
-:history: 20100725T211700, updated for 3.4.
-:history: 20100820T151500, updated for 3.4b1
-:history: 20100906T133800, updated for 3.4b2
-:history: 20100919T163400, updated for 3.4 release.
-:history: 20110604T214100, updated for 3.5b1
-:history: 20110629T082200, updated for 3.5
-:history: 20110923T081600, updated for 3.5.1
-:history: 20120429T162100, updated for 3.5.2b1
-:history: 20120503T233700, updated for 3.5.2
-:history: 20120929T093100, updated for 3.5.3
-:history: 20121129T060100, updated for 3.6b1.
-:history: 20121223T180600, updated for 3.6b2.
-:history: 20130105T173500, updated for 3.6
-:history: 20131005T205700, updated for 3.7
-:history: 20131212T213100, updated for 3.7.1
-:history: 20150124T134800, updated for 4.0a4
+.. :history: 20090524T134300, brand new docs.
+.. :history: 20090613T164000, final touches for 3.0
+.. :history: 20090706T205000, changes for 3.0.1
+.. :history: 20091004T170700, changes for 3.1
+.. :history: 20091128T072200, changes for 3.2
+.. :history: 20091205T161525, 3.2 final
+.. :history: 20100221T151900, changes for 3.3
+.. :history: 20100306T181400, changes for 3.3.1
+.. :history: 20100725T211700, updated for 3.4.
+.. :history: 20100820T151500, updated for 3.4b1
+.. :history: 20100906T133800, updated for 3.4b2
+.. :history: 20100919T163400, updated for 3.4 release.
+.. :history: 20110604T214100, updated for 3.5b1
+.. :history: 20110629T082200, updated for 3.5
+.. :history: 20110923T081600, updated for 3.5.1
+.. :history: 20120429T162100, updated for 3.5.2b1
+.. :history: 20120503T233700, updated for 3.5.2
+.. :history: 20120929T093100, updated for 3.5.3
+.. :history: 20121129T060100, updated for 3.6b1.
+.. :history: 20121223T180600, updated for 3.6b2.
+.. :history: 20130105T173500, updated for 3.6
+.. :history: 20131005T205700, updated for 3.7
+.. :history: 20131212T213100, updated for 3.7.1
+.. :history: 20150124T134800, updated for 4.0a4
These are the major changes for coverage.py. For a more complete change
history, see the `CHANGES.txt`_ file in the source tree.
diff --git a/doc/cmd.rst b/doc/cmd.rst
index 543df629..b1eeb633 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -4,20 +4,20 @@
Coverage 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 stuff.
-: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: 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 stuff.
+.. :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
.. highlight:: console
diff --git a/doc/config.rst b/doc/config.rst
index 7d4e092b..f5bc06a1 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -4,13 +4,13 @@
Configuration files
===================
-:history: 20100223T201600, new for 3.3
-:history: 20100725T211700, updated for 3.4.
-:history: 20100824T092900, added ``precision``.
-:history: 20110604T184400, updated for 3.5.
-:history: 20110827T212700, updated for 3.5.1
-:history: 20130926T222300, updated for 3.6.1
-:history: 20140925T064700, updated for 4.0a1
+.. :history: 20100223T201600, new for 3.3
+.. :history: 20100725T211700, updated for 3.4.
+.. :history: 20100824T092900, added ``precision``.
+.. :history: 20110604T184400, updated for 3.5.
+.. :history: 20110827T212700, updated for 3.5.1
+.. :history: 20130926T222300, updated for 3.6.1
+.. :history: 20140925T064700, updated for 4.0a1
Coverage.py options can be specified in a configuration file. This makes it
diff --git a/doc/contributing.rst b/doc/contributing.rst
index 8e1fd723..32929e0b 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -4,7 +4,7 @@
Contributing to coverage.py
===========================
-:history: 20121112T154100, brand new docs.
+.. :history: 20121112T154100, brand new docs.
.. highlight:: console
diff --git a/doc/excluding.rst b/doc/excluding.rst
index 7affe4e4..44c51f96 100644
--- a/doc/excluding.rst
+++ b/doc/excluding.rst
@@ -4,10 +4,10 @@
Excluding code from coverage
============================
-:history: 20090613T090500, brand new docs.
-:history: 20100224T200900, updated for 3.3.
-:history: 20100725T211700, updated for 3.4.
-:history: 20110604T184400, updated for 3.5.
+.. :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
diff --git a/doc/faq.rst b/doc/faq.rst
index d7ae3641..32492532 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -4,11 +4,11 @@
FAQ and other help
==================
-:history: 20090613T141800, brand new docs.
-:history: 20091005T073900, updated for 3.1.
-:history: 20091127T201500, updated for 3.2.
-:history: 20110605T175500, add the announcement mailing list.
-:history: 20121231T104700, Tweak the py3 text.
+.. :history: 20090613T141800, brand new docs.
+.. :history: 20091005T073900, updated for 3.1.
+.. :history: 20091127T201500, updated for 3.2.
+.. :history: 20110605T175500, add the announcement mailing list.
+.. :history: 20121231T104700, Tweak the py3 text.
Frequently asked questions
diff --git a/doc/index.rst b/doc/index.rst
index 467ac478..80cdd736 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -2,37 +2,37 @@
coverage.py
===========
-:history: 20090524T134300, brand new docs.
-:history: 20090613T164000, final touches for 3.0
-:history: 20090618T195900, minor tweaks
-:history: 20090707T205200, changes for 3.0.1
-:history: 20090913T084400, new command line syntax
-:history: 20091004T211900, version 3.1
-:history: 20091127T155100, version 3.2
-:history: 20091205T161429, version 3.2 for real.
-:history: 20100224T204700, version 3.3
-:history: 20100306T181500, version 3.3.1
-:history: 20100725T211700, updated for 3.4.
-:history: 20100820T151500, updated for 3.4b1.
-:history: 20100906T134700, updated for 3.4b2.
-:history: 20100919T163500, updated for 3.4 release.
-:history: 20110213T081200, claim true 3.2 compatibility.
-:history: 20110604T114800, update for 3.5b1
-:history: 20110629T082300, update for 3.5
-:history: 20110827T221800, update for 3.5.1b1
-:history: 20110923T081800, update for 3.5.1
-:history: 20120429T162100, updated for 3.5.2b1
-:history: 20120503T233800, updated for 3.5.2
-:history: 20120929T093500, updated for 3.5.3
-:history: 20121117T094900, Change from easy_install to pip.
-:history: 20121128T203700, Updated for 3.6b1.
-:history: 20121223T180600, Updated for 3.6b2.
-:history: 20121229T112300, Updated for 3.6b3.
-:history: 20130105T174000, Updated for 3.6
-:history: 20131005T210000, Updated for 3.7
-:history: 20131212T213300, Updated for 3.7.1
-:history: 20140924T073000, Updated for 4.0a1
-:history: 20150124T023900, Updated for 4.0a4
+.. :history: 20090524T134300, brand new docs.
+.. :history: 20090613T164000, final touches for 3.0
+.. :history: 20090618T195900, minor tweaks
+.. :history: 20090707T205200, changes for 3.0.1
+.. :history: 20090913T084400, new command line syntax
+.. :history: 20091004T211900, version 3.1
+.. :history: 20091127T155100, version 3.2
+.. :history: 20091205T161429, version 3.2 for real.
+.. :history: 20100224T204700, version 3.3
+.. :history: 20100306T181500, version 3.3.1
+.. :history: 20100725T211700, updated for 3.4.
+.. :history: 20100820T151500, updated for 3.4b1.
+.. :history: 20100906T134700, updated for 3.4b2.
+.. :history: 20100919T163500, updated for 3.4 release.
+.. :history: 20110213T081200, claim true 3.2 compatibility.
+.. :history: 20110604T114800, update for 3.5b1
+.. :history: 20110629T082300, update for 3.5
+.. :history: 20110827T221800, update for 3.5.1b1
+.. :history: 20110923T081800, update for 3.5.1
+.. :history: 20120429T162100, updated for 3.5.2b1
+.. :history: 20120503T233800, updated for 3.5.2
+.. :history: 20120929T093500, updated for 3.5.3
+.. :history: 20121117T094900, Change from easy_install to pip.
+.. :history: 20121128T203700, Updated for 3.6b1.
+.. :history: 20121223T180600, Updated for 3.6b2.
+.. :history: 20121229T112300, Updated for 3.6b3.
+.. :history: 20130105T174000, Updated for 3.6
+.. :history: 20131005T210000, Updated for 3.7
+.. :history: 20131212T213300, Updated for 3.7.1
+.. :history: 20140924T073000, Updated for 4.0a1
+.. :history: 20150124T023900, Updated for 4.0a4
Coverage.py is a tool for measuring code coverage of Python programs. It
diff --git a/doc/install.rst b/doc/install.rst
index 7dfa5668..1ab29e3f 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -4,23 +4,23 @@
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: 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.
.. highlight:: console
diff --git a/doc/plugin.rst b/doc/plugin.rst
index 2cf18004..9de4b518 100644
--- a/doc/plugin.rst
+++ b/doc/plugin.rst
@@ -4,7 +4,7 @@
Coverage Plugins
================
-:history: 20150124T143000, new page.
+.. :history: 20150124T143000, new page.
Plugins are cool.
diff --git a/doc/source.rst b/doc/source.rst
index 2b16198f..42fd3382 100644
--- a/doc/source.rst
+++ b/doc/source.rst
@@ -4,7 +4,7 @@
Specifying source files
=======================
-:history: 20100725T172000, new in 3.4
+.. :history: 20100725T172000, new in 3.4
When coverage.py is running your program and measuring its execution, it needs
diff --git a/doc/subprocess.rst b/doc/subprocess.rst
index 89d241c6..cce2c0bf 100644
--- a/doc/subprocess.rst
+++ b/doc/subprocess.rst
@@ -4,8 +4,8 @@
Measuring sub-processes
=======================
-:history: 20100224T201800, new for 3.3.
-:history: 20100725T211700, updated for 3.4.
+.. :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
diff --git a/doc/trouble.rst b/doc/trouble.rst
index f1c2cfbd..df43f37f 100644
--- a/doc/trouble.rst
+++ b/doc/trouble.rst
@@ -4,7 +4,7 @@
Things that cause trouble
=========================
-:history: 20121231T085200, brand new docs.
+.. :history: 20121231T085200, brand new docs.
Coverage 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