On Wed, Oct 15, 2008 at 4:52 PM, barbara shaurette <[EMAIL PROTECTED]> wrote: > I could swear that, pre 1.0 release, I came across a page on auto- > generating documentation from docstrings, but I can't find it in the > Django documentation anymore.
The admin would, once upon a time, display the docstrings of your views, template tags, template filters and models, and show a "documentation" link in the upper-right-hand corner. When the admin was rewritten, that functionality became a separate application, django.contrib.admindocs. In general, though, people who want, say, javadoc-style generated documentation (with all of the evil that entails) use something like epydoc (which you probably want to Google for). -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---