summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-05-09 04:49:11 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-05-09 04:49:11 +0000
commit5b28f8a07bece31eabc23a8bdf02e33d3d349243 (patch)
tree9148664738a9880ce9afc348c02d5f23f055dbdd
parentcfddc2afbb27c61ce85cd97111222a77d57037da (diff)
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
-rw-r--r--docs/ref/contrib/index.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/ref/contrib/index.txt b/docs/ref/contrib/index.txt
index b40203cc4e..090441ce95 100644
--- a/docs/ref/contrib/index.txt
+++ b/docs/ref/contrib/index.txt
@@ -165,6 +165,15 @@ For more documentation, read the source code in
.. _Python-markdown: http://www.freewisdom.org/projects/python-markdown
.. _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
========