On Fri, Oct 17, 2008 at 10:18 AM, Arun Tomar <[EMAIL PROTECTED]> wrote: > hi! > > I'm trying to generate documentation for my pylons web application.
> 2. epydoc > I liked epydoc, the generated document looks more like what is > generate by ruby tools, i guess rdoc. if i give it a single python > file it works fine. but if i want epydoc to go into a specific folder > & generate the documentation for all the files & files in the sub > directories, it doesn't automatically do that. any pointers there. I have used epydoc to create docs for entire packages by giving it the package name on the command line. The package must be in the current Python path. Looking at epydoc's own makefile it appears that you can also specify a directory. Kent _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor