wiki:PyDocPlugin

Version 6 (modified by Alec Thomas, 18 years ago) (diff)

More concise documentation of features

Python documentation plugin

Notice: This plugin is unmaintained and available for adoption.

Description

This plugin allows the user to browse Python documentation through Trac's interface.

It also has some extra useful features:

  • Provides a pydoc:object link for linking to the documentation from other parts of Trac.
  • Includes a [[pydoc(object)]] macro for inlining documentation.
  • Lets you search the Python documentation from within Trac.

Bugs/Feature Requests

Existing bugs and feature requests for PyDocPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:pydocplugin here].

Source

You can check out PyDocPlugin from here using Subversion, or browse the source with Trac.

Example

Use pydoc:trac to view the Python documentation for Trac.

Use [[pydoc(os.path.isdir)]] to inline the documentation for os.path.isdir().

Author/Contributors

Author: athomas
Contributors:

TagIt(plugin,athomas,0.9,1.0)?