| 1 | [epydoc] # Epydoc section marker (required by ConfigParser)
|
|---|
| 2 |
|
|---|
| 3 | # Information about the project.
|
|---|
| 4 | name: ZMS Zope-based content management system for science, technology and medicine.
|
|---|
| 5 | url: 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.
|
|---|
| 10 | modules: ../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"
|
|---|
| 13 | output: html
|
|---|
| 14 | target: 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.
|
|---|
| 19 | verbosity: 5
|
|---|
| 20 |
|
|---|
| 21 | # Whether or not to inclue private variables. (Even if included,
|
|---|
| 22 | # private variables will be hidden by default.)
|
|---|
| 23 | private: no
|
|---|
| 24 |
|
|---|
| 25 | # Whether or not to list each module's imports.
|
|---|
| 26 | imports: no
|
|---|
| 27 |
|
|---|
| 28 | # Whether or not to include syntax highlighted source code in
|
|---|
| 29 | # the output (HTML only).
|
|---|
| 30 | sourcecode: 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.
|
|---|
| 34 | include-log: no
|
|---|
| 35 |
|
|---|
| 36 | # Whether or not to include a frames-based table of contents.
|
|---|
| 37 | frames: yes
|
|---|