Fixed #13310 -- Documented the RESTRUCTUREDTEXT_FORMAT_SETTINGS setting. Thanks to Wraithan for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13154 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2010-05-09 04:49:11 +00:00
parent cfddc2afbb
commit 5b28f8a07b
1 changed files with 9 additions and 0 deletions

View File

@ -165,6 +165,15 @@ For more documentation, read the source code in
.. _Python-markdown: http://www.freewisdom.org/projects/python-markdown .. _Python-markdown: http://www.freewisdom.org/projects/python-markdown
.. _doc-utils: http://docutils.sf.net/ .. _doc-utils: http://docutils.sf.net/
ReStructured Text
-----------------
When using the `restructuredtext` markup fiilter 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
messages messages
======== ========