summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2008-08-08 23:02:43 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2008-09-12 08:20:11 -0400
commitb8d71904f1d169692d510c2d635aa4a5945eeb81 (patch)
treef5a415d169e4adc4ca3d9ac593c3193f112a58c3 /Doc
parentce66b6a156b0b217c63d34ee7514ba85d28d9436 (diff)
downloadpycrypto-b8d71904f1d169692d510c2d635aa4a5945eeb81.tar.gz
Add epydoc configuration
Diffstat (limited to 'Doc')
-rw-r--r--Doc/epydoc-config18
1 files changed, 18 insertions, 0 deletions
diff --git a/Doc/epydoc-config b/Doc/epydoc-config
new file mode 100644
index 0000000..ffd7cce
--- /dev/null
+++ b/Doc/epydoc-config
@@ -0,0 +1,18 @@
+# epydoc configuration file for PyCrypto.
+# See http://epydoc.sourceforge.net/configfile.html for sample configuration.
+
+[epydoc]
+modules: Crypto
+docformat: restructuredtext
+output: html
+target: Doc/apidoc/
+sourcecode: no
+
+name: PyCrypto API Documentation
+url: http://www.pycrypto.org/
+
+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\.Util\.osentropy\.nt$