-
Notifications
You must be signed in to change notification settings - Fork 20
/
epydoc.cfg
50 lines (35 loc) · 1021 Bytes
/
epydoc.cfg
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# $Id$
#
# Configuration file used to run Epydoc.
[epydoc]
# List of objects to document.
modules: fortune
# Output type
output: html
# Where to write the output
target: epydoc/
# Whether or not to include private variables.
private: no
# Whether or not to include source code.
sourcecode: no
# The name of the project
name: fortune
# Don't list each modules imports.
imports: no
# Inheritance form. One of: grouped, listed, included
inheritance: listed
# Whether or not parsing should be used to examine objects.
parse: yes
# Whether or not introspection should be used to examine objects.
# We want "no" here, because introspection looks "through" decorators,
# which results in warnings and incorrect output.
introspect: no
# 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
# CSS
css: epydoc.css
simple-term: yes
# Document format.
docformat: restructuredtext