summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/urldispatch.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index 2f96ca26c..4e49ac4b3 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -571,8 +571,10 @@ represent neither predicates nor view configuration information.
try to fall back to using a view that otherwise matches the context,
request, and view name (but does not match the route name predicate).
-Custom Predicates
-~~~~~~~~~~~~~~~~~
+.. _custom_route_predicates:
+
+Custom Route Predicates
+~~~~~~~~~~~~~~~~~~~~~~~
Each of the predicate callables fed to the ``custom_predicates``
argument of :meth:`repoze.bfg.configuration.Configurator.add_route` or