Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove :history: lines | Ned Batchelder | 2019-11-09 | 1 | -2/+0 |
| | |||||
* | Document the module-level stuff. #837 | Ned Batchelder | 2019-09-09 | 1 | -9/+1 |
| | |||||
* | Remove use_cache | Ned Batchelder | 2018-08-05 | 1 | -1/+1 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Separate the plugin API docs from the 'using plugins' docs. | Ned Batchelder | 2015-08-15 | 1 | -2/+2 |
| | |||||
* | Finally the right way to get module references correct, without pulling in ↵ | Ned Batchelder | 2015-08-07 | 1 | -1/+1 |
| | | | | the module docstring. | ||||
* | Fix method references in the docs. | Ned Batchelder | 2015-08-03 | 1 | -2/+4 |
| | | | | | Some needed to be :meth:`.foo`, and some didn't. Turned out it was because of how the .rst used automodule and autoclass. | ||||
* | Updated docs for 4.0b1 | Ned Batchelder | 2015-08-02 | 1 | -0/+2 |
| | |||||
* | Split the api docs into separate pages. | Ned Batchelder | 2015-08-02 | 1 | -0/+21 |
The :meth: references are annoying, and some aren't right yet. :( |