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 27 28 29 30 31 32 33 34 35 36 37 38
|
# To generate ClusterShell epydoc documentation, set your current
# directory to the package root directory, then use the following
# command:
#
# $ epydoc --config doc/epydoc/clustershell_epydoc.conf
#
[epydoc] # Epydoc section marker (required by ConfigParser)
# Information about the project.
name: ClusterShell
url: http://clustershell.sourceforge.net
# The list of modules to document.
modules: lib/ClusterShell, scripts/clubak.py, scripts/clush.py, scripts/nodeset.py
#exclude: ClusterShell\.Worker\.Paramiko
# The type of the output that should be generated.
output: html
#output: pdf
# Write html output to the following directory
target: doc/epydoc/html
# Include all automatically generated graphs. These graphs are
# generated using Graphviz dot.
graph: all
dotpath: /usr/bin/dot
# The format for showing inheritance objects.
# It should be one of: 'grouped', 'listed', 'included'.
#inheritance: listed
# Whether or not to include syntax highlighted source code in
# the output (HTML only).
sourcecode: yes
#docformat: restructuredtext
|