summaryrefslogtreecommitdiff
path: root/docs/narr/extending.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-03 23:11:07 -0400
committerBen Bangert <ben@groovie.org>2010-11-03 21:08:46 -0700
commitf484eed8d69c1e0d4e56858e1e3dc48d2c8d7d1f (patch)
tree839bf0a16a3add905e58dc037703ce400f1fa43e /docs/narr/extending.rst
parent20fbdee307e554c2cd44c54fb7860a0ca0a8e19b (diff)
downloadpyramid-f484eed8d69c1e0d4e56858e1e3dc48d2c8d7d1f.tar.gz
pyramid-f484eed8d69c1e0d4e56858e1e3dc48d2c8d7d1f.tar.bz2
pyramid-f484eed8d69c1e0d4e56858e1e3dc48d2c8d7d1f.zip
de-zcml-ify various chapters and move ZCML to the declarative chapter
Diffstat (limited to 'docs/narr/extending.rst')
-rw-r--r--docs/narr/extending.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/narr/extending.rst b/docs/narr/extending.rst
index 88b42eabf..ac482895b 100644
--- a/docs/narr/extending.rst
+++ b/docs/narr/extending.rst
@@ -26,11 +26,11 @@ application through methods of the :term:`Configurator` (except for
the :meth:`pyramid.configuration.Configurator.load_zcml` method).
Instead, you must always use :term:`ZCML` for the equivalent
-purposes. :term:`ZCML` declarations that belong to an application can
-be "overridden" by integrators as necessary, but decorators and
-imperative code which perform the same tasks cannot. Use only
-:term:`ZCML` to configure your application if you'd like it to be
-extensible.
+purposes. :term:`ZCML` declarations that belong to an application can be
+"overridden" by integrators as necessary, but decorators and imperative code
+which perform the same tasks cannot. Use only :term:`ZCML` to configure your
+application if you'd like it to be extensible. See
+:ref:`declarative_chapter` for information about using ZCML.
Fundamental Plugpoints
~~~~~~~~~~~~~~~~~~~~~~