Steve Piercy
2016-12-27 af33f7133018b8821597cb885ea5c03f225ab77c
glossary - moar updates for cookiecutters
2 files modified
6 ■■■■ changed files
docs/designdefense.rst 2 ●●● patch | view | raw | blame | history
docs/glossary.rst 4 ●●●● patch | view | raw | blame | history
docs/designdefense.rst
@@ -591,7 +591,7 @@
Pyramid Is Too Big
------------------
"The :app:`Pyramid` compressed tarball is larger than 2MB.  It must beenormous!"
"The :app:`Pyramid` compressed tarball is larger than 2MB.  It must be enormous!"
No.  We just ship it with docs, test code, and scaffolding.  Here's a breakdown
of what's included in subdirectories of the package tree:
docs/glossary.rst
@@ -992,7 +992,7 @@
     pages rendered by your application, displaying request, routing, and
     database information.  :mod:`pyramid_debugtoolbar` is configured into
     the ``development.ini`` of all applications which use a Pyramid
     :term:`scaffold`.  For more information, see
     :term:`cookiecutter`.  For more information, see
     http://docs.pylonsproject.org/projects/pyramid_debugtoolbar/en/latest/.
   scaffold
@@ -1063,7 +1063,7 @@
   Waitress
      A :term:`WSGI` server that runs on UNIX and Windows under Python 2.6+
      and Python 3.2+.  Projects generated via Pyramid scaffolding use
      and Python 3.2+.  Projects generated via Pyramid cookiecutters use
      Waitress as a WGSI server.  See
      http://docs.pylonsproject.org/projects/waitress/en/latest/ for detailed
      information.