-
Notifications
You must be signed in to change notification settings - Fork 0
/
epydoc.conf
executable file
·31 lines (25 loc) · 985 Bytes
/
epydoc.conf
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
[epydoc] # Epydoc section marker (required by ConfigParser)
# Information about the project.
name: elclients
url: http://www.lattice.cnrs.fr/Pablo-Ruiz-Fabo,541
# 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: basic_wflow/basic_wf_util.py
#modules: util/
#modules: dhned.config
#modules: dhned/.*py
modules: elclients
# added this exclude cos was v slow on one of them. After adding this exclude worked.
# mbe problem was that values of some of the global vars in scripts v long and epydoc wants to mention the values for global vars
# exclude: dhned.scripts,dhned.semeval.scripts
exclude: elclients.main_old
# Write html output to the directory "doc"
output: html
target: ./elclients/doc
# Inheritance display
inheritance: grouped
# Include all automatically generated graphs. These graphs are
# generated using Graphviz dot.
graph: all
dotpath: /usr/bin/dot