On Thu, Nov 6, 2008 at 7:53 AM, Edward K. Ream <[EMAIL PROTECTED]> wrote: > > On Sat, Nov 1, 2008 at 6:27 AM, Kent Tenney <[EMAIL PROTECTED]> wrote: >> >> The bzrlib API doc is pretty nice >> http://starship.python.net/crew/mwh/bzrlibapi/ >> >> It's made with PyDoctor >> http://codespeak.net/~mwh/pydoctor/ >> >> bzr get lp:pydoctor pydoctor >> >> basic PyDoctor usage:: >> >> pydoctor --add-package=leo-editor/leo --html-output=/tmp >> --project-name=leo --make-html >> >> If this succeeds, look at /tmp/index.html, a quite nice front end to >> the leo code. > > Thanks for this. I'll put it on the list of things to look at. How > important are docstrings to the final output?
If there is no docstring an item shows 'undocumented' see http://starship.python.net/crew/mwh/bzrlibapi/bzrlib.breakin.html Even without any docstrings you get all the indexing, views of the package structure, and signatures > > Edward > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" 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/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
