summaryrefslogtreecommitdiff
path: root/docs/narr/urldispatch.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/urldispatch.rst')
-rw-r--r--docs/narr/urldispatch.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
new file mode 100644
index 000000000..42413ca73
--- /dev/null
+++ b/docs/narr/urldispatch.rst
@@ -0,0 +1,14 @@
+.. _urldispatch_chapter:
+
+URL Dispatch
+============
+
+It is more common for :mod:`repoze.bfg` users to rely on
+:term:`traversal` to map URLs to code. However, :mod:`repoze.bfg` can
+also map URLs to code via :term:`URL dispatch` using the
+:term:`Routes` framework.
+
+Please see the :ref:`urldispatch_module` module API documentation for
+more information on using :term:`URL dispatch` with :mod:`repoze.bfg`.
+
+