root / epydoc.conf @ 5a9c3f46
History | View | Annotate | Download (446 Bytes)
1 | d128fdb6 | Iustin Pop | [epydoc] |
---|---|---|---|
2 | d128fdb6 | Iustin Pop | |
3 | d128fdb6 | Iustin Pop | name: Ganeti |
4 | d128fdb6 | Iustin Pop | url: http://code.google.com/p/ganeti/ |
5 | d128fdb6 | Iustin Pop | |
6 | d128fdb6 | Iustin Pop | output: html |
7 | d128fdb6 | Iustin Pop | |
8 | d128fdb6 | Iustin Pop | # note: the wildcards means the directories should be cleaned up after each |
9 | d128fdb6 | Iustin Pop | # run, otherwise there will be stale '*c' (compiled) files that will not be |
10 | d128fdb6 | Iustin Pop | # parsable and will break the epydoc run |
11 | d128fdb6 | Iustin Pop | modules: ganeti, scripts/gnt-*, daemons/ganeti-* |
12 | d128fdb6 | Iustin Pop | |
13 | d128fdb6 | Iustin Pop | graph: all |
14 | d128fdb6 | Iustin Pop | |
15 | d128fdb6 | Iustin Pop | |
16 | d128fdb6 | Iustin Pop | simple-term: 1 |
17 | d128fdb6 | Iustin Pop | |
18 | d128fdb6 | Iustin Pop | docformat: epytext |
19 | d128fdb6 | Iustin Pop | |
20 | d128fdb6 | Iustin Pop | imports: yes |
21 | d128fdb6 | Iustin Pop | |
22 | d128fdb6 | Iustin Pop | include-log: no |
23 | a7399f66 | Iustin Pop | |
24 | a7399f66 | Iustin Pop | inheritance: listed |
25 | 16f323ce | Iustin Pop | |
26 | 16f323ce | Iustin Pop | parse: yes |
27 | 16f323ce | Iustin Pop | introspect: no |