diff doc/epydoc.conf @ 4:2cada72b40ae

Forgot to check in the doc directory.
author cmlenz
date Wed, 30 May 2007 07:37:26 +0000
parents
children
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/doc/epydoc.conf
@@ -0,0 +1,24 @@
+[epydoc]
+
+name: Documentation Index
+url: ../index.html
+modules: babel
+verbosity: 1
+
+# Extraction
+docformat: restructuredtext
+parse: yes
+introspect: yes
+exclude: .*\.tests.*
+inheritance: listed
+private: no
+imports: no
+include-log: no
+
+# HTML output
+output: html
+target: doc/api/
+css: doc/style/epydoc.css
+top: babel
+frames: no
+sourcecode: no
Copyright (C) 2012-2017 Edgewall Software