summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-05-16 18:56:39 +0000
committerChris McDonough <chrism@agendaless.com>2009-05-16 18:56:39 +0000
commit07257a2b7068564c1b9a87cdb30012d6b48c9601 (patch)
tree95808ef30c06ef5c54b31791a13c96b97e637f85 /docs
parent09c9fdfc2348fc81aec19576caf237b9363fef42 (diff)
downloadpyramid-07257a2b7068564c1b9a87cdb30012d6b48c9601.tar.gz
pyramid-07257a2b7068564c1b9a87cdb30012d6b48c9601.tar.bz2
pyramid-07257a2b7068564c1b9a87cdb30012d6b48c9601.zip
Removed this reference.
Diffstat (limited to 'docs')
-rw-r--r--docs/glossary.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 6d4d83f51..f6b63a789 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -69,8 +69,9 @@ Glossary
URL dispatch
An alternative to graph traversal as a mechanism for locating a
:term:`context` for a :term:`view`. When you use :term:`Routes`
- in your :mod:`repoze.bfg` application, you are using URL dispatch.
- See the :ref:`urldispatch_module` for more information.
+ in your :mod:`repoze.bfg` application via a ``<route>`` declaration in ZCML,
+ you are using URL dispatch. See the :ref:`urldispatch_chapter` for more
+ information.
Context
An object in the system that is found during :term:`traversal` or
:term:`URL dispatch` based on URL data; if it's found via
@@ -237,8 +238,8 @@ Glossary
parses URLs and compares them against a number of user defined
mappings. In terms of :mod:`repoze.bfg`, a Route can supplant
graph traversal when deciding which *view* should be called. See
- :ref:`urldispatch_module` for more information about (optional)
- Routes integration in bfg.
+ :ref:`urldispatch_chapter` for more information about Routes integration
+ in bfg.
ZCML
`Zope Configuration Markup Language
<http://www.muthukadan.net/docs/zca.html#zcml>`_, the XML dialect