Re: [BangPypers] Regarding Python Doc

2011-02-18 Thread steve
On 02/18/2011 03:51 PM, Shashidhar P wrote: Hello I want to do python documentation, I am using Pydoc but I am unable to write python documentation for python file. I have included docstrings for each classes and functions which I have written. but when I run this command @ pydoc myfilename.py it

[BangPypers] Regarding Python Doc

2011-02-18 Thread Shashidhar P
Hello I want to do python documentation, I am using Pydoc but I am unable to write python documentation for python file. I have included docstrings for each classes and functions which I have written. but when I run this command @ pydoc myfilename.py it shows no documentation for 'myfilename,py' ca