summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/definingviews.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-11-11 12:25:59 -0500
committerChris McDonough <chrism@plope.com>2011-11-11 12:25:59 -0500
commitc8e2f8e35c99b4f35d53ed0bb73e737e97ef345c (patch)
tree117cd5f89699c22bbb112bcf1a1d71b26037de15 /docs/tutorials/wiki/definingviews.rst
parent9da33516637075b5a41b2e8bf500297a4cb71166 (diff)
parent41de98e3287b8ddd457c24ea952839261b3b462f (diff)
downloadpyramid-c8e2f8e35c99b4f35d53ed0bb73e737e97ef345c.tar.gz
pyramid-c8e2f8e35c99b4f35d53ed0bb73e737e97ef345c.tar.bz2
pyramid-c8e2f8e35c99b4f35d53ed0bb73e737e97ef345c.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/tutorials/wiki/definingviews.rst')
-rw-r--r--docs/tutorials/wiki/definingviews.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/tutorials/wiki/definingviews.rst b/docs/tutorials/wiki/definingviews.rst
index c21367559..15b9f13ab 100644
--- a/docs/tutorials/wiki/definingviews.rst
+++ b/docs/tutorials/wiki/definingviews.rst
@@ -296,9 +296,7 @@ This CSS file will be accessed via
e.g. ``http://localhost:6543/static/pylons.css`` by virtue of the call to
``add_static_view`` directive we've made in the ``__init__.py`` file. Any
number and type of static assets can be placed in this directory (or
-subdirectories) and are just referred to by URL or by using the convenience
-method ``static_url`` e.g. ``request.static_url('{{package}}:static/foo.css')``
-within templates.
+subdirectories) and are just referred to by URL.
Viewing the Application in a Browser
====================================