annotate doc/epydoc.conf @ 426:a1955bc39924 trunk

Add epydoc-based API doc generation to the build.
author cmlenz
date Thu, 22 Mar 2007 13:10:55 +0000
parents
children 55c574767df2
rev   line source
426
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
1 [epydoc]
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
2
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
3 name: Genshi
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
4 url: http://genshi.edgewall.org/
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
5 modules: genshi
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
6 verbosity: 1
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
7
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
8 # Extraction
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
9 docformat: restructuredtext
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
10 parse: yes
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
11 introspect: yes
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
12 exclude: .*\.tests.*
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
13 inheritance: listed
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
14 private: no
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
15 imports: no
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
16 include-log: no
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
17
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
18 # HTML output
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
19 output: html
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
20 target: doc/api/
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
21 css: doc/style/apidoc.css
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
22 top: genshi
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
23 frames: no
a1955bc39924 Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
24 sourcecode: no
Copyright (C) 2012-2017 Edgewall Software