summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-01-17 15:50:02 +0000
committerChris McDonough <chrism@agendaless.com>2010-01-17 15:50:02 +0000
commit410457b9f6b72fe5aad44d36c805317a5d2960ec (patch)
tree1c3d6d59d488df00d02ddaec0cbd1ac84536d4bf /docs/glossary.rst
parent6fd5e123492efbe5f5f0cbb2ca0c0c4bf3fa0989 (diff)
downloadpyramid-410457b9f6b72fe5aad44d36c805317a5d2960ec.tar.gz
pyramid-410457b9f6b72fe5aad44d36c805317a5d2960ec.tar.bz2
pyramid-410457b9f6b72fe5aad44d36c805317a5d2960ec.zip
More reviews finished.
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst15
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index e2a941571..8320603a7 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -497,13 +497,18 @@ Glossary
serialization format.
renderer
- A registered serializer that can be configured via :term:`view
- configuration` which converts a non-:term:`Response` return values
- from a :term:`view` into a string (and ultimately a response).
- Using a renderer can make writing views that require templating or
- other serialization less tedious. See
+
+ A serializer that can be referrred to via :term:`view
+ configuration` which converts a non-:term:`Response` return
+ values from a :term:`view` into a string (and ultimately a
+ response). Using a renderer can make writing views that require
+ templating or other serialization less tedious. See
:ref:`views_which_use_a_renderer` for more information.
+ renderer factory
+ A factory which creates a :term:`renderer`. See
+ :ref:`adding_and_overriding_renderers` for more information.
+
mod_wsgi
`mod_wsgi <http://code.google.com/p/modwsgi/>`_ is an Apache
module developed by Graham Dumpleton. It allows :term:`WSGI`