Re: [Tutor] automatically generate python/pylons documentation

2008-10-18 Thread Kent Johnson
On Sat, Oct 18, 2008 at 10:52 PM, Arun Tomar <[EMAIL PROTECTED]> wrote: > creating a __init__.py file does the trick but not completely. > epydoc helloworld > +--- > | In /tmp/hello

Re: [Tutor] automatically generate python/pylons documentation

2008-10-18 Thread Arun Tomar
hi! On Sat, Oct 18, 2008 at 10:42 PM, Alan Gauld <[EMAIL PROTECTED]> wrote: > "Arun Tomar" <[EMAIL PROTECTED]> wrote >> >> if i give the command for epydoc to generate the documentation it >> gives the below mentioned errors: >> >> epydoc helloworld/ >> Error: Directory 'helloworld/' is not a pac

Re: [Tutor] automatically generate python/pylons documentation

2008-10-18 Thread Alan Gauld
"Arun Tomar" <[EMAIL PROTECTED]> wrote if i give the command for epydoc to generate the documentation it gives the below mentioned errors: epydoc helloworld/ Error: Directory 'helloworld/' is not a package Error: Nothing left to document! What happens if you don;t pass the trainiling slash:

Re: [Tutor] automatically generate python/pylons documentation

2008-10-18 Thread Marc Tompkins
On Sat, Oct 18, 2008 at 6:45 AM, Arun Tomar <[EMAIL PROTECTED]> wrote: > > I've a pylons web application in the directory called helloworld. > if i give the command for epydoc to generate the documentation it > gives the below mentioned errors: > > epydoc helloworld/ > Error: Directory 'hellowor

Re: [Tutor] automatically generate python/pylons documentation

2008-10-18 Thread Arun Tomar
hi! On Sat, Oct 18, 2008 at 5:17 PM, Kent Johnson <[EMAIL PROTECTED]> wrote: > 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 mor

Re: [Tutor] automatically generate python/pylons documentation

2008-10-18 Thread Kent Johnson
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 >