Chris McDonough
2011-12-16 9003a8bba654f98933b98dacac67760cff73e1c5
- Removed the "Running Pyramid on Google App Engine" tutorial from the main
docs. It survives on in the Cookbook
(http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/gae.html).
Rationale: it provides the correct info for the Python 2.5 version of GAE
only, and this version of Pyramid does not support Python 2.5.
1 files deleted
5 files modified
256 ■■■■■ changed files
CHANGES.txt 6 ●●●●● patch | view | raw | blame | history
docs/index.rst 1 ●●●● patch | view | raw | blame | history
docs/latexindex.rst 1 ●●●● patch | view | raw | blame | history
docs/narr/install.rst 11 ●●●●● patch | view | raw | blame | history
docs/tutorials/gae/index.rst 231 ●●●●● patch | view | raw | blame | history
docs/whatsnew-1.3.rst 6 ●●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -20,6 +20,12 @@
- Added a section named "Making Your Script into a Console Script" in the
  "Command-Line Pyramid" chapter.
- Removed the "Running Pyramid on Google App Engine" tutorial from the main
  docs.  It survives on in the Cookbook
  (http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/gae.html).
  Rationale: it provides the correct info for the Python 2.5 version of GAE
  only, and this version of Pyramid does not support Python 2.5.
1.3a2 (2011-12-14)
==================
docs/index.rst
@@ -109,7 +109,6 @@
   tutorials/wiki2/index.rst
   tutorials/wiki/index.rst
   tutorials/bfg/index.rst
   tutorials/gae/index.rst
   tutorials/modwsgi/index.rst
Reference Material
docs/latexindex.rst
@@ -73,7 +73,6 @@
   tutorials/wiki/index.rst
   tutorials/wiki2/index.rst
   tutorials/bfg/index.rst
   tutorials/gae/index.rst
   tutorials/modwsgi/index.rst
.. _api_reference:
docs/narr/install.rst
@@ -20,7 +20,7 @@
:app:`Pyramid` is known to run on all popular UNIX-like systems such as
Linux, MacOS X, and FreeBSD as well as on Windows platforms.  It is also
known to run on Google's App Engine, and :term:`PyPy` (1.6+).
known to run on :term:`PyPy` (1.6+).
:app:`Pyramid` installation does not require the compilation of any
C code, so you need only a Python interpreter that meets the
@@ -314,15 +314,6 @@
   .. code-block:: text
      c:\env> Scripts\easy_install pyramid
.. index::
   single: installing on Google App Engine
Installing :app:`Pyramid` on Google App Engine
-------------------------------------------------
:ref:`appengine_tutorial` documents the steps required to install a
:app:`Pyramid` application on Google App Engine.
What Gets Installed
-------------------
docs/tutorials/gae/index.rst
File was deleted
docs/whatsnew-1.3.rst
@@ -302,6 +302,12 @@
- Added a section to the "Command-Line Pyramid" chapter named
  :ref:`making_a_console_script`.
- Removed the "Running Pyramid on Google App Engine" tutorial from the main
  docs.  It survives on in the Cookbook
  (http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/gae.html).
  Rationale: it provides the correct info for the Python 2.5 version of GAE
  only, and this version of Pyramid does not support Python 2.5.
Dependency Changes
------------------