diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-07-16 21:32:56 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-07-16 21:32:56 +0000 |
| commit | f082cab69f7dd1c42e02748c400d0c7076e9489e (patch) | |
| tree | 7e59704f7e8638094724c7cc7a2b68a2b365c7f7 /docs/modules/security.rst | |
| parent | 9217131a2c0144b9df3b96a60c2b157a7282ebf1 (diff) | |
| download | pyramid-f082cab69f7dd1c42e02748c400d0c7076e9489e.tar.gz pyramid-f082cab69f7dd1c42e02748c400d0c7076e9489e.tar.bz2 pyramid-f082cab69f7dd1c42e02748c400d0c7076e9489e.zip | |
Zero in on making docs render properly.
Diffstat (limited to 'docs/modules/security.rst')
| -rw-r--r-- | docs/modules/security.rst | 12 |
1 files changed, 1 insertions, 11 deletions
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: |
