Changes between Version 20 and Version 21 of PyDocPlugin


Ignore:
Timestamp:
Feb 20, 2007, 8:11:22 AM (17 years ago)
Author:
Christian Boos
Comment:

Added information about new 0.10 and 0.11 versions

Legend:

Unmodified
Added
Removed
Modified
  • PyDocPlugin

    v20 v21  
    55== Description ==
    66
    7 This plugin allows the user to browse Python documentation through Trac's interface.
     7This plugin allows the user to browse Python documentation through Trac's interface,
     8using the `pydoc` documentation system.
     9
     10It was originally written for Trac 0.9, but there's now a fully 0.10 compatible version,
     11and even a Genshi version for Trac 0.11dev.
    812
    913== Alternatives to `pydoc` ==
     
    4044
    4145The Python documentation will only be displayed for builtin modules and for
    42 the modules listed in the `sys.path` configuration option (use the os.pathsep
     46the modules listed in the `sys.path` configuration option (use the `os.pathsep`
    4347character in order to separate the paths).
    4448
    45 If the configuration key is not set, the sys.path variable value will be
     49If the configuration key is not set, the `sys.path` variable value will be
    4650used.
    4751
     
    6771=== Display Private Documentation ===
    6872
    69 Added show_private configuration setting for [pydoc].
     73Added `show_private` configuration setting for `[pydoc]`.
    7074
    7175The Python private documentation can now be displayed for the modules
     
    8993== Download ==
    9094
    91 Download the zipped source from [download:pydocplugin here].
     95Download the zipped source corresponding to your Trac version:
     96|| Trac  0.9 || [download:pydocplugin/0.9 pydocplugin/0.9] ||
     97|| Trac 0.10 || [download:pydocplugin/0.10 pydocplugin/0.10] ||
     98|| Trac 0.11 || [download:pydocplugin/0.11 pydocplugin/0.11] ||
    9299
    93100== Source ==