summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-28 22:15:48 -0400
committerChris McDonough <chrism@plope.com>2011-08-28 22:15:48 -0400
commit55ce9d632f828d285360c1abee9f56042243cac9 (patch)
tree5e797c41d58f702a598f2a77273413174d0cc0e5 /docs/tutorials
parentf4bf6e5c6e09d8c934ccc0389824bd356b663e76 (diff)
downloadpyramid-55ce9d632f828d285360c1abee9f56042243cac9.tar.gz
pyramid-55ce9d632f828d285360c1abee9f56042243cac9.tar.bz2
pyramid-55ce9d632f828d285360c1abee9f56042243cac9.zip
clean up inappropriate discussions of ZCML
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/wiki/installation.rst3
-rw-r--r--docs/tutorials/wiki2/installation.rst3
2 files changed, 0 insertions, 6 deletions
diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst
index f3e22324c..822e0bd22 100644
--- a/docs/tutorials/wiki/installation.rst
+++ b/docs/tutorials/wiki/installation.rst
@@ -262,9 +262,6 @@ assumptions:
- you are willing to use :term:`traversal` to map URLs to code.
-- you want to use imperative code plus a :term:`scan` to perform
- configuration.
-
.. note::
:app:`Pyramid` supports any persistent storage mechanism (e.g. a SQL
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst
index 488b4fb35..bfe75d82e 100644
--- a/docs/tutorials/wiki2/installation.rst
+++ b/docs/tutorials/wiki2/installation.rst
@@ -232,9 +232,6 @@ the following assumptions:
- you are willing to use :term:`url dispatch` to map URLs to code.
-- you want to configure your application *imperatively* (no
- :term:`declarative configuration` such as ZCML).
-
.. note::
:app:`Pyramid` supports any persistent storage mechanism (e.g. object