From 7e2c6cbb452aa986891b2a99653a147bfb053e19 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 1 Sep 2008 01:52:14 +0000 Subject: - 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. --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/index.rst') 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 -- cgit v1.2.3