From 4c914ede7e790395a193003265eec87ea317acb4 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 27 Nov 2018 03:01:19 -0800 Subject: Fix links after running linkcheck, excluding HISTORY.txt, a local link, and a bad link in WebOb docs --- docs/glossary.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index a00960247..cd472a660 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -552,7 +552,7 @@ Glossary mappings, and does not (knowingly) use traversal otherwise. SQLAlchemy - `SQLAlchemy `_ is an object + `SQLAlchemy `_ is an object relational mapper used in tutorials within this documentation. JSON @@ -903,7 +903,7 @@ Glossary that a provided token is acceptable. Mako - `Mako `_ is a template language + `Mako `_ is a template language which refines the familiar ideas of componentized layout and inheritance using Python with Python scoping and calling semantics. @@ -1196,7 +1196,7 @@ Glossary A context manager is an object that defines the runtime context to be established when executing a :ref:`with ` statement in Python. The context manager handles the entry into, and the exit from, the desired runtime context for the execution of the block of code. Context managers are normally invoked using the ``with`` statement, but can also be used by directly invoking their methods. Pyramid adds context managers for :class:`pyramid.config.Configurator`, :meth:`pyramid.interfaces.IRouter.request_context`, :func:`pyramid.paster.bootstrap`, :func:`pyramid.scripting.prepare`, and :func:`pyramid.testing.testConfig`. See also the Python documentation for :ref:`With Statement Context Managers ` and :pep:`343`. Alembic - `Alembic `_ is a lightweight database migration tool for usage with the SQLAlchemy Database Toolkit for Python. + `Alembic `_ is a lightweight database migration tool for usage with the SQLAlchemy Database Toolkit for Python. media type A label representing the type of some content. -- cgit v1.2.3