> > Lets be careful here guys...two python web application frameworks have just > merged, and next we are talking about fixing globally python documentation > generation....these are dangerous ideas, from dangerous subversive > minds........in other words keep up the good work. Next thing you know > someone is going to fork django and make it wsgi compatible :) >
The things we all agree is we should document modules with RST format. Then we could generate API with whatever API generation tools. At this time epydoc is the first candidate, and it works :) The tool Ian mentioned is here: http://svn.berlios.de/svnroot/repos/docutils/trunk/sandbox/py-rest-doc/ (following the discussion on http://mail.python.org/pipermail/python-dev/2007-May/073259.html) That tool has a makefile, too :p It's a DOC generation tool but not an API generation tool. So it may not suite for our API generation case. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
