summaryrefslogtreecommitdiff
path: root/docs/latexindex.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-18 10:39:24 -0500
committerChris McDonough <chrism@plope.com>2011-01-18 10:39:24 -0500
commitc1eb0c69f2067baa567f68f6cc472397ec71f65a (patch)
tree817e286ae8f700454c25b246ddaf1eada8067f30 /docs/latexindex.rst
parent566004501e8a28c0ba8f8c882ca5ea0742e5d285 (diff)
downloadpyramid-c1eb0c69f2067baa567f68f6cc472397ec71f65a.tar.gz
pyramid-c1eb0c69f2067baa567f68f6cc472397ec71f65a.tar.bz2
pyramid-c1eb0c69f2067baa567f68f6cc472397ec71f65a.zip
- The ``make_app`` function has been removed from the ``pyramid.router``
module. It continues life within the ``pyramid_zcml`` package. This leaves the ``pyramid.router`` module without any API functions. - The ``configure_zcml`` setting within the deployment settings (within ``**settings`` passed to a Pyramid ``main`` function) has ceased to have any meaning. - The ``starter_zcml`` paster template has been moved to the ``pyramid_zcml`` package. - The ``bfg2pyramid`` script now converts ZCML include tags that have ``repoze.bfg.includes`` as a package attribute to the value ``pyramid_zcml``. For example, ``<include package="repoze.bfg.includes">`` will be converted to ``<include package="pyramid_zcml">``. - The ``load_zcml`` method of a Configurator has been removed from the Pyramid core. Loading ZCML is now a feature of the ``pyramid_zcml`` package, which can be downloaded from PyPI. Documentation for the package should be available via http://pylonsproject.org, which describes how to get this method back after depending upon ``pyramid_zcml`` as an ``install_requires`` dependency. - The ``pyramid.includes`` subpackage has been removed. ZCML files which use include the package ``pyramid.includes`` (e.g. ``<include package="pyramid.includes">``) now must include the ``pyramid_zcml`` package instead (e.g. ``<include package="pyramid_zcml"/>). - The "Declarative Configuration" narrative chapter has been removed (it was moved to the ``pyramid_zcml`` pakcage). - The add_directive method now accepts an "action_wrap" flag. - Fix some orphaned references. - Remove some docstring references to ZCML directives. - All integration test fixtures have been changed to use imperative configuration rather than ZCML configuration.
Diffstat (limited to 'docs/latexindex.rst')
-rw-r--r--docs/latexindex.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/latexindex.rst b/docs/latexindex.rst
index 00f177e5c..a8232651b 100644
--- a/docs/latexindex.rst
+++ b/docs/latexindex.rst
@@ -51,9 +51,7 @@ Narrative Documentation
narr/testing
narr/hooks
narr/advconfig
- narr/declarative
narr/extending
- narr/router
narr/startup
narr/threadlocals
narr/zca