From 7a3fd94d1066363c0f8e97215503d7118e06ead2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 4 Nov 2010 12:20:32 -0400 Subject: simplify --- docs/narr/configuration.rst | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs') diff --git a/docs/narr/configuration.rst b/docs/narr/configuration.rst index 82d0c8dda..dc89b42cb 100644 --- a/docs/narr/configuration.rst +++ b/docs/narr/configuration.rst @@ -24,13 +24,6 @@ itself. When you plug code into the :mod:`pyramid` framework, you are "configuring" :mod:`pyramid` for the purpose of creating a particular application deployment. -There are two different mechanisms you may use to configure :mod:`pyramid` to -create an application: *imperative* configuration and *declarative* -configuration. We'll be using primarily the *imperative* configuration -method in this book, for the sake of brevity and simplicity. For information -about how to define application configuration declaratively, see -:ref:`declarative_chapter`. - .. index:: single: imperative configuration -- cgit v1.2.3