Re: Need help with : pydoc & pychecker

2004-06-11 Thread Michael Davey
Adam R. B. Jack wrote: Would you mind submitting this request to JIRA? logged as GUMP-63: http://nagoya.apache.org/jira/browse/GUMP-63 -- Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

Re: Need help with : pydoc & pychecker

2004-06-11 Thread Adam R. B. Jack
> >Ought we just expect developers to do > >the above? > > > Nope. That would be like expecting developers to run "ant javadoc" for > themselves rather than pointing them to a website hosting the javadoc. > It is just a good form of communication - provide documentation up front > for all to see.

Re: Need help with : pydoc & pychecker

2004-06-10 Thread Michael Davey
Adam R. B. Jack wrote: PYDOC: [snip suggestion for pydoc server on Apache] Any thoughts on this? Is it overkill? No, it is not overkill. Ought we just expect developers to do the above? Nope. That would be like expecting developers to run "ant javadoc" for themselves rather than pointing the

Re: Need help with : pydoc & pychecker

2004-04-16 Thread Adam R. B. Jack
> PYDOC: > > I've not managed to get a site built by pydoc, it seems to like to run > interactively or as it's own WWW server. This is cool. Go into the > gump/python directory, set PYTHONPATH=`pwd`, then run: > > python C:\Python23\lib\pydoc.py -p 1234 gump > > and browsed: Yahoo, we can run

Need help with : pydoc & pychecker

2004-04-12 Thread Adam R. B. Jack
PyChecker (http://pychecker.sourceforge.net ) ought save us from some runtime errors. It is like lint. Also, to promote team development successes we need to share information (especially on classes and such). I've been thinking about Javadoc-style docs and tried getting a site like that out of p