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