Author: russellm
Date: 2010-05-08 23:49:11 -0500 (Sat, 08 May 2010)
New Revision: 13154

Modified:
   django/trunk/docs/ref/contrib/index.txt
Log:
Fixed #13310 -- Documented the RESTRUCTUREDTEXT_FORMAT_SETTINGS setting. Thanks 
to Wraithan for the patch.

Modified: django/trunk/docs/ref/contrib/index.txt
===================================================================
--- django/trunk/docs/ref/contrib/index.txt     2010-05-09 04:48:15 UTC (rev 
13153)
+++ django/trunk/docs/ref/contrib/index.txt     2010-05-09 04:49:11 UTC (rev 
13154)
@@ -165,6 +165,15 @@
 .. _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
 ========
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to