diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-08-20 14:06:49 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-08-20 14:06:49 +0000 |
| commit | ecc7b6d8e34e984a85d99966449e3db8faf49e0e (patch) | |
| tree | 3466fe13b78f9913743f197a587fdde8fddbc749 | |
| parent | e2b0eb6d1a355614834bb833182cc9a01bca061e (diff) | |
| download | pyramid-ecc7b6d8e34e984a85d99966449e3db8faf49e0e.tar.gz pyramid-ecc7b6d8e34e984a85d99966449e3db8faf49e0e.tar.bz2 pyramid-ecc7b6d8e34e984a85d99966449e3db8faf49e0e.zip | |
Note repoze.who integrations where useful.
| -rw-r--r-- | docs/conf.py | 4 | ||||
| -rw-r--r-- | docs/glossary.rst | 7 | ||||
| -rw-r--r-- | docs/index.rst | 10 |
3 files changed, 11 insertions, 10 deletions
diff --git a/docs/conf.py b/docs/conf.py index b5379dbce..7202e6084 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = '2008, Agendaless Consulting' # other places throughout the built documents. # # The short X.Y version. -version = '0.3.0' +version = '0.3.1' # The full version, including alpha/beta/rc tags. -release = '0.3.0' +release = '0.3.1' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/docs/glossary.rst b/docs/glossary.rst index f1ccf1575..439b39424 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -213,10 +213,9 @@ Glossary application represents the application's :term:`application registry`. repoze.who - `Authentication middleware - <http://svn.repoze.org/repoze.who/trunk/README.txt>`_ for - :term:`WSGI` applications. It can be used by :mod:`repoze.bfg` to - provide authentication information. + `Authentication middleware <http://static.repoze.org/whodocs>`_ + for :term:`WSGI` applications. It can be used by + :mod:`repoze.bfg` to provide authentication information. ReStructuredText A `plain text format <http://docutils.sourceforge.net/rst.html>`_ that is the defacto standard for descriptive text shipped in diff --git a/docs/index.rst b/docs/index.rst index 0d39c5269..ee42b453b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -77,8 +77,10 @@ processing. Check this application out of Subversion via:: `repoze.cluegun <http://svn.repoze.org/repoze.cluegun/trunk/>`_ is a simple pastebin application based on Rocky Burt's `ClueBin <http://pypi.python.org/pypi/ClueBin/0.2.3>`_. It demonstrates form -processing, security, and the use of *ZODB* within a :mod:`repoze.bfg` -application. Check this application out of Subversion via:: +processing, security, and the use of :term:`ZODB` within a +:mod:`repoze.bfg` application. It also has very simple +:term:`repoze.who` integration. Check this application out of +Subversion via:: svn co http://svn.repoze.org/repoze.cluegun/trunk repoze.cluegun @@ -94,8 +96,8 @@ Subversion via:: `repoze.shootout <http://svn.repoze.org/repoze.shootout/trunk/>`_ is an example "idea competition" application by Carlos de la Guardia. It demonstrates :term:`URL dispatch` and integration with `SQLAlchemy -<http://www.sqlalchemy.org/>`_. Check this application out of -Subversion via:: +<http://www.sqlalchemy.org/>`_ and :term:`repoze.who`. Check this +application out of Subversion via:: svn co http://svn.repoze.org/repoze.shootout/trunk repoze.shootout |
