diff options
| author | Chris McDonough <chrism@plope.com> | 2013-10-02 17:47:17 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-10-02 17:47:17 -0400 |
| commit | ab2fedf7adaec0a56a69beed35312c88d7961c6c (patch) | |
| tree | 83a49d859af4dca42e83c2397599a0b9de154b72 /docs/quick_tour.rst | |
| parent | 4122733091d0204b22d7acedfdf985caed17f93f (diff) | |
| download | pyramid-ab2fedf7adaec0a56a69beed35312c88d7961c6c.tar.gz pyramid-ab2fedf7adaec0a56a69beed35312c88d7961c6c.tar.bz2 pyramid-ab2fedf7adaec0a56a69beed35312c88d7961c6c.zip | |
fix the docs build and get rid of stray references to Beaker
Diffstat (limited to 'docs/quick_tour.rst')
| -rw-r--r-- | docs/quick_tour.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst index 98584e608..2db18c8a7 100644 --- a/docs/quick_tour.rst +++ b/docs/quick_tour.rst @@ -729,8 +729,8 @@ that requires semi-permanent data to be saved. For example, a shopping cart. This is called a :term:`session`. Pyramid has basic built-in support for sessions, with add-ons such as -*Beaker* (or your own custom sessioning engine) that provide richer -session support. Let's take a look at the +``pyramid_redis_sessions`` (or your own custom sessioning engine) that provide +richer session support. Let's take a look at the :doc:`built-in sessioning support <../narr/sessions>`. In our ``__init__.py`` we first import the kind of sessioning we want: @@ -768,8 +768,7 @@ Jinja2 template: .. seealso:: See Also: :ref:`Quick Tutorial Sessions <qtut_sessions>`, :ref:`sessions_chapter`, :ref:`flash_messages`, - :ref:`session_module`, and - :ref:`Beaker sessioning middleware <beaker:overview>` + :ref:`session_module`, and :term:`pyramid_redis_sessions`. Databases ========= |
