From 7e7fc95ace9710f10439cfc45bd52d2f73b0d275 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 28 Jan 2011 23:43:07 -0500 Subject: renderings --- docs/glossary.rst | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'docs') diff --git a/docs/glossary.rst b/docs/glossary.rst index fc9f6a729..6c8d6a8f5 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -24,12 +24,13 @@ Glossary information about response objects. Repoze - "Repoze" is essentially a "brand" of software developed by - `Agendaless Consulting `_ and a set of - contributors. The term has no special intrinsic meaning. The - project's `website `_ has more information. - The software developed "under the brand" is available in a - `Subversion repository `_. + "Repoze" is essentially a "brand" of software developed by `Agendaless + Consulting `_ and a set of contributors. The + term has no special intrinsic meaning. The project's `website + `_ has more information. The software developed + "under the brand" is available in a `Subversion repository + `_. Pyramid was originally known as + :mod:`repoze.bfg`. setuptools `Setuptools `_ @@ -311,7 +312,8 @@ Glossary `A full-featured Python web framework `_. Pylons - `A lightweight Python web framework `_. + `A lightweight Python web framework `_ and a + predecessor of Pyramid. ZODB `Zope Object Database `_, a @@ -498,7 +500,7 @@ Glossary all URL-to-view code mappings. SQLAlchemy - `SQLAlchemy' `_ is an object + `SQLAlchemy `_ is an object relational mapper used in tutorials within this documentation. JSON @@ -618,16 +620,15 @@ Glossary information. thread local - A thread-local variable is one which is essentially a global - variable in terms of how it is accessed and treated, however, - each `thread - ` used by - the application may have a different value for this same "global" - variable. :app:`Pyramid` uses a small number of thread local - variables, as described in :ref:`threadlocals_chapter`. See also - the `threading.local documentation - ` - for more information. + A thread-local variable is one which is essentially a global variable + in terms of how it is accessed and treated, however, each `thread + `_ used by the + application may have a different value for this same "global" variable. + :app:`Pyramid` uses a small number of thread local variables, as + described in :ref:`threadlocals_chapter`. See also the `threading.local + documentation + `_ for + more information. multidict An ordered dictionary that can have multiple values for each @@ -644,11 +645,11 @@ Glossary and Chris McDonough. See also http://agendaless.com . Jython - A `Python implementation ` written for + A `Python implementation `_ written for the Java Virtual Machine. Python - The `programming language ` in which + The `programming language `_ in which :app:`Pyramid` is written. CPython @@ -863,8 +864,7 @@ Glossary pyramid_handlers An add-on package which allows :app:`Pyramid` users to create classes that are analogues of Pylons 1 "controllers". See - `http://docs.pylonsproject.org/projects/pyramid_handlers/dev/ - `_. + http://docs.pylonsproject.org/projects/pyramid_handlers/dev/ . pyramid_jinja2 :term:`Jinja2` templating system bindings for Pyramid, documented at @@ -881,9 +881,9 @@ Glossary information. Pyramid Cookbook - An `additional documentation resource - `_ - for Pyramid which presents topical, practical usages of Pyramid. + An additional documentation resource for Pyramid which presents topical, + practical usages of Pyramid available via + http://docs.pylonsproject.org/ . distutils The standard system for packaging and distributing Python packages. See -- cgit v1.2.3