summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-12-23 20:54:11 +0000
committerTres Seaver <tseaver@palladion.com>2012-12-23 20:54:11 +0000
commit845c299a2bfe594f9f201dd8576df06f4ed61ea1 (patch)
tree2762f80a481c85a405a8b8f62308133086e98769 /docs
parent05356da06ec00f384025cae406b5eccbee8b17d2 (diff)
downloadzope-security-845c299a2bfe594f9f201dd8576df06f4ed61ea1.tar.gz
Add autotocs for zope.security.testing.
Diffstat (limited to 'docs')
-rw-r--r--docs/api/testing.rst6
-rw-r--r--docs/index.rst1
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/api/testing.rst b/docs/api/testing.rst
new file mode 100644
index 0000000..a9c6a00
--- /dev/null
+++ b/docs/api/testing.rst
@@ -0,0 +1,6 @@
+:mod:`zope.security.testing`
+============================
+
+.. automodule:: zope.security.testing
+ :members:
+ :member-order: bysource
diff --git a/docs/index.rst b/docs/index.rst
index 3a280ee..b928958 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -16,6 +16,7 @@ API Reference
api/protectclass
api/proxy
api/simplepolicies
+ api/testing