|
Revision 1297, 371 bytes
(checked in by arj..@yirdis.nl, 2 years ago)
|
Deleted gaphor/misc/action.py.
Added documentation support using epydoc.
epydoc should be installed (not installed as a dependency).
|
| Line | |
|---|
| 1 |
[epydoc] |
|---|
| 2 |
|
|---|
| 3 |
name: Documentation Index |
|---|
| 4 |
url: ./index.html |
|---|
| 5 |
modules: gaphor |
|---|
| 6 |
verbosity: 1 |
|---|
| 7 |
|
|---|
| 8 |
# Extraction |
|---|
| 9 |
docformat: restructuredtext |
|---|
| 10 |
parse: yes |
|---|
| 11 |
introspect: yes |
|---|
| 12 |
#exclude: .*\.tests.* |
|---|
| 13 |
inheritance: listed |
|---|
| 14 |
private: no |
|---|
| 15 |
imports: no |
|---|
| 16 |
include-log: no |
|---|
| 17 |
|
|---|
| 18 |
# HTML output |
|---|
| 19 |
output: html |
|---|
| 20 |
target: doc/html/ |
|---|
| 21 |
#css: doc/style/epydoc.css |
|---|
| 22 |
top: gaphor |
|---|
| 23 |
frames: no |
|---|
| 24 |
sourcecode: no |
|---|
| 25 |
|
|---|