Removing degree characters.
[PyCIM.git] / Docs / Epydoc.config
blob0cfa5895e52f1f572527aede83558554f1096e86
1 [epydoc] # usage: epydoc --config=Epydoc.config
3 # Information about the project.
4 name: PyCIM
5 url: http://www.pycim.com/
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: PyCIM, CIM14, CIM15
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: no