diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-20 06:10:38 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-20 06:10:38 -0400 |
| commit | 6ce1e0cf1a141767ee0aca70786c15dd993347c5 (patch) | |
| tree | ed279497d354709b63d0fdc2c1e71cb88c424df7 /docs/narr/assets.rst | |
| parent | 9dfd3436711d6ef5f4a759f43acca859a9391c26 (diff) | |
| download | pyramid-6ce1e0cf1a141767ee0aca70786c15dd993347c5.tar.gz pyramid-6ce1e0cf1a141767ee0aca70786c15dd993347c5.tar.bz2 pyramid-6ce1e0cf1a141767ee0aca70786c15dd993347c5.zip | |
add more index markers
Diffstat (limited to 'docs/narr/assets.rst')
| -rw-r--r-- | docs/narr/assets.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/narr/assets.rst b/docs/narr/assets.rst index f35f6dd7d..e609a3eab 100644 --- a/docs/narr/assets.rst +++ b/docs/narr/assets.rst @@ -35,6 +35,9 @@ static assets. For example, there's a ``static`` directory which contains ``.css``, ``.js``, and ``.gif`` files. These asset files are delivered when a user visits an application URL. +.. index:: + single: asset specifications + .. _asset_specifications: Understanding Asset Specifications @@ -85,6 +88,7 @@ individual documentation. .. index:: single: add_static_view + pair: assets; serving .. _static_assets_section: @@ -186,6 +190,7 @@ discussed in more detail later in this chapter. .. index:: single: generating static asset urls single: static asset urls + pair: assets; generating urls .. _generating_static_asset_urls: |
