diff options
| author | Chris McDonough <chrism@plope.com> | 2010-10-29 02:54:17 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-10-29 02:54:17 -0400 |
| commit | 14dc81633acc60ae1e80bdbe7fb8bf8af6d479bb (patch) | |
| tree | bc1f3db2431427303e91b0da4da577f6e9a2b9fb /docs/api | |
| parent | 04ebd572a92f6681209c70c42192775c63cd16cd (diff) | |
| download | pyramid-14dc81633acc60ae1e80bdbe7fb8bf8af6d479bb.tar.gz pyramid-14dc81633acc60ae1e80bdbe7fb8bf8af6d479bb.tar.bz2 pyramid-14dc81633acc60ae1e80bdbe7fb8bf8af6d479bb.zip | |
pylons paster templates
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/personality.rst | 9 | ||||
| -rw-r--r-- | docs/api/request.rst | 5 |
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/api/personality.rst b/docs/api/personality.rst new file mode 100644 index 000000000..7eb964e76 --- /dev/null +++ b/docs/api/personality.rst @@ -0,0 +1,9 @@ +.. _personality_module: + +:mod:`pyramid.personality.pylons` +--------------------------------- + +.. module:: pyramid.personality.pylons + +.. function:: renderer_globals_factory_config + diff --git a/docs/api/request.rst b/docs/api/request.rst index 9e851ba8d..97b164428 100644 --- a/docs/api/request.rst +++ b/docs/api/request.rst @@ -93,3 +93,8 @@ ``request.session`` attribute will cause a :class:`pyramid.exceptions.ConfigurationError` to be raised. + .. attribute:: tmpl_context + + The template context for Pylons-style applications. + + |
