diff options
| author | Michael Merickel <github@m.merickel.org> | 2018-11-19 10:24:47 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-19 10:24:47 -0600 |
| commit | e5253db2bfe3fa42f03a6ef10f353674b497afb4 (patch) | |
| tree | a51bb45ff3deef9188d2057e76c7a7f6419011bb /docs/glossary.rst | |
| parent | 336e91d824ceb55a113b434be4957d1a5baa11a8 (diff) | |
| parent | cfaedc5e247af279059ab93fea4c9d7a27ddcf8a (diff) | |
| download | pyramid-e5253db2bfe3fa42f03a6ef10f353674b497afb4.tar.gz pyramid-e5253db2bfe3fa42f03a6ef10f353674b497afb4.tar.bz2 pyramid-e5253db2bfe3fa42f03a6ef10f353674b497afb4.zip | |
Merge pull request #6 from stevepiercy/drop-py2
unpin webtest; s/url/URL when acronym
Diffstat (limited to 'docs/glossary.rst')
| -rw-r--r-- | docs/glossary.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index e15d28fa5..2d51bf795 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -165,7 +165,7 @@ Glossary An object representing a node in the :term:`resource tree` of an application. If :term:`traversal` is used, a resource is an element in the resource tree traversed by the system. When traversal is used, a - resource becomes the :term:`context` of a :term:`view`. If :term:`url + resource becomes the :term:`context` of a :term:`view`. If :term:`URL dispatch` is used, a single resource is generated for each request and is used as the context resource of a view. @@ -405,13 +405,13 @@ Glossary the Routes syntax (which was inspired by Ruby On Rails pattern syntax). route - A single pattern matched by the :term:`url dispatch` subsystem, + A single pattern matched by the :term:`URL dispatch` subsystem, which generally resolves to a :term:`root factory` (and then ultimately a :term:`view`). .. seealso:: - See also :term:`url dispatch`. + See also :term:`URL dispatch`. route configuration Route configuration is the act of associating request parameters with a @@ -912,7 +912,7 @@ Glossary :meth:`pyramid.config.Configurator.add_route` and :meth:`pyramid.config.Configurator.add_view` to make it more convenient to register a collection of views as a single class when using - :term:`url dispatch`. View handlers ship as part of the + :term:`URL dispatch`. View handlers ship as part of the :term:`pyramid_handlers` add-on package. Deployment settings |
