diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-20 12:06:19 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-20 12:06:19 -0400 |
| commit | 5c6963152fcc756a06d2aea80a4e85f1c9bef7ee (patch) | |
| tree | 6e7186e7757cf88b15e5049f62108ae4f9b713f8 /docs/api/url.rst | |
| parent | 2871093f61b6176cd49b23abd2582b8184bc60c1 (diff) | |
| download | pyramid-5c6963152fcc756a06d2aea80a4e85f1c9bef7ee.tar.gz pyramid-5c6963152fcc756a06d2aea80a4e85f1c9bef7ee.tar.bz2 pyramid-5c6963152fcc756a06d2aea80a4e85f1c9bef7ee.zip | |
add static_path function to url and static_path method to request
Diffstat (limited to 'docs/api/url.rst')
| -rw-r--r-- | docs/api/url.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api/url.rst b/docs/api/url.rst index 01be76283..131d85806 100644 --- a/docs/api/url.rst +++ b/docs/api/url.rst @@ -13,7 +13,11 @@ .. autofunction:: route_path + .. autofunction:: current_route_path + .. autofunction:: static_url + .. autofunction:: static_path + .. autofunction:: urlencode |
