[Zope-dev] Online Docs

Kapil Thangavelu kvthan@wm.edu
Mon, 24 Jul 2000 13:14:17 -0700


I've been playing around with the ACS a bit lately. Its got one feature
which i would desparately like to see in zope. namely that every ACS
server is self documenting with regards to all of its methods. to see it
in an action check out 
http://www.arsdigita.com/doc/procs

this documentation is generated on startup of the server for all
available functions which make a call to a function proc_doc.

i looked at the existing python code auto documentors and the one i saw
that looked the best was
http://www.lfw.org/python (at the bottom of the page)
for documenting live objects. it could use some modifiying to generate
zope objects which would get cataloged and also to include a
functions/modules source.

does anyone think that this would be a good resource to have in zope.
searchable docs for developers on their servers of all the Zope Internal
Python Code and the Code for all the installed Products?


Kapil