From fd5ae92bd218b72a7a923e406eee023afe024dc0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 9 Nov 2010 03:54:45 -0500 Subject: - All references to Pyramid-the-application were changed from :mod:`pyramid` to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to allow for this. (internal) --- docs/tutorials/gae/index.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/tutorials/gae') diff --git a/docs/tutorials/gae/index.rst b/docs/tutorials/gae/index.rst index 746736453..a2b190a31 100644 --- a/docs/tutorials/gae/index.rst +++ b/docs/tutorials/gae/index.rst @@ -1,9 +1,9 @@ .. _appengine_tutorial: -Running :mod:`pyramid` on Google's App Engine +Running :app:`Pyramid` on Google's App Engine ================================================ -It is possible to run a :mod:`pyramid` application on Google's `App +It is possible to run a :app:`Pyramid` application on Google's `App Engine `_. Content from this tutorial was contributed by YoungKing, based on the `"appengine-monkey" tutorial for Pylons @@ -43,18 +43,18 @@ system. ``pyramidapp/app/`` which is the directory you will upload to appengine. -#. Install :mod:`pyramid` into the virtualenv +#. Install :app:`Pyramid` into the virtualenv .. code-block:: text $ cd pyramidapp/ $ bin/easy_install pyramid - This will install :mod:`pyramid` in the environment. + This will install :app:`Pyramid` in the environment. #. Create your application - We'll use the standard way to create a :mod:`pyramid` + We'll use the standard way to create a :app:`Pyramid` application, but we'll have to move some files around when we are done. The below commands assume your current working directory is the ``pyramidapp`` virtualenv directory you created in the third step @@ -222,7 +222,7 @@ packages. You can zip a package like so: $ bin/pip zip pytz-2009g-py2.5.egg -Note that it requires the whole egg file name. For a :mod:`pyramid` app, the +Note that it requires the whole egg file name. For a :app:`Pyramid` app, the following packages are good candidates to be zipped. - Chameleon -- cgit v1.2.3