summaryrefslogtreecommitdiff
path: root/doc/api_coverage.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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. :(