diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-03 23:11:07 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-03 23:11:07 -0400 |
| commit | c7c40b9b3b3c0008185f1a44a2aba4f95f29abd0 (patch) | |
| tree | 839bf0a16a3add905e58dc037703ce400f1fa43e /docs/narr/extending.rst | |
| parent | 108698b020c4b360c180ab3faa6f11e45a51439c (diff) | |
| download | pyramid-c7c40b9b3b3c0008185f1a44a2aba4f95f29abd0.tar.gz pyramid-c7c40b9b3b3c0008185f1a44a2aba4f95f29abd0.tar.bz2 pyramid-c7c40b9b3b3c0008185f1a44a2aba4f95f29abd0.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.rst | 10 |
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 ~~~~~~~~~~~~~~~~~~~~~~ |
