Changes between Version 16 and Version 17 of PyDocPlugin


Ignore:
Timestamp:
Jan 2, 2007, 10:19:13 AM (17 years ago)
Author:
Alec Thomas
Comment:

Static code analysis alternatives to pydoc

Legend:

Unmodified
Added
Removed
Modified
  • PyDocPlugin

    v16 v17  
    1 [[TOC]]
     1[[PageOutline]]
    22
    33= Python documentation plugin =
     
    66
    77This plugin allows the user to browse Python documentation through Trac's interface.
     8
     9== Alternatives to `pydoc` ==
     10
     11Tools that use static code analysis would be much more preferable to those that
     12compile the Python code and inspect the doc strings. Some tools that do this
     13are [http://effbot.org/zone/pythondoc.htm PythonDoc] and
     14[http://codespeak.net/svn/user/mwh/pydoctor/trunk/ PyDoctor].
     15
     16Others are [http://pudge.lesscode.org/ Pudge] and [http://epydoc.sourceforge.net/ EpyDoc].
    817
    918== Usage ==