diff --git a/docs/ref/contrib/index.txt b/docs/ref/contrib/index.txt
index b40203c..7bceb39 100644
a
|
b
|
For more documentation, read the source code in
|
165 | 165 | .. _Python-markdown: http://www.freewisdom.org/projects/python-markdown |
166 | 166 | .. _doc-utils: http://docutils.sf.net/ |
167 | 167 | |
| 168 | ReStructured Text |
| 169 | ----------------- |
| 170 | |
| 171 | When using the `restructuredtext` markup fiilter you can define a :setting:`RESTRUCTUREDTEXT_FORMAT_SETTINGS` |
| 172 | in your django settings to override the default writer settings. See the `restructuredtext writer settings`_ for |
| 173 | details on what these settings are. |
| 174 | |
| 175 | .. _restructuredtext writer settings: http://docutils.sourceforge.net/docs/user/config.html#html4css1-writer |
| 176 | |
168 | 177 | messages |
169 | 178 | ======== |
170 | 179 | |