annotate doc/epydoc.conf @ 69:1d8e81bfedf9

Enhance catalog to also manage the MIME headers.
author cmlenz
date Fri, 08 Jun 2007 15:32:06 +0000
parents 2cada72b40ae
children
rev   line source
4
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
1 [epydoc]
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
2
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
3 name: Documentation Index
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
4 url: ../index.html
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
5 modules: babel
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
6 verbosity: 1
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
7
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
8 # Extraction
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
9 docformat: restructuredtext
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
10 parse: yes
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
11 introspect: yes
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
12 exclude: .*\.tests.*
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
13 inheritance: listed
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
14 private: no
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
15 imports: no
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
16 include-log: no
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
17
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
18 # HTML output
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
19 output: html
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
20 target: doc/api/
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
21 css: doc/style/epydoc.css
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
22 top: babel
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
23 frames: no
2cada72b40ae Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
24 sourcecode: no
Copyright (C) 2012-2017 Edgewall Software