diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-04 21:13:54 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-04 21:13:54 -0400 |
| commit | fb30035ec15d56ac93362160e08f0ffbbfdd1212 (patch) | |
| tree | 520aee3a005ba7c696bcadeea8139a452aa3c1a5 /docs/tutorials/wiki2/definingviews.rst | |
| parent | a2ec85f74c0cdbfd787d8fc452bd095b18b4f6b3 (diff) | |
| download | pyramid-fb30035ec15d56ac93362160e08f0ffbbfdd1212.tar.gz pyramid-fb30035ec15d56ac93362160e08f0ffbbfdd1212.tar.bz2 pyramid-fb30035ec15d56ac93362160e08f0ffbbfdd1212.zip | |
- Move static dir from pkg/templates/ to /pkg/ in pyramid_* paster templates.
Diffstat (limited to 'docs/tutorials/wiki2/definingviews.rst')
| -rw-r--r-- | docs/tutorials/wiki2/definingviews.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/tutorials/wiki2/definingviews.rst b/docs/tutorials/wiki2/definingviews.rst index a10e8b9ca..ea4ca3bab 100644 --- a/docs/tutorials/wiki2/definingviews.rst +++ b/docs/tutorials/wiki2/definingviews.rst @@ -248,12 +248,11 @@ the below: Static Resources ---------------- -Our templates name a single static resource named ``style.css``. We -need to create this and place it in a file named ``style.css`` within -our package's ``templates/static`` directory. This file is a little -too long to replicate within the body of this guide, however it is -available `online -<http://github.com/Pylons/pyramid/blob/master/docs/tutorials/wiki2/src/views/tutorial/templates/static/style.css>`_. +Our templates name a single static resource named ``style.css``. We need to +create this and place it in a file named ``style.css`` within our package's +``static`` directory. This file is a little too long to replicate within the +body of this guide, however it is available `online +<http://github.com/Pylons/pyramid/blob/master/docs/tutorials/wiki2/src/views/tutorial/static/style.css>`_. This CSS file will be accessed via |
