From b8d71904f1d169692d510c2d635aa4a5945eeb81 Mon Sep 17 00:00:00 2001 From: "Dwayne C. Litzenberger" Date: Fri, 8 Aug 2008 23:02:43 -0400 Subject: Add epydoc configuration --- Doc/epydoc-config | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Doc/epydoc-config (limited to 'Doc') 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: PyCrypto.org + +# The documentation is usually built on a Linux machine; nt.py tries to +# import the winrandom module. +exclude-introspect: ^Crypto\.Util\.osentropy\.nt$ -- cgit v1.2.1