diff options
author | Helmut Grohne <helmut@subdivi.de> | 2008-03-27 14:47:20 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2008-03-27 14:47:20 +0100 |
commit | caf3a33e22af0d8060e32c2c2cb1a492ea146ef0 (patch) | |
tree | 192a40f485614d1ff3e30be13d2d9e4a0c140533 | |
parent | 5ddc8460de1d3bf1ea41eb4fdc7079d15dcf6837 (diff) | |
download | wsgitools-caf3a33e22af0d8060e32c2c2cb1a492ea146ef0.tar.gz |
added epydoc.conf
-rw-r--r-- | epydoc.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/epydoc.conf b/epydoc.conf new file mode 100644 index 0000000..d39aac4 --- /dev/null +++ b/epydoc.conf @@ -0,0 +1,10 @@ +[epydoc] +modules: wsgitools + +name: wsgitools +url: http://subdivi.de/~helmut/wsgitools/ + +output: html +target: html/ +verbosity: 1 +graph: umlclasstree |