annotate doc/epydoc.conf @ 525:b5116a918e70

Updated overview diagram to include new transformation filter.
author cmlenz
date Mon, 18 Jun 2007 20:59:26 +0000
parents 6fd7e4dc0318
children
rev   line source
426
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
1 [epydoc]
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
2
427
68a8308309b9 More API documentation.
cmlenz
parents: 426
diff changeset
3 name: Documentation Index
68a8308309b9 More API documentation.
cmlenz
parents: 426
diff changeset
4 url: ../index.html
426
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
5 modules: genshi
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
6 verbosity: 1
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
7
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
8 # Extraction
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
9 docformat: restructuredtext
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
10 parse: yes
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
11 introspect: yes
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
12 exclude: .*\.tests.*
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
13 inheritance: listed
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
14 private: no
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
15 imports: no
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
16 include-log: no
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
17
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
18 # HTML output
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
19 output: html
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
20 target: doc/api/
438
6fd7e4dc0318 Added documentation page on the builtin stream filters.
cmlenz
parents: 427
diff changeset
21 css: doc/style/epydoc.css
426
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
22 top: genshi
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
23 frames: no
a0711da164ac Add epydoc-based API doc generation to the build.
cmlenz
parents:
diff changeset
24 sourcecode: no
Copyright (C) 2012-2017 Edgewall Software