118
118
A world-class geospatial framework built on top of Django, that enables
119
119
storage, manipulation and display of spatial data.
120
120
121
- See the :ref:`ref-contrib-gis` documentation for more.
121
+ See the :ref:`ref-contrib-gis` documentation for more.
122
122
123
123
humanize
124
124
========
@@ -143,22 +143,27 @@ markup
143
143
144
144
A collection of template filters that implement common markup languages:
145
145
146
- * ``textile`` -- implements `Textile`_
147
- * ``markdown`` -- implements `Markdown`_
146
+ * ``textile`` -- implements `Textile`_ -- requires `PyTextile`_
147
+ * ``markdown`` -- implements `Markdown`_ -- requires `Python-markdown`_
148
148
* ``restructuredtext`` -- implements `ReST (ReStructured Text)`_
149
+ -- requires `doc-utils`_
149
150
150
151
In each case, the filter expects formatted markup as a string and returns a
151
152
string representing the marked-up text. For example, the ``textile`` filter
152
153
converts text that is marked-up in Textile format to HTML.
153
154
154
155
To activate these filters, add ``'django.contrib.markup'`` to your
155
- :setting:`INSTALLED_APPS` setting. Once you've done that, use ``{% load markup %}`` in
156
- a template, and you'll have access to these filters. For more documentation,
157
- read the source code in django/contrib/markup/templatetags/markup.py.
156
+ :setting:`INSTALLED_APPS` setting. Once you've done that, use
157
+ ``{% load markup %}`` in a template, and you'll have access to these filters.
158
+ For more documentation, read the source code in
159
+ :file:`django/contrib/markup/templatetags/markup.py`.
158
160
159
161
.. _Textile: http://en.wikipedia.org/wiki/Textile_%28markup_language%29
160
162
.. _Markdown: http://en.wikipedia.org/wiki/Markdown
161
163
.. _ReST (ReStructured Text): http://en.wikipedia.org/wiki/ReStructuredText
164
+ .. _PyTextile: http://loopcore.com/python-textile/
165
+ .. _Python-markdown: http://www.freewisdom.org/projects/python-markdown
166
+ .. _doc-utils: http://docutils.sf.net/
162
167
163
168
messages
164
169
========
0 commit comments