Changes between Version 5 and Version 6 of PyDocPlugin


Ignore:
Timestamp:
Jan 7, 2006, 8:26:27 AM (18 years ago)
Author:
Alec Thomas
Comment:

More concise documentation of features

Legend:

Unmodified
Added
Removed
Modified
  • PyDocPlugin

    v5 v6  
    33== Description ==
    44
    5 This plugin allows the user to browse Python documentation through Trac's interface. It also exports a `pydoc:object` link for linking to the documentation from other parts of Trac and a `[[pydoc(object)]]` macro for inlining documentation.
     5This plugin allows the user to browse Python documentation through Trac's interface.
     6
     7It also has some extra useful features:
     8
     9  * Provides a `pydoc:object` link for linking to the documentation from other parts of Trac.
     10  * Includes a `[[pydoc(object)]]` macro for inlining documentation.
     11  * Lets you search the Python documentation from within Trac.
    612
    713== Bugs/Feature Requests ==
     
    2733Use `[[pydoc(os.path.isdir)]]` to inline the documentation for `os.path.isdir()`.
    2834
    29 
    30 
    3135== Author/Contributors ==
    3236