annotate doc/conf/epydoc.ini @ 154:e7f1eeb9769f

Updated change log with recent fixes.
author cmlenz
date Wed, 20 Jun 2007 21:18:44 +0000
parents 3d9cb4beec8b
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