File: epydoc.conf

package info (click to toggle)
python-nbxmpp 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,252 kB
  • ctags: 10,247
  • sloc: python: 5,372; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 601 bytes parent folder | download | duplicates (4)
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