[epydoc] # Epydoc section marker (required by ConfigParser)

# Information about the project.
name: Code_Saturne GUI
url: http://www.code-saturne.org

# The list of modules to document.  Modules can be named using
# dotted names, module filenames, or package directory names.
# This option may be repeated.
modules: ics.py
modules: Base
modules: Pages

# The type of output that should be generated.  Should be one
# of: html, text, latex, dvi, ps, pdf.
output: html

# The path to the output directory.  May be relative or absolute.
target: doc/

# An integer indicating how verbose epydoc should be.  The default
# value is 0; negative values will supress warnings and errors;
# positive values will give more verbose output.
verbosity: 0

# Whether or not to inclue private variables.  (Even if included,
# private variables will be hidden by default.)
private: no

# Whether or not to list each module's imports.
imports: no

# Whether or not to include syntax highlighted source code in
# the output (HTML only).
sourcecode: yes


# Include all automatically generated graphs.  These graphs are
# generated using Graphviz dot.
graph: all
dotpath: /home/douce/opt/graphviz-2.16.1/arch/Linux/bin/dot

