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