summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-07-16 21:32:56 +0000
committerChris McDonough <chrism@agendaless.com>2008-07-16 21:32:56 +0000
commitf082cab69f7dd1c42e02748c400d0c7076e9489e (patch)
tree7e59704f7e8638094724c7cc7a2b68a2b365c7f7 /docs
parent9217131a2c0144b9df3b96a60c2b157a7282ebf1 (diff)
downloadpyramid-f082cab69f7dd1c42e02748c400d0c7076e9489e.tar.gz
pyramid-f082cab69f7dd1c42e02748c400d0c7076e9489e.tar.bz2
pyramid-f082cab69f7dd1c42e02748c400d0c7076e9489e.zip
Zero in on making docs render properly.
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/router.rst5
-rw-r--r--docs/modules/security.rst12
2 files changed, 2 insertions, 15 deletions
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: