From 4901b404579f28c66a62345c02c56275eb92eaeb Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 4 Nov 2010 12:29:18 -0400 Subject: turn a paragraph into a note --- docs/narr/firstapp.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/firstapp.rst b/docs/narr/firstapp.rst index 9be087036..f1bba6e89 100644 --- a/docs/narr/firstapp.rst +++ b/docs/narr/firstapp.rst @@ -369,8 +369,11 @@ Our hello world application is one of the simplest possible that it's configured imperatively because the full power of Python is available to us as we perform configuration tasks. -An example of using *declarative* configuration to perform the same task is -available within :ref:`declarative_configuration`. +.. 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 ---------- -- cgit v1.2.3