1 [epydoc] # usage: epydoc --config=epydoc.config
3 # Information about the project.
5 url: http://pypi.python.org/pypi/PyCIM/
7 # The list of modules to document. Modules can be named using
8 # dotted names, module filenames, or package directory names.
9 # This option may be repeated.
12 # Don't examine in any way the modules whose dotted name match this
13 # regular expression pattern.
16 # Write html output to the directory "api/"
20 # An integer indicating how verbose epydoc should be. The default
21 # value is 0; negative values will supress warnings and errors;
22 # positive values will give more verbose output.
25 # Include all automatically generated graphs. These graphs are
26 # generated using Graphviz dot.
28 #dotpath: /usr/local/bin/dot
30 # The format for showing inheritance objects.
31 # It should be one of: 'grouped', 'listed', 'included'.
34 # Whether or not to include syntax highlighted source code in
35 # the output (HTML only).