Need help on Python documentation
Hi all,
I m new to python. I wrote a tool to automate my testing process. It was fun to do it. But now I don't want to take pain for documenting my script. I found a pydoc module that does all this for me.
The problem is that I wasn't able to use this pydoc properly. It is doing nothing for me.
Could anybody help me out to understand the way it has to be implemented in the script ?
Thanks,
I m new to python. I wrote a tool to automate my testing process. It was fun to do it. But now I don't want to take pain for documenting my script. I found a pydoc module that does all this for me.
The problem is that I wasn't able to use this pydoc properly. It is doing nothing for me.
Could anybody help me out to understand the way it has to be implemented in the script ?
Thanks,

