Hilton Garcia Fernandes wrote: > Dear all, > > i've been using doxygen for quite a time to document softwares written in > C and C++, but could not found a similar tool for Python software. > > Could you please point me to a suitable tool ? As we could see in a > previous thread, Python exposes its parsing in publically available APIs. > So, source documentation tool should be easier to write than languages > that don't have such a facility.
Many choices here: http://epydoc.sourceforge.net/relatedprojects.html I think pydoc, epydoc and maybe pythondoc are the most popular. Search comp.lang.python for epydoc, etc for lots of discussion. Kent _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor