root/trunk/epydoc.conf

Revision 9725, 0.6 kB (checked in by asterix, 3 months ago)

[Vardo] conf file for epydoc generation

Line 
1[epydoc]
2
3# Information about the project.
4name: Gajim
5url: http://gajim.org
6
7verbosity: 3
8imports: yes
9redundant-details: yes
10docformat: restructuredtext
11# top: gajim
12
13# The list of modules to document.  Modules can be named using
14# dotted names, module filenames, or package directory names.
15# This option may be repeated.
16modules: src/* test/*
17
18# Write html output to the directory "apidocs"
19#output: pdf
20output: html
21target: apidocs/
22
23# Include all automatically generated graphs.  These graphs are
24# generated using Graphviz dot.
25graph: all
26dotpath: /usr/bin/dot
27graph-font: Sans
28graph-font-size: 10
29
Note: See TracBrowser for help on using the browser.