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/zodbsessions/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/tutorials/zodbsessions') diff --git a/docs/tutorials/zodbsessions/index.rst b/docs/tutorials/zodbsessions/index.rst index c32b457d5..9582e5de4 100644 --- a/docs/tutorials/zodbsessions/index.rst +++ b/docs/tutorials/zodbsessions/index.rst @@ -21,13 +21,13 @@ sessioning to your application. usage documentation `_. If you don't want to use ZODB to do sessioning, you might choose to use a relational/filestorage sessioning system such as `Beaker - `_. :mod:`pyramid` is fully + `_. :app:`Pyramid` is fully compatible with this system too. Installing Dependencies ----------------------- -#. Edit your :mod:`pyramid` application's ``setup.py`` file, adding +#. Edit your :app:`Pyramid` application's ``setup.py`` file, adding the following packages to the ``install_requires`` of the application: -- cgit v1.2.3