Re: [Tutor] Documenting a Module

2010-09-13 Thread Michael Powe
On Mon, Sep 13, 2010 at 12:03:27PM +0200, r...@schoenian-online.de wrote: > > Hi Michael, > I can recommend epydoc. You can find it here: > ??http://epydoc.sourceforge.net/??It's a nice tool and you should > have no problems with the installation. > Ralf Hello, I just want to follow up that ep

Re: [Tutor] Documenting a Module

2010-09-13 Thread Michael Powe
On Mon, Sep 13, 2010 at 12:03:27PM +0200, r...@schoenian-online.de wrote: > > Hi Michael, > ?? > I can recommend epydoc. You can find it here: > ??http://epydoc.sourceforge.net/??It's a nice tool and you should have no > problems > with the installation. > ?? > Ralf > ?? > ?? > ?? Thank you, muc

Re: [Tutor] Documenting a Module

2010-09-13 Thread r...@schoenian-online.de
Hi Michael,   I can recommend epydoc. You can find it here:  http://epydoc.sourceforge.net/ It's a nice tool and you should have no problems with the installation.   Ralf       Michael Powe hat am 13. September 2010 um 11:54 geschrieben: > Hello, > > Are there any tools for documenting a module

[Tutor] Documenting a Module

2010-09-13 Thread Michael Powe
Hello, Are there any tools for documenting a module other than Sphinx? Apparently, I need a full-blown dev box with Visual Studio installed to get Sphinx up, due to the dependency on Jinja, which comes source-only and requires VC. I wrote a module, I'd like to produce a decent document of its