diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-07-03 14:06:56 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-07-03 14:06:56 +0000 |
| commit | fd0f6308c840ab5d5712d4b51e47d51bc2809167 (patch) | |
| tree | f1edf4a668a29141294962b7fa7c57d99135addb /docs/narr/project.rst | |
| parent | 2f6bc22af62e4adfd533418b275d9815fb38f230 (diff) | |
| download | pyramid-fd0f6308c840ab5d5712d4b51e47d51bc2809167.tar.gz pyramid-fd0f6308c840ab5d5712d4b51e47d51bc2809167.tar.bz2 pyramid-fd0f6308c840ab5d5712d4b51e47d51bc2809167.zip | |
API docs audit.
Diffstat (limited to 'docs/narr/project.rst')
| -rw-r--r-- | docs/narr/project.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 4b0de4a0e..c50cc9e25 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -615,11 +615,12 @@ in the model, and the HTML given back to the browser. This example uses ``render_template_to_response`` which is a shortcut function. If you want more control over the response, use the ``render_template`` function, also present in - :ref:`template_module`. You may then create your own :term:`WebOb` - Response object, using the result of ``render_template`` as the - response's body. There is also a ``get_template`` API in the same - module, which you can use to retrieve the template object without - rendering it at all, for additional control. + :ref:`chameleon_zpt_module`. You may then create your own + :term:`WebOb` Response object, using the result of + ``render_template`` as the response's body. There is also a + ``get_template`` API in the same module, which you can use to + retrieve the template object without rendering it at all, for + additional control. .. note:: |
