diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-09 05:13:13 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-09 05:13:13 +0000 |
| commit | 95693cc6dd267bfccfdcccbd29c09516f7b049db (patch) | |
| tree | 68d96ae544d4b237c566028edb1675b694ea9711 /docs | |
| parent | e3389f9a203cf0a55936a0c9f766b5d6f7b778a8 (diff) | |
[1.1.X] Fixed #13310 -- Documented the RESTRUCTUREDTEXT_FORMAT_SETTINGS setting. Thanks to Wraithan for the patch.
Backport of r13154 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13158 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/index.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/ref/contrib/index.txt b/docs/ref/contrib/index.txt index f8db69afd7..e694698bff 100644 --- a/docs/ref/contrib/index.txt +++ b/docs/ref/contrib/index.txt @@ -155,6 +155,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 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 ========= |
