From d20d094da95456e7939f9e77cc51f71d2d4561db Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 6 Jan 2009 18:53:17 +0000 Subject: - A ``static`` helper class was added to the ``repoze.bfg.views`` module. Instances of this class are willing to act as BFG views which return static resources using files on disk. See the :mod:`repoze.bfg.view` docs for more info. --- docs/api/view.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/api') diff --git a/docs/api/view.rst b/docs/api/view.rst index b57ea97c4..ac705c4c3 100644 --- a/docs/api/view.rst +++ b/docs/api/view.rst @@ -15,3 +15,6 @@ .. autofunction:: view_execution_permitted + .. autoclass:: static + :members: + -- cgit v1.2.3