mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
51 lines
1.5 KiB
Plaintext
51 lines
1.5 KiB
Plaintext
[epydoc] # Epydoc section marker (required by ConfigParser)
|
|
|
|
# Information about the project.
|
|
name: libprs500
|
|
url: http://libprs500.kovidgoyal.net
|
|
|
|
# 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/libprs500/*.py, struct
|
|
|
|
output: pdf
|
|
target: docs/pdf
|
|
|
|
frames: no
|
|
|
|
# graph
|
|
# The list of graph types that should be automatically included
|
|
# in the output. Graphs are generated using the Graphviz "dot"
|
|
# executable. Graph types include: "classtree", "callgraph",
|
|
# "umlclass". Use "all" to include all graph types
|
|
graph: classtree
|
|
|
|
# css
|
|
# The CSS stylesheet for HTML output. Can be the name of a builtin
|
|
# stylesheet, or the name of a file.
|
|
css: white
|
|
|
|
# link
|
|
# HTML code for the project link in the navigation bar. If left
|
|
# unspecified, the project link will be generated based on the
|
|
# project's name and URL.
|
|
#link: <a href="somewhere">My Cool Project</a>
|
|
|
|
# top
|
|
# The "top" page for the documentation. Can be a URL, the name
|
|
# of a module or class, or one of the special names "trees.html",
|
|
# "indices.html", or "help.html"
|
|
# top: libprs500
|
|
|
|
# verbosity
|
|
# An integer indicating how verbose epydoc should be. The default
|
|
# value is 0; negative values will supress warnings and errors;
|
|
# positive values will give more verbose output.
|
|
#verbosity: 0
|
|
|
|
# separate-classes
|
|
# Whether each class should be listed in its own section when
|
|
# generating LaTeX or PDF output.
|
|
#separate-classes: no
|