diff options
author | Aleksey Lim <alsroot@member.fsf.org> | 2009-04-15 23:34:52 (GMT) |
---|---|---|
committer | Aleksey Lim <alsroot@member.fsf.org> | 2009-04-15 23:34:52 (GMT) |
commit | 507f8afd1d5a92ad746528b7a2dfaaa524c0ccc1 (patch) | |
tree | 256bd99a6ec95594ed09d873c57f2e36a4c2794f /port/epydoc | |
parent | 64cb9ab01d16afb4d56d811d0fbf6b12f644ad7c (diff) |
Switch to sugar-port
Diffstat (limited to 'port/epydoc')
-rw-r--r-- | port/epydoc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/port/epydoc b/port/epydoc new file mode 100644 index 0000000..3e4852c --- /dev/null +++ b/port/epydoc @@ -0,0 +1,21 @@ +[epydoc] + +modules: *.py +output: html +target: html/ +verbosity: 0 +debug: 0 + +# Generation options +docformat: epytext +parse: yes +introspect: no +inheritance: listed +private: no +imports: no +sourcecode: yes + +# Output options +name: sugar-port +url: http://wiki.sugarlabs.org/go/Development_Team/sugar-port +frames: yes |