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
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
"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:
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
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
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
>