DocFinderTab (1.0.5)
- See demo of DocFinderTab: http://www.zopemag.com/Issue008/Section_Products/product_DocFinderTab.html
- DocFinderTab download link: http://plone.org/products/docfindertab/releases
- Homepage of DocFinderTab: http://plone.org/products/docfindertab/
- DocFinderTab repository: https://svn.plone.org/svn/collective/Products.DocFinderTab/trunk/
- Description source: http://pypi.python.org/pypi/Products.DocFinderTab
DocFinderTab allows you to view an object's:
- Class (and base class) names and docstrings.
- Attribute names, roles, arguments, and docstrings.
DocFinderTab can be of great help when discovering object APIs and debugging security problems.
Egg Installation
Either use easy_install or add Products.DocFinderTab to the eggs section of your buildout.cfg and re-run buildout.
Traditional Product Installation
Copy or symlink the DocFinderTab subdirectory of this package into your Products directory.
Final Steps
Restart Zope. This will add a "Doc" tab to every object's managment screens (ZMI). Now click the "Doc" tab and start exploring.
See the online help for a detailed explanation of what you can do with DocFinderTab (or read help/README.stx directly).