Changes between Initial Version and Version 1 of PyDocPlugin


Ignore:
Timestamp:
Jan 6, 2006, 1:27:52 PM (18 years ago)
Author:
Alec Thomas
Comment:

New hack PyDocPlugin, created by athomas

Legend:

Unmodified
Added
Removed
Modified
  • PyDocPlugin

    v1 v1  
     1= Python documentation plugin =
     2
     3== Description ==
     4
     5This plugin allows the user to browse Python documentation through Trac's interface. It also exports a `pydoc:` link for linking to the documentation from other parts of Trac.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for PyDocPlugin are
     10[report:9?COMPONENT=PyDocPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.swapoff.org/newticket?component=PyDocPlugin&owner=athomas new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:pydocplugin here].
     18
     19== Source ==
     20
     21You can check out PyDocPlugin from [http://trac-hacks.swapoff.org/svn/pydocplugin here] using Subversion, or [source:pydocplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25Use `pydoc:trac` to view the Python documentation for Trac.
     26
     27== Author/Contributors ==
     28
     29'''Author:''' [wiki:athomas] [[BR]]
     30'''Contributors:'''
     31
     32[[TagIt(plugin,athomas,0.9,1.0)]]