From 0507ac4cdb9515b447affdcf23eae20614d71fca Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 7 Sep 2011 06:04:32 -0400 Subject: add ref to root factory docs --- pyramid/config/routes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyramid/config/routes.py b/pyramid/config/routes.py index 17e2073f3..f89dcdc8d 100644 --- a/pyramid/config/routes.py +++ b/pyramid/config/routes.py @@ -63,7 +63,8 @@ class RoutesConfiguratorMixin(object): Python name` which refers to the same object that will generate a :app:`Pyramid` root resource object when this route matches. For example, ``mypackage.resources.MyFactory``. If this argument is - not specified, a default root factory will be used. + not specified, a default root factory will be used. See + :ref:`the_resource_tree` for more information about root factories. traverse -- cgit v1.2.3