From 3bb7552e35c43d2475e0016bb4c6d3e69f2a39c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 4 Mar 2008 22:34:33 +0100 Subject: Added epydoc.conf --- epydoc.conf | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 epydoc.conf (limited to 'epydoc.conf') diff --git a/epydoc.conf b/epydoc.conf new file mode 100644 index 0000000..62b6c73 --- /dev/null +++ b/epydoc.conf @@ -0,0 +1,37 @@ +[epydoc] + +# +# General +# + +modules: portato +output: html +target: html/ +verbosity: 1 + +# +# Parsing +# + +parse: yes +introspect: yes + +# +# Output +# + +inheritance: grouped +private: yes +imports: no +sourcecode: yes +include-log: no +frames: yes +css: white +redundant-details: yes + +# +# Project +# + +name: Portato +url: http://portato.origo.ethz.ch -- cgit v1.2.3