From 8bd6f7d3ed849daa0b42b9f75e441fd32437ccf2 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 24 Apr 2018 00:33:06 -0500 Subject: link to pypi.org --- docs/glossary.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index 7f1147fa1..7e16b569e 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -332,7 +332,7 @@ Glossary for middleware exist, such as caching, content-transport encoding, and other functions. See `WSGI documentation `_ or `PyPI - `_ to find middleware for your application. + `_ to find middleware for your application. pipeline The :term:`PasteDeploy` term for a single configuration of a WSGI @@ -394,7 +394,7 @@ Glossary between templates. Genshi - An `XML templating language `_ + An `XML templating language `_ by Christopher Lenz. Jinja2 @@ -449,7 +449,7 @@ Glossary subpath. See :ref:`star_subpath` for more information. interface - A `Zope interface `_ + A `Zope interface `_ object. In :app:`Pyramid`, an interface may be attached to a :term:`resource` object or a :term:`request` object in order to identify that the object is "of a type". Interfaces are used @@ -495,7 +495,7 @@ Glossary repoze.catalog An indexing and search facility (fielded and full-text) based on - `zope.index `_. See `the + `zope.index `_. See `the documentation `_ for more information. @@ -707,7 +707,7 @@ Glossary :ref:`multidict_narr` and :class:`pyramid.interfaces.IMultiDict`. PyPI - `The Python Package Index `_, a collection + `The Python Package Index `_, a collection of software available for Python. Agendaless Consulting @@ -1100,7 +1100,7 @@ Glossary pyramid_redis_sessions A package by Eric Rasmussen which allows you to store Pyramid session data in a Redis database. See - https://pypi.python.org/pypi/pyramid_redis_sessions for more information. + https://pypi.org/project/pyramid_redis_sessions/ for more information. cache busting A technique used when serving a cacheable static asset in order to force -- cgit v1.2.3