diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-02 03:40:36 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-02 03:40:36 -0400 |
| commit | e65e5b726d8460fafc9fbcbc4ab7c45e0e5406ba (patch) | |
| tree | 65bc9f79016e104f2dabc275248e5d7b1db4d607 | |
| parent | 94b88987fd4f742538ccf43f5789e9c6463bca0e (diff) | |
| download | pyramid-e65e5b726d8460fafc9fbcbc4ab7c45e0e5406ba.tar.gz pyramid-e65e5b726d8460fafc9fbcbc4ab7c45e0e5406ba.tar.bz2 pyramid-e65e5b726d8460fafc9fbcbc4ab7c45e0e5406ba.zip | |
update latex index
| -rw-r--r-- | CHANGES.txt | 4 | ||||
| -rw-r--r-- | docs/latexindex.rst | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 29f8e4897..955c07601 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -72,8 +72,8 @@ Features (delta from BFG 1.3.X) keys added to the renderer globals dictionary by all subscribers and app-level globals factories must be unique. -- New class: ``pyramid.response.Response`. This is a pure facade for - ``webob.Response` (old code need not change to use this facade, it's +- New class: ``pyramid.response.Response``. This is a pure facade for + ``webob.Response`` (old code need not change to use this facade, it's existence is mostly for vanity and documentation-generation purposes). Documentation (delta from BFG 1.3) diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 10cca4401..34842dd78 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -39,6 +39,7 @@ Narrative Documentation narr/views narr/static narr/webob + narr/sessions narr/templates narr/models narr/security @@ -87,12 +88,14 @@ API Reference api/configuration api/events api/exceptions + api/httpexceptions api/i18n api/interfaces api/location api/paster api/renderers api/request + api/response api/router api/scripting api/security |
