From 4aa2eb5f970b812a96480e2cd7c18c1103b844c8 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 31 Oct 2018 01:46:25 -0500 Subject: initial work removing pcreate --- docs/glossary.rst | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index e5566a229..4668efe6d 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -1005,15 +1005,6 @@ Glossary :term:`cookiecutter`. For more information, see https://docs.pylonsproject.org/projects/pyramid_debugtoolbar/en/latest/. - scaffold - A project template that generates some of the major parts of a Pyramid - 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 @@ -1162,8 +1153,6 @@ Glossary ``pyramid-cookiecutter-alchemy`` and ``pyramid-cookiecutter-zodb`` are no longer supported. Use ``pyramid-cookiecutter-starter`` going forward. - .. 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. -- cgit v1.2.3