Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStephan Erb <steve-e@h3c.de>2009-10-18 21:41:05 +0400
committerStephan Erb <steve-e@h3c.de>2009-10-18 21:41:05 +0400
commitf4a00623d1166fa8e5c8c73a4b85a3606800f957 (patch)
tree55f656f725e748593d44d44ba18b97e90b9a9f30 /doc
parent58106549a14dc199fd78f32a331a9f06b53968a2 (diff)
Move epydoc.conf to doc/
Diffstat (limited to 'doc')
-rw-r--r--doc/epydoc.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/epydoc.conf b/doc/epydoc.conf
new file mode 100644
index 000000000..44b083057
--- /dev/null
+++ b/doc/epydoc.conf
@@ -0,0 +1,29 @@
+[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.
+modules: src/* test/*
+
+# Write html output to the directory "apidocs"
+#output: pdf
+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
+