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
|