Skip to content

Commit

Permalink
update glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Dec 23, 2016
1 parent beb4f1a commit e7b12f6
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,10 @@ Glossary
application and helps users to quickly get started writing larger
applications. Scaffolds are usually used via the ``pcreate`` command.

.. deprecated:: 1.8

.. seealso:: See also :term:`cookiecutter`.

pyramid_exclog
A package which logs Pyramid application exception (error) information
to a standard Python logger. This add-on is most useful when
Expand Down Expand Up @@ -1133,4 +1137,20 @@ Glossary
Python Packaging Authority
The `Python Packaging Authority (PyPA) <https://www.pypa.io/en/latest/>`_
is a working group that maintains many of the relevant projects in Python
packaging.
packaging.

cookiecutter
A command-line utility that creates projects from :ref:`cookiecutters <cookiecutter:readme>` (project templates), e.g., creating a Python package project from a Python package project template.

Pyramid cookiecutters include:

* `pyramid-cookiecutter-alchemy <https://github.com/Pylons/pyramid-cookiecutter-alchemy>`_
* `pyramid-cookiecutter-starter <https://github.com/Pylons/pyramid-cookiecutter-starter>`_
* `pyramid-cookiecutter-zodb <https://github.com/Pylons/pyramid-cookiecutter-zodb>`_

.. versionadded:: 1.8

.. seealso:: See also :term:`scaffold`.

coverage
A measurement of code coverage, usually expressed as a percentage of which lines of code have been executed over which lines are executable, typically run during test execution.

0 comments on commit e7b12f6

Please sign in to comment.