summaryrefslogtreecommitdiff
path: root/docs/api/interfaces.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-21 18:15:43 -0500
committerChris McDonough <chrism@plope.com>2010-11-21 18:15:43 -0500
commite269038f5328f80edaa7cceb73b8a176204ecc63 (patch)
treea65cab71dcfdccf4bba3b7bb8d15ebcf7927426b /docs/api/interfaces.rst
parent5369c85e1153fadbc2db22975c30bd1050e28d7a (diff)
downloadpyramid-e269038f5328f80edaa7cceb73b8a176204ecc63.tar.gz
pyramid-e269038f5328f80edaa7cceb73b8a176204ecc63.tar.bz2
pyramid-e269038f5328f80edaa7cceb73b8a176204ecc63.zip
- Add ``pyramid.interfaces.ITemplateRenderer`` interface to Interfaces API
chapter (has ``implementation()`` method, required to be used when getting at Chameleon macros).
Diffstat (limited to 'docs/api/interfaces.rst')
-rw-r--r--docs/api/interfaces.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api/interfaces.rst b/docs/api/interfaces.rst
index b27428d89..b3c14e5f7 100644
--- a/docs/api/interfaces.rst
+++ b/docs/api/interfaces.rst
@@ -33,4 +33,5 @@ Other Interfaces
.. autointerface:: IRendererInfo
+ .. autointerface:: ITemplateRenderer