| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Finally the right way to get module references correct, without pulling in ↵ | Ned Batchelder | 2015-08-07 | 2 | -2/+2 |
| | | | | | the module docstring. | ||||
| * | Try the alabaster theme | Ned Batchelder | 2015-08-06 | 1 | -4/+33 |
| | | |||||
| * | Minor tweaks to the new paragraph in the docs. | Ned Batchelder | 2015-08-05 | 1 | -7/+12 |
| | | |||||
| * | Merge a doc pull request from github | Ned Batchelder | 2015-08-05 | 1 | -0/+12 |
| | | |||||
| * | Fixing spelling | Ned Batchelder | 2015-08-04 | 1 | -0/+8 |
| | | |||||
| * | Fix method references in the docs. | Ned Batchelder | 2015-08-03 | 2 | -3/+7 |
| | | | | | | Some needed to be :meth:`.foo`, and some didn't. Turned out it was because of how the .rst used automodule and autoclass. | ||||
| * | The next version will be b2 | Ned Batchelder | 2015-08-03 | 1 | -1/+1 |
| | | |||||
| * | Tweaks to changes.rst | Ned Batchelder | 2015-08-03 | 1 | -12/+12 |
| | | |||||
| * | More plugin docscoverage-4.0b1 | Ned Batchelder | 2015-08-02 | 1 | -1/+1 |
| | | |||||
| * | Use the RTFD theme locally also. | Ned Batchelder | 2015-08-02 | 1 | -1/+13 |
| | | |||||
| * | Change theme back to 'default' | Ned Batchelder | 2015-08-02 | 1 | -1/+1 |
| | | |||||
| * | Tweak the plugin docs | Ned Batchelder | 2015-08-02 | 2 | -8/+10 |
| | | |||||
| * | More correctly spelled words | Ned Batchelder | 2015-08-02 | 1 | -0/+26 |
| | | |||||
| * | Updated docs for 4.0b1 | Ned Batchelder | 2015-08-02 | 7 | -57/+115 |
| | | |||||
| * | Probably supposed to keep the date current | Ned Batchelder | 2015-08-02 | 1 | -1/+1 |
| | | |||||
| * | Update the index.rst with the latest version | Ned Batchelder | 2015-08-02 | 2 | -6/+8 |
| | | |||||
| * | Update the man page. | Ned Batchelder | 2015-08-02 | 1 | -10/+12 |
| | | |||||
| * | Update the change history in the docs | Ned Batchelder | 2015-08-02 | 1 | -11/+56 |
| | | |||||
| * | Split the api docs into separate pages. | Ned Batchelder | 2015-08-02 | 4 | -30/+43 |
| | | | | | The :meth: references are annoying, and some aren't right yet. :( | ||||
| * | Fix a few more occurrences of 'Coverage' to 'coverage.py' | Ned Batchelder | 2015-07-27 | 2 | -6/+6 |
| | | |||||
| * | Get rid of napoleon style docstrings, they don't format nicely. | Ned Batchelder | 2015-07-26 | 2 | -2/+0 |
| | | |||||
| * | Better spelling. | Ned Batchelder | 2015-07-25 | 1 | -0/+11 |
| | | |||||
| * | These words are in the new Apache notice. | Ned Batchelder | 2015-07-25 | 1 | -0/+3 |
| | | |||||
| * | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 15 | -0/+45 |
| | | |||||
| * | Switch license to Apache | Ned Batchelder | 2015-07-24 | 1 | -1/+1 |
| | | |||||
| * | Refer to the project consistenly as coverage.py. #275 | Ned Batchelder | 2015-07-23 | 12 | -90/+88 |
| | | |||||
| * | Add docs to CoverageData. | Ned Batchelder | 2015-07-20 | 2 | -35/+5 |
| | | |||||
| * | Include CoverageData in the docs | Ned Batchelder | 2015-07-11 | 1 | -2/+9 |
| | | |||||
| * | The use_cache method is no longer supported. | Ned Batchelder | 2015-07-11 | 1 | -0/+1 |
| | | |||||
| * | Remove note about timidity of plugins. | Ned Batchelder | 2015-07-05 | 1 | -8/+1 |
| | | |||||
| * | Doc version details | Ned Batchelder | 2015-06-21 | 2 | -4/+4 |
| | | |||||
| * | Update the changes docs for 4.0a6 | Ned Batchelder | 2015-06-21 | 1 | -5/+34 |
| | | |||||
| * | Add a line about Python 3 dependencies. | Ned Batchelder | 2015-04-25 | 1 | -0/+4 |
| | | |||||
| * | Remove multiprocessing from the trouble.rst list. | Ned Batchelder | 2015-03-13 | 1 | -6/+0 |
| | | |||||
| * | Change the tagging scheme so rtfd.org will work better. | Ned Batchelder | 2015-02-16 | 1 | -2/+2 |
| | | |||||
| * | Ship 4.0a5coverage-4.0a5 | Ned Batchelder | 2015-02-16 | 4 | -13/+68 |
| | | |||||
| * | Trailing whitespace. | Ned Batchelder | 2015-02-02 | 1 | -1/+1 |
| | | |||||
| * | Prepare for 4.0a4coverage-4.0a4 | Ned Batchelder | 2015-01-25 | 3 | -7/+7 |
| | | |||||
| * | More plugin doc tweaks | Ned Batchelder | 2015-01-25 | 1 | -0/+10 |
| | | |||||
| * | Update version number | Ned Batchelder | 2015-01-25 | 1 | -1/+1 |
| | | |||||
| * | Rename plugin.rst to plugins.rst | Ned Batchelder | 2015-01-25 | 2 | -1/+1 |
| | | | | | | --HG-- rename : doc/plugin.rst => doc/plugins.rst | ||||
| * | More docs about plugins. | Ned Batchelder | 2015-01-25 | 2 | -2/+40 |
| | | |||||
| * | Get the version right in the docs. | Ned Batchelder | 2015-01-24 | 1 | -1/+1 |
| | | |||||
| * | Trying to get the doc format and references right. | Ned Batchelder | 2015-01-24 | 1 | -6/+4 |
| | | |||||
| * | Remove obsolete stuff from trouble.rst | Ned Batchelder | 2015-01-24 | 1 | -19/+2 |
| | | |||||
| * | Turn all the history into comments. | Ned Batchelder | 2015-01-24 | 14 | -118/+118 |
| | | |||||
| * | Try not having a custom style on rtfd | Ned Batchelder | 2015-01-24 | 1 | -1/+1 |
| | | |||||
| * | Start of a plugin doc page | Ned Batchelder | 2015-01-24 | 2 | -0/+23 |
| | | |||||
| * | Properly handle alpha releases. | Ned Batchelder | 2015-01-24 | 1 | -3/+8 |
| | | |||||
| * | Update the changes.rst file in the docs | Ned Batchelder | 2015-01-24 | 2 | -8/+100 |
| | | |||||
