diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-24 15:35:44 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-24 15:35:44 -0500 |
| commit | f9791b79e721215eabce7188d0fbd211cd206e5f (patch) | |
| tree | 6e68a4867a47376a79d34d6507912b3b5c3f12e5 /doc/index.rst | |
| parent | 6805865a8e884bb97fc02d628cc4c2b3dd246c6e (diff) | |
| download | python-coveragepy-git-f9791b79e721215eabce7188d0fbd211cd206e5f.tar.gz | |
Turn all the history into comments.
Diffstat (limited to 'doc/index.rst')
| -rw-r--r-- | doc/index.rst | 62 |
1 files changed, 31 insertions, 31 deletions
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 |
