From 6e428b6f73ae24ce63b88a16544475ca854edb38 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 30 Jan 2011 13:12:25 -0500 Subject: remove reference to static ZCML directive; cant refer to it from printed book --- docs/narr/assets.rst | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3