From e165af2ee11ca568da4b8ff2bc5f3a78718f4839 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 19 Dec 2010 16:52:09 -0500 Subject: move note about zcml to conclusion --- docs/narr/firstapp.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/narr/firstapp.rst b/docs/narr/firstapp.rst index 88c8b5228..cb1e54b19 100644 --- a/docs/narr/firstapp.rst +++ b/docs/narr/firstapp.rst @@ -316,12 +316,6 @@ applications, configured "imperatively". We can see that it's configured imperatively because the full power of Python is available to us as we perform configuration tasks. -.. note:: - - An example of using *declarative* configuration (:term:`ZCML`) instead of - imperative configuration to create a similar "hello world" is available - within :ref:`declarative_configuration`. - References ---------- @@ -330,3 +324,7 @@ see :class:`pyramid.config.Configurator` . For more information about :term:`view configuration`, see :ref:`views_chapter`. + +An example of using *declarative* configuration (:term:`ZCML`) instead of +imperative configuration to create a similar "hello world" is available +within :ref:`declarative_configuration`. -- cgit v1.2.3