summaryrefslogtreecommitdiff
path: root/docs/narr/assets.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-30 13:12:25 -0500
committerChris McDonough <chrism@plope.com>2011-01-30 13:12:25 -0500
commit6e428b6f73ae24ce63b88a16544475ca854edb38 (patch)
tree48039ff3a6d35ec7db1fb4c04c67fd57dadc2d74 /docs/narr/assets.rst
parentf68df8d2fcc8c5febe83fa0c5c962d1ab6555460 (diff)
downloadpyramid-6e428b6f73ae24ce63b88a16544475ca854edb38.tar.gz
pyramid-6e428b6f73ae24ce63b88a16544475ca854edb38.tar.bz2
pyramid-6e428b6f73ae24ce63b88a16544475ca854edb38.zip
remove reference to static ZCML directive; cant refer to it from printed book
Diffstat (limited to 'docs/narr/assets.rst')
-rw-r--r--docs/narr/assets.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/narr/assets.rst b/docs/narr/assets.rst
index 976e7b0af..74fa7723e 100644
--- a/docs/narr/assets.rst
+++ b/docs/narr/assets.rst
@@ -183,13 +183,6 @@ webserver listening on ``example.com`` must be itself configured to respond
properly to such a request. The :func:`~pyramid.url.static_url` API is
discussed in more detail later in this chapter.
-.. note::
-
- The :ref:`static_directive` ZCML directive offers a declarative
- equivalent to :meth:`~pyramid.config.Configurator.add_static_view`. Use of
- the :ref:`static_directive` ZCML directive is completely equivalent to
- using imperative configuration for the same purpose.
-
.. index::
single: generating static asset urls
single: static asset urls