Hi, does anybody know a good programm or the command to create documentation of python classes (api-documentation like javadoc) out of the python code ? Thanks, Dirk
Look at pydoc http://www.google.ca/search?q=pydoc&hl=en&meta= ----- Original Message ----- From: "Dirk Datzert" <dirk.datzert@rasselstein-hoesch.de> To: <zope-dev@zope.org> Sent: Friday, April 26, 2002 10:39 AM Subject: [Zope-dev] python question
Hi,
does anybody know a good programm or the command to create documentation of python classes (api-documentation like javadoc) out of the python code ?
Thanks, Dirk
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Hi Andy, thank you very much. With your help I found Dieters web-page: http://www.dieter.handshake.de/pyprojects/zope/pydoc.html Regards, Dirk Andy McKay schrieb:
Look at pydoc http://www.google.ca/search?q=pydoc&hl=en&meta=
----- Original Message ----- From: "Dirk Datzert" <dirk.datzert@rasselstein-hoesch.de> To: <zope-dev@zope.org> Sent: Friday, April 26, 2002 10:39 AM Subject: [Zope-dev] python question
Hi,
does anybody know a good programm or the command to create documentation of python classes (api-documentation like javadoc) out of the python code ?
Thanks, Dirk
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
On Saturday 27 April 2002 08:44 am, Andy McKay wrote:
Look at pydoc http://www.google.ca/search?q=pydoc&hl=en&meta=
last i tried it, pydoc has issues with some zope stuff, its also distracting and educational to realize how much support stuff zope mixins... happydoc is a nice tool that differs mainly in that its analyzing structuring rather than importing and inspecting ala pydoc. -k
----- Original Message ----- From: "Dirk Datzert" <dirk.datzert@rasselstein-hoesch.de> To: <zope-dev@zope.org> Sent: Friday, April 26, 2002 10:39 AM Subject: [Zope-dev] python question
Hi,
does anybody know a good programm or the command to create documentation of python classes (api-documentation like javadoc) out of the python code ?
Thanks, Dirk
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Hi Kapil, with your help I found http://happydoc.sourceforge.net . I will give both a try pydoc & happydoc. Regards, Dirk kapil thangavelu schrieb:
On Saturday 27 April 2002 08:44 am, Andy McKay wrote:
Look at pydoc http://www.google.ca/search?q=pydoc&hl=en&meta=
last i tried it, pydoc has issues with some zope stuff, its also distracting and educational to realize how much support stuff zope mixins...
happydoc is a nice tool that differs mainly in that its analyzing structuring rather than importing and inspecting ala pydoc.
-k
----- Original Message ----- From: "Dirk Datzert" <dirk.datzert@rasselstein-hoesch.de> To: <zope-dev@zope.org> Sent: Friday, April 26, 2002 10:39 AM Subject: [Zope-dev] python question
Hi,
does anybody know a good programm or the command to create documentation of python classes (api-documentation like javadoc) out of the python code ?
Thanks, Dirk
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
participants (3)
-
Andy McKay -
Dirk Datzert -
kapil thangavelu