diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-04 22:34:33 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-04 22:34:33 +0100 |
commit | 3bb7552e35c43d2475e0016bb4c6d3e69f2a39c9 (patch) | |
tree | 32d258c12fb77299d6efed7b5750033531663c60 | |
parent | 49b00c4ddca1b112e48aebc2f9c95c3a21c9bf48 (diff) | |
download | portato-3bb7552e35c43d2475e0016bb4c6d3e69f2a39c9.tar.gz portato-3bb7552e35c43d2475e0016bb4c6d3e69f2a39c9.tar.bz2 portato-3bb7552e35c43d2475e0016bb4c6d3e69f2a39c9.zip |
Added epydoc.conf
-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 |