Re: docstring format documentation for the admin doc contrib?

2009-09-12 Thread Andrew R
Thanks, that is what I was looking for. I also found this: http://docutils.sourceforge.net/docs/user/rst/quickref.html -Andrew On Sep 12, 9:26 pm, Tiago Serafim wrote: > Hi, > > These docs are in ReST (ReStructured Text) format, and each text file > > > corresponds to a

Re: docstring format documentation for the admin doc contrib?

2009-09-12 Thread Tiago Serafim
Hi, These docs are in ReST (ReStructured Text) format, and each text file > corresponds to a Web page on the official Django site. > source: http://docs.djangoproject.com/en/dev/faq/general/#how-can-i-download-the-django-documentation-to-read-it-offline On Sun, Sep 13, 2009 at 12:21 AM, Andrew

docstring format documentation for the admin doc contrib?

2009-09-12 Thread Andrew R
The built in templates and filters have formatted docstrings (``, ===, etc.). I don't see anywhere where this syntax is documented. Where can I find information on this. Example docstring: def yesno(value, arg=None): """ Given a string mapping values for true, false and (optionally)