diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-07-31 07:47:43 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-07-31 07:47:43 +0000 |
| commit | 39b8b920c8018dc4d124cba72794da1dcc925cce (patch) | |
| tree | f8668c1f76fc545edce9703f089575bcde8f7b31 /docs/narr/urldispatch.rst | |
| parent | 3ca90c8b8bad255a286b412a94dabfb501e6d59a (diff) | |
| download | pyramid-39b8b920c8018dc4d124cba72794da1dcc925cce.tar.gz pyramid-39b8b920c8018dc4d124cba72794da1dcc925cce.tar.bz2 pyramid-39b8b920c8018dc4d124cba72794da1dcc925cce.zip | |
More balance between URL dispatch and traversal.
Diffstat (limited to 'docs/narr/urldispatch.rst')
| -rw-r--r-- | docs/narr/urldispatch.rst | 14 |
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`. + + |
