gajim-plural/doc/epydoc.conf

30 lines
612 B
Plaintext
Raw Normal View History

2009-10-18 19:41:05 +02:00
[epydoc]
# Information about the project.
name: Gajim
url: http://gajim.org
verbosity: 3
imports: yes
redundant-details: yes
docformat: restructuredtext
# top: gajim
# The list of modules to document. Modules can be named using
# dotted names, module filenames, or package directory names.
# This option may be repeated.
2017-06-20 23:07:28 +02:00
modules: gajim/* test/*
2009-10-18 19:41:05 +02:00
# Write html output to the directory "apidocs"
#output: pdf
output: html
2009-10-28 08:57:53 +01:00
target: doc/apidocs/
2009-10-18 19:41:05 +02:00
# 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