|
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. |
|---|
| 4 | name: Gajim |
|---|
| 5 | url: http://gajim.org |
|---|
| 6 | |
|---|
| 7 | verbosity: 3 |
|---|
| 8 | imports: yes |
|---|
| 9 | redundant-details: yes |
|---|
| 10 | docformat: 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. |
|---|
| 16 | modules: src/* test/* |
|---|
| 17 | |
|---|
| 18 | # Write html output to the directory "apidocs" |
|---|
| 19 | #output: pdf |
|---|
| 20 | output: html |
|---|
| 21 | target: apidocs/ |
|---|
| 22 | |
|---|
| 23 | # Include all automatically generated graphs. These graphs are |
|---|
| 24 | # generated using Graphviz dot. |
|---|
| 25 | graph: all |
|---|
| 26 | dotpath: /usr/bin/dot |
|---|
| 27 | graph-font: Sans |
|---|
| 28 | graph-font-size: 10 |
|---|
| 29 | |
|---|