From f082cab69f7dd1c42e02748c400d0c7076e9489e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 16 Jul 2008 21:32:56 +0000 Subject: Zero in on making docs render properly. --- docs/modules/router.rst | 5 +---- docs/modules/security.rst | 12 +----------- 2 files changed, 2 insertions(+), 15 deletions(-) (limited to 'docs/modules') diff --git a/docs/modules/router.rst b/docs/modules/router.rst index 435a7ebd0..84d51f73a 100644 --- a/docs/modules/router.rst +++ b/docs/modules/router.rst @@ -5,9 +5,6 @@ .. automodule:: repoze.bfg.router - :class:`Router` - =================== - - .. autoclass:: Router +.. autoclass:: Router .. autofunction:: repoze.bfg.router.make_app diff --git a/docs/modules/security.rst b/docs/modules/security.rst index 0a692e521..317a7b335 100644 --- a/docs/modules/security.rst +++ b/docs/modules/security.rst @@ -32,22 +32,12 @@ 'george', 'read')`` that means deny access. A sequence of ACEs makes up an ACL. It is a string, and it's actual value is "Deny". - :class:`RemoteUserACLSecurityPolicy` - ------------------------------------ - .. autoclass:: RemoteUserACLSecurityPolicy - - .. automethod:: permits - - :class:`Denied` - =============== + :members: .. autoclass:: Denied :members: - :class:`Allowed` - ================ - .. autoclass:: Allowed :members: -- cgit v1.2.3