annotate doc/conf/epydoc.ini @ 116:1984cdac1ddb trunk

Moved doc config into a subdirectory, and added a `--force` option to the `build_doc` command.
author cmlenz
date Fri, 15 Jun 2007 18:27:38 +0000
parents doc/epydoc.conf@20896f1e91c6
children
rev   line source
2
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
1 [epydoc]
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
2
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
3 name: Documentation Index
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
4 url: ../index.html
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
5 modules: babel
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
6 verbosity: 1
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
7
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
8 # Extraction
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
9 docformat: restructuredtext
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
10 parse: yes
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
11 introspect: yes
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
12 exclude: .*\.tests.*
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
13 inheritance: listed
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
14 private: no
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
15 imports: no
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
16 include-log: no
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
17
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
18 # HTML output
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
19 output: html
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
20 target: doc/api/
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
21 css: doc/style/epydoc.css
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
22 top: babel
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
23 frames: no
20896f1e91c6 Forgot to check in the doc directory.
cmlenz
parents:
diff changeset
24 sourcecode: no
Copyright (C) 2012-2017 Edgewall Software