= Python documentation plugin = == 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 [report:9?COMPONENT=PyDocPlugin here]. If you have any issues, create a [http://trac-hacks.swapoff.org/newticket?component=PyDocPlugin&owner=athomas new ticket]. == Download == Download the zipped source from [download:pydocplugin here]. == Source == You can check out PyDocPlugin from [http://trac-hacks.swapoff.org/svn/pydocplugin here] using Subversion, or [source:pydocplugin 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:''' [wiki:athomas] [[BR]] '''Contributors:''' [[TagIt(plugin,athomas,0.9,1.0)]]