From f484eed8d69c1e0d4e56858e1e3dc48d2c8d7d1f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 3 Nov 2010 23:11:07 -0400 Subject: de-zcml-ify various chapters and move ZCML to the declarative chapter --- docs/narr/extending.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/narr/extending.rst') 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 ~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3