Author: russellm Date: 2010-05-09 00:13:13 -0500 (Sun, 09 May 2010) New Revision: 13158
Modified: django/branches/releases/1.1.X/docs/ref/contrib/index.txt Log: [1.1.X] Fixed #13310 -- Documented the RESTRUCTUREDTEXT_FORMAT_SETTINGS setting. Thanks to Wraithan for the patch. Backport of r13154 from trunk. Modified: django/branches/releases/1.1.X/docs/ref/contrib/index.txt =================================================================== --- django/branches/releases/1.1.X/docs/ref/contrib/index.txt 2010-05-09 05:12:00 UTC (rev 13157) +++ django/branches/releases/1.1.X/docs/ref/contrib/index.txt 2010-05-09 05:13:13 UTC (rev 13158) @@ -155,6 +155,15 @@ .. _Python-markdown: http://www.freewisdom.org/projects/python-markdown .. _doc-utils: http://docutils.sf.net/ +ReStructured Text +----------------- + +When using the `restructuredtext` markup filter you can define a :setting:`RESTRUCTUREDTEXT_FORMAT_SETTINGS` +in your django settings to override the default writer settings. See the `restructuredtext writer settings`_ for +details on what these settings are. + +.. _restructuredtext writer settings: http://docutils.sourceforge.net/docs/user/config.html#html4css1-writer + redirects ========= -- You received this message because you are subscribed to the Google Groups "Django updates" 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/django-updates?hl=en.
