Welcome to mirror list, hosted at ThFree Co, Russian Federation.

epydoc.conf « doc - dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 018bffbdaffa22346ea6af1aa2787e693afbf9a1 (plain)
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
[epydoc]

# Information about the project.
name: python-nbxmpp
url: http://python-nbxmpp.gajim.org

verbosity: 3
imports: yes
redundant-details: yes
docformat: restructuredtext

# 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: nbxmpp/*

# Write html output to the directory "apidocs"
output: html
target: doc/apidocs/

# Include all automatically generated graphs.  These graphs are
# generated using Graphviz dot.
graph: all
dotpath: /usr/bin/dot
graph-font: Sans
graph-font-size: 10