source: ZMS/trunk/doc/epydoc.conf @ 121

Revision 121, 1.4 KB checked in by chris, 4 years ago (diff)

Initial import zms-2.11.0-325

Line 
1[epydoc] # Epydoc section marker (required by ConfigParser)
2
3# Information about the project.
4name: ZMS Zope-based content management system for science, technology and medicine.
5url: http://www.zms-publishing.com
6
7# The list of modules to document.  Modules can be named using
8# dotted names, module filenames, or package directory names.
9# This option may be repeated.
10modules: ../zms.py, ../zmsobject.py, ../zmscontainerobject.py, ../zmssqldb.py, ../_blobfields.py, ../ZMSGlobals.py, , ../IZMSFormatProvider.py, ../IZMSMetamodelProvider.py, ../ZMSMetadictManager.py
11
12# Write html output to the directory "apidocs"
13output: html
14target: epydoc/
15
16# An integer indicating how verbose epydoc should be.  The default
17# value is 0; negative values will supress warnings and errors;
18# positive values will give more verbose output.
19verbosity: 5
20
21# Whether or not to inclue private variables.  (Even if included,
22# private variables will be hidden by default.)
23private: no
24
25# Whether or not to list each module's imports.
26imports: no
27
28# Whether or not to include syntax highlighted source code in
29# the output (HTML only).
30sourcecode: no
31
32# Whether or not to includea a page with Epydoc log, containing
33# effective option at the time of generation and the reported logs.
34include-log: no
35
36# Whether or not to include a frames-based table of contents.
37frames: yes
Note: See TracBrowser for help on using the repository browser.