diff options
| author | Chris McDonough <chrism@plope.com> | 2011-04-13 14:35:29 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-04-13 14:35:29 -0400 |
| commit | d2973dd0356b88fc47b5f80e2bcef2783429c0c1 (patch) | |
| tree | f4a597af38bff79d6619f5320eb753e0a460f498 /docs/api | |
| parent | 4eee4502714b27e5fe437db049d4c6ee8905aace (diff) | |
| download | pyramid-d2973dd0356b88fc47b5f80e2bcef2783429c0c1.tar.gz pyramid-d2973dd0356b88fc47b5f80e2bcef2783429c0c1.tar.bz2 pyramid-d2973dd0356b88fc47b5f80e2bcef2783429c0c1.zip | |
- Make ``pyramid.interfaces.IAuthenticationPolicy`` and
``pyramid.interfaces.IAuthorizationPolicy`` public interfaces, and refer to
them within the ``pyramid.authentication`` and ``pyramid.authorization``
API docs.
- Render the function definitions for each exposed interface in
``pyramid.interfaces``.
Closes #167.
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/authentication.rst | 1 | ||||
| -rw-r--r-- | docs/api/interfaces.rst | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/api/authentication.rst b/docs/api/authentication.rst index a6d4c1e18..bf7f8f8d5 100644 --- a/docs/api/authentication.rst +++ b/docs/api/authentication.rst @@ -18,6 +18,7 @@ Helper Classes ~~~~~~~~~~~~~~ .. autoclass:: AuthTktCookieHelper + :members: diff --git a/docs/api/interfaces.rst b/docs/api/interfaces.rst index 3ce926230..54afdc830 100644 --- a/docs/api/interfaces.rst +++ b/docs/api/interfaces.rst @@ -21,21 +21,36 @@ Event-Related Interfaces Other Interfaces ++++++++++++++++ + .. autointerface:: IAuthenticationPolicy + :members: + + .. autointerface:: IAuthorizationPolicy + :members: + .. autointerface:: IExceptionResponse + :members: .. autointerface:: IRoute + :members: .. autointerface:: IRoutePregenerator + :members: .. autointerface:: ISession + :members: .. autointerface:: ISessionFactory + :members: .. autointerface:: IRendererInfo + :members: .. autointerface:: ITemplateRenderer + :members: .. autointerface:: IViewMapperFactory + :members: .. autointerface:: IViewMapper + :members: |
