From d2973dd0356b88fc47b5f80e2bcef2783429c0c1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 13 Apr 2011 14:35:29 -0400 Subject: - 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. --- docs/api/authentication.rst | 1 + docs/api/interfaces.rst | 15 +++++++++++++++ 2 files changed, 16 insertions(+) (limited to 'docs') 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: -- cgit v1.2.3