Re: Understanding Python Documentation

2005-11-24 Thread Colin J. Williams
Shalabh Chaturvedi wrote: > Josh Cronemeyer wrote: > >> Hi, >> >> I have very little experience programming in python but considerable >> experience with java. One thing that is frustrating me is the >> differences in the documentation style. Javadocs, at the top level >> are just a list of p

Re: Understanding Python Documentation

2005-11-24 Thread Shalabh Chaturvedi
Josh Cronemeyer wrote: > Hi, > > I have very little experience programming in python but considerable > experience with java. One thing that is frustrating me is the differences in > the documentation style. Javadocs, at the top level are just a list of > packages. Drilling down on a package

Re: Understanding Python Documentation

2005-11-24 Thread Martin Franklin
Josh Cronemeyer wrote: > On Thursday 24 November 2005 09:27 am, Simon Brunning wrote: > >>On 24/11/05, Josh Cronemeyer <[EMAIL PROTECTED]> wrote: >> >>>I have very little experience programming in python but considerable >>>experience with java. One thing that is frustrating me is the >>>differen

Re: Understanding Python Documentation

2005-11-24 Thread Josh Cronemeyer
On Thursday 24 November 2005 09:27 am, Simon Brunning wrote: > On 24/11/05, Josh Cronemeyer <[EMAIL PROTECTED]> wrote: > > I have very little experience programming in python but considerable > > experience with java. One thing that is frustrating me is the > > differences in the documentation sty

Understanding Python Documentation

2005-11-24 Thread Josh Cronemeyer
Hi, I have very little experience programming in python but considerable experience with java. One thing that is frustrating me is the differences in the documentation style. Javadocs, at the top level are just a list of packages. Drilling down on a package reveals a list of classes in that

Re: Understanding Python Documentation

2005-11-24 Thread Fuzzyman
pydoc - sorry to be terse... I'm sure others will expand. :-) There was also a project, recently, that generated the sort of api documentation for the whole standard library. Fuzzyman http://www.voidspace.org.uk/python/index.shtml -- http://mail.python.org/mailman/listinfo/python-list

Re: Understanding Python Documentation

2005-11-24 Thread Simon Brunning
On 24/11/05, Josh Cronemeyer <[EMAIL PROTECTED]> wrote: > I have very little experience programming in python but considerable > experience with java. One thing that is frustrating me is the differences in > the documentation style. Javadocs, at the top level are just a list of > packages. Drill