Bumping version for release.
[PyCIM.git] / epydoc.config
blob4e37fe66fa3e86fdc2a3cc174f426d9bd0937fcb
1 [epydoc] # usage: epydoc --config=epydoc.config
3 # Information about the project.
4 name: PyCIM
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.
10 modules: CIM14, PyCIM
12 # Don't examine in any way the modules whose dotted name match this
13 # regular expression pattern.
14 exclude: PyCIM.Test
16 # Write html output to the directory "api/"
17 output: html
18 target: 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.
23 verbosity: 1
25 # Include all automatically generated graphs.  These graphs are
26 # generated using Graphviz dot.
27 #graph: all
28 #dotpath: /usr/local/bin/dot
30 # The format for showing inheritance objects.
31 # It should be one of: 'grouped', 'listed', 'included'.
32 inheritance: listed
34 # Whether or not to include syntax highlighted source code in
35 # the output (HTML only).
36 sourcecode: yes