[Tutor] automatically generate python/pylons documentation
Kent Johnson
kent37 at tds.net
Sat Oct 18 13:47:15 CEST 2008
On Fri, Oct 17, 2008 at 10:18 AM, Arun Tomar <tomar.arun at gmail.com> 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
More information about the Tutor
mailing list