annotate doc/epydoc.conf @ 457:d79b1c624a30 stable-0.4.x

Port [552] to stable.
author cmlenz
date Tue, 17 Apr 2007 12:37:59 +0000
parents 2c38ec4e2dff
children
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
427
55c574767df2 More API documentation.
cmlenz
parents: 426
diff changeset
3 name: Documentation Index
55c574767df2 More API documentation.
cmlenz
parents: 426
diff changeset
4 url: ../index.html
426
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/
438
2c38ec4e2dff Added documentation page on the builtin stream filters.
cmlenz
parents: 427
diff changeset
21 css: doc/style/epydoc.css
426
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