summaryrefslogtreecommitdiff
path: root/doc/api_coverage.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove :history: linesNed Batchelder2019-11-091-2/+0
|
* Document the module-level stuff. #837Ned Batchelder2019-09-091-9/+1
|
* Remove use_cacheNed Batchelder2018-08-051-1/+1
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Separate the plugin API docs from the 'using plugins' docs.Ned Batchelder2015-08-151-2/+2
|
* Finally the right way to get module references correct, without pulling in ↵Ned Batchelder2015-08-071-1/+1
| | | | the module docstring.
* Fix method references in the docs.Ned Batchelder2015-08-031-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.0b1Ned Batchelder2015-08-021-0/+2
|
* Split the api docs into separate pages.Ned Batchelder2015-08-021-0/+21
The :meth: references are annoying, and some aren't right yet. :(