diff options
-rw-r--r-- | epydoc.conf | 37 |
1 files changed, 37 insertions, 0 deletions
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 |