Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Latest sample html | Ned Batchelder | 2015-10-13 | 11 | -21/+21 |
| | |||||
* | Update docs for 4.0.1 | Ned Batchelder | 2015-10-13 | 3 | -2/+53 |
| | |||||
* | Remove vestiges of .px doc converters. | Ned Batchelder | 2015-10-10 | 3 | -24/+1 |
| | |||||
* | Remove the obsoleted doc for the [combine] configuration | Ned Batchelder | 2015-10-05 | 1 | -14/+0 |
| | |||||
* | Combining now issues warnings on unreadable files, unconditionally | Ned Batchelder | 2015-10-04 | 1 | -3/+2 |
| | |||||
* | Combine can now ignore errors. | Ned Batchelder | 2015-10-03 | 2 | -0/+19 |
| | |||||
* | Rename CHANGES.txt to CHANGES.rst so repos will display it well. | Ned Batchelder | 2015-09-20 | 1 | -2/+2 |
| | |||||
* | Latest sample HTML report | Ned Batchelder | 2015-09-20 | 26 | -7660/+7838 |
| | |||||
* | Fix up some documentation links | Ned Batchelder | 2015-09-20 | 3 | -5/+5 |
| | |||||
* | One more date to update | Ned Batchelder | 2015-09-19 | 1 | -1/+1 |
| | |||||
* | Get ready for 4.0 final | Ned Batchelder | 2015-09-19 | 3 | -6/+9 |
| | |||||
* | Prepare for 4.0b3 kitscoverage-4.0b3 | Ned Batchelder | 2015-09-07 | 2 | -3/+6 |
| | |||||
* | Move most requirements into requirements/*.pip, and share them where possible | Ned Batchelder | 2015-09-07 | 1 | -1/+1 |
| | | | | | --HG-- rename : requirements.pip => requirements/dev.pip | ||||
* | Add a missing word in the docs. | Ned Batchelder | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | Use requirements.pip files | Ned Batchelder | 2015-08-29 | 2 | -37/+42 |
| | | | | | | --HG-- rename : doc/requirements.txt => doc/requirements.pip rename : requirements.txt => requirements.pip | ||||
* | Pin all the versions | Ned Batchelder | 2015-08-29 | 1 | -3/+6 |
| | |||||
* | Don't need the .px doc toolchain any morecoverage-4.0b2 | Ned Batchelder | 2015-08-22 | 3 | -139/+0 |
| | |||||
* | Update details for 4.0b2 | Ned Batchelder | 2015-08-22 | 2 | -5/+7 |
| | |||||
* | Changed hexversion to version_info, it's friendlier, and just as useful. | Ned Batchelder | 2015-08-21 | 1 | -4/+5 |
| | |||||
* | coverage.hexversion | Ned Batchelder | 2015-08-20 | 1 | -0/+3 |
| | |||||
* | Fix 'filename' to be 'file name' in English. | Ned Batchelder | 2015-08-20 | 5 | -22/+22 |
| | |||||
* | Added more debugging controls, especially for data operations | Ned Batchelder | 2015-08-19 | 1 | -6/+14 |
| | |||||
* | Trailing space | Ned Batchelder | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | Fix spelling | Ned Batchelder | 2015-08-15 | 2 | -1/+2 |
| | |||||
* | Clean up changes.rst, including removing noisy issue links. | Ned Batchelder | 2015-08-15 | 2 | -79/+61 |
| | |||||
* | Add pointers to two plugins to the docs | Ned Batchelder | 2015-08-15 | 1 | -0/+16 |
| | |||||
* | A better title | Ned Batchelder | 2015-08-15 | 1 | -3/+3 |
| | |||||
* | Separate the plugin API docs from the 'using plugins' docs. | Ned Batchelder | 2015-08-15 | 5 | -22/+43 |
| | |||||
* | Plugin doc tweaking | Ned Batchelder | 2015-08-15 | 1 | -1/+4 |
| | |||||
* | More plugin docs | Ned Batchelder | 2015-08-15 | 2 | -15/+15 |
| | |||||
* | A new How It Works page in the docs | Ned Batchelder | 2015-08-12 | 2 | -0/+99 |
| | |||||
* | Might as well use the Sphinx way to do this. | Ned Batchelder | 2015-08-10 | 1 | -1/+1 |
| | |||||
* | Back to rtd theme, with font overrides | Ned Batchelder | 2015-08-10 | 2 | -34/+12 |
| | |||||
* | 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 |
| |