Doc Finder Tab
Category: Development tools
—
Other products by this author
Experimental releases
There are no experimental releases available at the moment.
Project Description
- Project resources
DocFinderTab allows you to view an object's:
- Class (and base class) names and docstrings
- Attribute names, roles, arguments, and docstrings
DocFinder can be of great help when discovering object APIs and debugging security problems.
It treats docstrings as structured text which is a very powerful feature as it allows to write nicely-formatted documentation right into the source, while having it instantly available TTW.
To install extract the tarball into your Products directory and restart Zope. If you're using buildout, just add "Products.DocFinderTab" to the "eggs" section of your buildout.cfg. Run bin/buildout and restart Zope.