diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-21 18:15:43 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-21 18:15:43 -0500 |
| commit | e269038f5328f80edaa7cceb73b8a176204ecc63 (patch) | |
| tree | a65cab71dcfdccf4bba3b7bb8d15ebcf7927426b /docs/api/interfaces.rst | |
| parent | 5369c85e1153fadbc2db22975c30bd1050e28d7a (diff) | |
| download | pyramid-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.rst | 1 |
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 |
