summaryrefslogtreecommitdiff
path: root/docs/narr/renderers.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-09-05 22:57:46 -0500
committerMichael Merickel <michael@merickel.org>2013-09-05 22:57:46 -0500
commitb9ce00bee0b6f1f5b0174960f2087a418c1488a7 (patch)
tree185b988d17e582c4e64fe3da63be511d5797122a /docs/narr/renderers.rst
parent7a60e44961309f5453fba84c7f606af6b19ab096 (diff)
downloadpyramid-b9ce00bee0b6f1f5b0174960f2087a418c1488a7.tar.gz
pyramid-b9ce00bee0b6f1f5b0174960f2087a418c1488a7.tar.bz2
pyramid-b9ce00bee0b6f1f5b0174960f2087a418c1488a7.zip
move templating bindings back into the templating chapter
Diffstat (limited to 'docs/narr/renderers.rst')
-rw-r--r--docs/narr/renderers.rst38
1 files changed, 5 insertions, 33 deletions
diff --git a/docs/narr/renderers.rst b/docs/narr/renderers.rst
index 8de3cd29d..8afc9c4ab 100644
--- a/docs/narr/renderers.rst
+++ b/docs/narr/renderers.rst
@@ -128,6 +128,11 @@ Built-In Renderers
Several built-in renderers exist in :app:`Pyramid`. These renderers can be
used in the ``renderer`` attribute of view configurations.
+.. note::
+
+ Bindings for officially supported templating languages can be found
+ at :ref:`available_template_system_bindings`.
+
.. index::
pair: renderer; string
@@ -365,39 +370,6 @@ renderer in :ref:`json_serializing_custom_objects` can be used when passing
values to a JSONP renderer too.
.. index::
- single: template system bindings
- single: Chameleon
- single: Jinja2
- single: Mako
-
-.. _available_template_system_bindings:
-
-Available Add-On Template System Bindings
------------------------------------------
-
-The Pylons Project maintains several packages providing bindings to different
-templating languages including the following:
-
-+------------------------------+------------------------------+
-| Template Language | Pyramid Bindings |
-+==============================+==============================+
-| Chameleon_ | pyramid_chameleon_ |
-+------------------------------+------------------------------+
-| Jinja2_ | pyramid_jinja2_ |
-+------------------------------+------------------------------+
-| Mako_ | pyramid_mako_ |
-+------------------------------+------------------------------+
-
-.. _Chameleon: http://chameleon.readthedocs.org/en/latest/
-.. _pyramid_chameleon: https://pypi.python.org/pypi/pyramid_chameleon
-
-.. _Jinja2: http://jinja.pocoo.org/docs/
-.. _pyramid_jinja2: https://pypi.python.org/pypi/pyramid_jinja2
-
-.. _Mako: http://www.makotemplates.org/
-.. _pyramid_mako: https://pypi.python.org/pypi/pyramid_mako
-
-.. index::
single: response headers (from a renderer)
single: renderer response headers