summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorLegrandin <gooksankoo@hoiptorrow.mailexpire.com>2011-09-22 20:48:26 +0200
committerDwayne C. Litzenberger <dlitz@dlitz.net>2011-10-17 22:56:12 -0400
commited89c827cca481bc64f48f419de7485dae64804a (patch)
tree95299e45e458a8d7955e9b2d5b8b474f8c09181a /Doc
parentf01bc4a629768b68d10a94791c609dc03593d2b1 (diff)
downloadpycrypto-ed89c827cca481bc64f48f419de7485dae64804a.tar.gz
Remove SelfTest from documentation.
Conflicts: Doc/epydoc-config
Diffstat (limited to 'Doc')
-rw-r--r--Doc/epydoc-config1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/epydoc-config b/Doc/epydoc-config
index fbe3c86..ea7f343 100644
--- a/Doc/epydoc-config
+++ b/Doc/epydoc-config
@@ -16,3 +16,4 @@ link: <a href="http://www.pycrypto.org/">PyCrypto.org</a>
# The documentation is usually built on a Linux machine; nt.py tries to
# import the winrandom module.
exclude-introspect: ^Crypto\.Random\.OSRNG\.nt|Crypto\.Util\.winrandom$
+exclude: ^Crypto\.SelfTest