Python Documentation Blows!

From: Adam T. Gautier (adam_gautier_at_yahoo.com)
Date: 03/30/04


Date: Tue, 30 Mar 2004 11:02:57 -0500
To: python-list@python.org

OK, First off I am new to Python but I am a convert. I sat down and
wrote two medium complexity applications in Python from scratch and
learning the language in a few days. If I were to do this in C++ and/or
Java it would have taken atleast a month (Rember I was also learning the
Python language). But, I am sick of the documentation! I don't really
use too many Java example applications when I am writing in Java because
(1.) I have been writting in Java since it was called Oak and 2.) I have
the JavaDocs that give me a good grounding as to what the
package/class/function/const is doing). Is there anythin comperable for
Python? It is a shame that the only limitation of a great is
documentation. Is there a project that is trying to do this? Am I
completely off my rocker? Is the Tutorial and Module documentation on
python.org enough? What would it take to develop an JavaDoc like
repository. I don't know much about the PyPI but is a requirement
documentation? What I think would be cool is a PyPI wiki that is
dedicated to to documentation. When a module is submitted it is sent
through a dog auto-gen that generates wiki pages. The wiki pages would
be a reference page(s) (think javadoc), an example code page(s), and a
tutorial thread page(s). Just the refrence page would be auto generated
and the example and tutorial page(s) could be created by the developer
and/or the community in very wiki like style. What do y'all think?



Relevant Pages

  • improving the Python docs -- a wiki? copy PHPs model?
    ... I've been wondering how we can improve the quality of the Python ... The problem with the Python documentation is that it is not being ... So I put this question to the entire Python community. ... how anybody can nnotate the pages, wiki style. ...
    (comp.lang.python)
  • Re: Annotatable Python docs -- now a reality !!!
    ... but anyway, i had kinda the same idea using javascript to update a frame, ... but not in a wiki form... ... > the Python community should know about it. ... > comment on the documentation, an approach similar to the PHP docs. ...
    (comp.lang.python)
  • Re: Dr. Dobbs Python-URL! - weekly Python news and links (Dec 2)
    ... with Python is the problem. ... wiki is nice but does not fix the problem. ... writing and updating docs. ... But that doesn't turn bad documentation ...
    (comp.lang.python)
  • Re: Bitching about the documentation...
    ... I wonder if I typed "sort" into the search box on the wiki it might ... Most of us choose not to write documentation in our spare time. ... writing Python programs is directly attributable to poor documentation. ...
    (comp.lang.python)
  • Re: Javadoc style python manual?
    ... Though I love to learn python, I'm not very comfortable with the python ... I was going to recommend running something like epydoc over the ... Python does not rely heavily on inheritance like Java does. ... Generating API documentation using epydoc really shows this aspect of ...
    (comp.lang.python)