summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-27 20:11:45 +0900
committerGitHub <noreply@github.com>2018-11-27 20:11:45 +0900
commit0bdc83690cdd11a7044c8106e8fd84bf2df46d95 (patch)
tree2b95fd2470c8e92f053239a4ed0587f056c741ca /docs/glossary.rst
parentee6f85bcf8821c6cfe320844a176dc0f4be08a74 (diff)
parent4c914ede7e790395a193003265eec87ea317acb4 (diff)
downloadpyramid-0bdc83690cdd11a7044c8106e8fd84bf2df46d95.tar.gz
pyramid-0bdc83690cdd11a7044c8106e8fd84bf2df46d95.tar.bz2
pyramid-0bdc83690cdd11a7044c8106e8fd84bf2df46d95.zip
Merge pull request #3437 from stevepiercy/docs-linkcheck
Docs linkcheck
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst6
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.