diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-09-01 01:52:14 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-09-01 01:52:14 +0000 |
| commit | 7e2c6cbb452aa986891b2a99653a147bfb053e19 (patch) | |
| tree | b4c2bbfee120b1796b2bbe08673f9ab11a4e220c /docs | |
| parent | 5d906eae19891ba8074a233d167cb371fe89deb0 (diff) | |
| download | pyramid-7e2c6cbb452aa986891b2a99653a147bfb053e19.tar.gz pyramid-7e2c6cbb452aa986891b2a99653a147bfb053e19.tar.bz2 pyramid-7e2c6cbb452aa986891b2a99653a147bfb053e19.zip | |
- New API module: ``repoze.bfg.view``. This module contains the functions
named ``render_view_to_response``, ``render_view_to_iterable`` and
``is_response``, which are documented in the API docs. These features
aid programmatic (non-request-driven) view execution.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/view.rst | 12 | ||||
| -rw-r--r-- | docs/index.rst | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/api/view.rst b/docs/api/view.rst new file mode 100644 index 000000000..d7d238154 --- /dev/null +++ b/docs/api/view.rst @@ -0,0 +1,12 @@ +.. _view_module: + +:mod:`repoze.bfg.view` +---------------------- + +.. automodule:: repoze.bfg.view + + .. autofunction:: render_view_to_response + + .. autofunction:: render_view_to_iterable + + .. autofunction:: is_response diff --git a/docs/index.rst b/docs/index.rst index b4bbe4398..3d18c115f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -61,6 +61,7 @@ Per-module :mod:`repoze.bfg` API documentation. api/template api/traversal api/urldispatch + api/view api/wsgi Sample Applications |
