-
Notifications
You must be signed in to change notification settings - Fork 14
/
epydoc.config
36 lines (28 loc) · 1.04 KB
/
epydoc.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[epydoc] # usage: epydoc --config=epydoc.config
# Information about the project.
name: Muntjac
url: http://www.muntiacus.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: muntjac
# Don't examine in any way the modules whose dotted name match this
# regular expression pattern.
exclude: muntjac.test,muntjac.demo
# Write html output to the directory "api/"
output: html
target: api/
# 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: 1
# Include all automatically generated graphs. These graphs are
# generated using Graphviz dot.
#graph: all
#dotpath: /usr/local/bin/dot
# The format for showing inheritance objects.
# It should be one of: 'grouped', 'listed', 'included'.
#inheritance: listed
# Whether or not to include syntax highlighted source code in
# the output (HTML only).
sourcecode: yes