diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-11-27 03:01:19 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-11-27 03:01:19 -0800 |
| commit | 4c914ede7e790395a193003265eec87ea317acb4 (patch) | |
| tree | 2b95fd2470c8e92f053239a4ed0587f056c741ca /docs/glossary.rst | |
| parent | 8478a3e4bc2e9b5f77edb107e95c4e045e54811d (diff) | |
| download | pyramid-4c914ede7e790395a193003265eec87ea317acb4.tar.gz pyramid-4c914ede7e790395a193003265eec87ea317acb4.tar.bz2 pyramid-4c914ede7e790395a193003265eec87ea317acb4.zip | |
Fix links after running linkcheck, excluding HISTORY.txt, a local link, and a bad link in WebOb docs
Diffstat (limited to 'docs/glossary.rst')
| -rw-r--r-- | docs/glossary.rst | 6 |
1 files changed, 3 insertions, 3 deletions
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 <http://www.sqlalchemy.org/>`_ is an object + `SQLAlchemy <https://www.sqlalchemy.org/>`_ 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 <http://www.makotemplates.org/>`_ is a template language + `Mako <https://www.makotemplates.org/>`_ 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 <python: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 <python:context-managers>` and :pep:`343`. Alembic - `Alembic <http://alembic.zzzcomputing.com/en/latest/>`_ is a lightweight database migration tool for usage with the SQLAlchemy Database Toolkit for Python. + `Alembic <https://alembic.sqlalchemy.org/en/latest/>`_ 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. |
