Re: [Tutor] How to add a description to a module

2010-03-23 Thread Hugo Arts
On Tue, Mar 23, 2010 at 8:16 PM, Armstrong, Richard J. wrote: > Hello, > > > > I have a simple question. I have created a module call Newmark.py and it > runs fine, however, I want to add some documentation so that when I type in > the console help(Newmark) it will give a description of the module

[Tutor] How to add a description to a module

2010-03-23 Thread Armstrong, Richard J.
Hello, I have a simple question. I have created a module call Newmark.py and it runs fine, however, I want to add some documentation so that when I type in the console help(Newmark) it will give a description of the module. Any ideas? Thanks, Richie