From 750ce41f217cd7b638ad5b69fcb9df1b49841b58 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 17 Sep 2009 19:58:01 +0000 Subject: - Add a ``repoze.bfg.url.static_url`` API which is capable of generating URLs to static resources defined by the ```` ZCML directive. See the "Views" narrative chapter's section titled "Generating Static Resource URLs" for more information. --- docs/api/url.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/api') diff --git a/docs/api/url.rst b/docs/api/url.rst index 36d3c5b65..578a4a2fc 100644 --- a/docs/api/url.rst +++ b/docs/api/url.rst @@ -9,5 +9,7 @@ .. autofunction:: route_url + .. autofunction:: static_url + .. autofunction:: urlencode -- cgit v1.2.3