summaryrefslogtreecommitdiff
path: root/docs/api.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add Python 3.6 and drop Python 3.3py36Jason Madden2017-07-311-21/+21
| | | | | | | | | | - Badges - Enable coveralls - 100% coverage - DRY with respect to dependencies in setup.py and tox.ini - Remove _compat.py and use of its u() function since Python 3.2 is dropped. - Run doctests on all python versions.
* Moved doctest examples to Sphinx API reference.Tres Seaver2012-06-071-0/+338
Converted 'zope.location.tests' to a package.