From 83bf91aed8495cc42023e276a0e811445f98407d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 10 Aug 2011 21:24:14 -0400 Subject: - Added a ``route_prefix`` argument to the ``pyramid.config.Configurator.include`` method. This argument allows you to compose URL dispatch applications together. See the section entitled "Using a Route Prefix to Compose Applications" in the "URL Dispatch" narrative documentation chapter. - Added a section entitled "Using a Route Prefix to Compose Applications" to the "URL Dispatch" narrative documentation chapter. --- docs/narr/extending.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/narr/extending.rst') diff --git a/docs/narr/extending.rst b/docs/narr/extending.rst index f62c7e6bb..9c96248f2 100644 --- a/docs/narr/extending.rst +++ b/docs/narr/extending.rst @@ -62,6 +62,8 @@ Pyramid applications are *extensible*. .. index:: single: extensible application +.. _building_an_extensible_app: + Rules for Building An Extensible Application -------------------------------------------- -- cgit v1.2.3