diff options
| author | Chris McDonough <chrism@plope.com> | 2012-09-09 21:44:20 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-09-09 21:44:20 -0400 |
| commit | dcbe7d5e36a15010915366cd74680574ca1f518f (patch) | |
| tree | d6ec43abc608f6fca7834b119c12fe1646a06532 /docs/api/chameleon_zpt.rst | |
| parent | f6bd88ecb34b26315b01650dfa586ea8b59dc746 (diff) | |
| parent | b6a102e5ec029153b2ffed30cd1b282bf1ccc248 (diff) | |
| download | pyramid-dcbe7d5e36a15010915366cd74680574ca1f518f.tar.gz pyramid-dcbe7d5e36a15010915366cd74680574ca1f518f.tar.bz2 pyramid-dcbe7d5e36a15010915366cd74680574ca1f518f.zip | |
Merge branch 'feature.14removedeprecations'
Diffstat (limited to 'docs/api/chameleon_zpt.rst')
| -rw-r--r-- | docs/api/chameleon_zpt.rst | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/api/chameleon_zpt.rst b/docs/api/chameleon_zpt.rst deleted file mode 100644 index df9a36a56..000000000 --- a/docs/api/chameleon_zpt.rst +++ /dev/null @@ -1,28 +0,0 @@ -.. _chameleon_zpt_module: - -:mod:`pyramid.chameleon_zpt` -------------------------------- - -.. automodule:: pyramid.chameleon_zpt - - .. autofunction:: get_template - - .. autofunction:: render_template - - .. autofunction:: render_template_to_response - -These APIs will work against files which supply template text which -matches the :term:`ZPT` specification. - -The API of :mod:`pyramid.chameleon_zpt` is identical to that of -:mod:`pyramid.chameleon_text`; only its import location is -different. If you need to import an API functions from this module as -well as the :mod:`pyramid.chameleon_text` module within the same -view file, use the ``as`` feature of the Python import statement, -e.g.: - -.. code-block:: python - :linenos: - - from pyramid.chameleon_zpt import render_template as zpt_render - from pyramid.chameleon_text import render_template as text_render |
