summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-12-23 20:54:08 +0000
committerTres Seaver <tseaver@palladion.com>2012-12-23 20:54:08 +0000
commitb7623775f6f2b487981857ec0f97e33ed758671f (patch)
tree293db23a2d46ab399df64ea30159e7e8b82531d6 /docs
parentd18204ec6f9aa227cc966c2a11ad32d06a70ab12 (diff)
downloadzope-security-b7623775f6f2b487981857ec0f97e33ed758671f.tar.gz
Add autotocs for zope.security.protectclass.
Diffstat (limited to 'docs')
-rw-r--r--docs/api/protectclass.rst6
-rw-r--r--docs/index.rst1
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/api/protectclass.rst b/docs/api/protectclass.rst
new file mode 100644
index 0000000..fdc266b
--- /dev/null
+++ b/docs/api/protectclass.rst
@@ -0,0 +1,6 @@
+:mod:`zope.security.protectclass`
+=================================
+
+.. automodule:: zope.security.protectclass
+ :members:
+ :member-order: bysource
diff --git a/docs/index.rst b/docs/index.rst
index 06192a7..6f772a6 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -13,6 +13,7 @@ API Reference
api/decorator
api/management
api/permission
+ api/protectclass