diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/firstapp.rst | 10 |
1 files changed, 4 insertions, 6 deletions
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`. |
