summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-16 04:35:05 -0500
committerChris McDonough <chrism@plope.com>2011-12-16 04:35:05 -0500
commit9003a8bba654f98933b98dacac67760cff73e1c5 (patch)
tree5411e22a93fc207b0f5a6299d75f4d46fb215748 /docs/narr
parent8ac9e61e365e28698a36474d8cb3dc15ab358983 (diff)
downloadpyramid-9003a8bba654f98933b98dacac67760cff73e1c5.tar.gz
pyramid-9003a8bba654f98933b98dacac67760cff73e1c5.tar.bz2
pyramid-9003a8bba654f98933b98dacac67760cff73e1c5.zip
- 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.
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/install.rst11
1 files changed, 1 insertions, 10 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst
index 3de4d6e27..172cfd6d3 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -20,7 +20,7 @@ run :app:`Pyramid`.
: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
@@ -315,15 +315,6 @@ Installing :app:`Pyramid` on a Windows System
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
-------------------