1 |
$Id$ |
$Id$ |
2 |
|
|
3 |
Currently, there is no explicit document on the implementation |
Currently, there is no explicit document on the implementation |
4 |
details. But you can generate class and method description |
details but a UML description of the Model Module: |
5 |
|
ThubanModul.xmi |
6 |
|
You can edit this file with Umbrello. |
7 |
|
|
8 |
|
Furthermore, you can generate class and method description |
9 |
automatically from the source code: |
automatically from the source code: |
10 |
|
|
11 |
pydoc coming with Python can be quite useful as a class browser. |
pydoc coming with Python can be quite useful as a class browser. |
23 |
|
|
24 |
epydoc seems to be very solid, because the author did a lot |
epydoc seems to be very solid, because the author did a lot |
25 |
of reseach and decided for a very simple markup language. |
of reseach and decided for a very simple markup language. |
26 |
It might be surpased one day by docutils which use the more |
It might be surpassed one day by docutils which use the more |
27 |
complicated reStructured text as markup. |
complicated reStructured text as markup. |
28 |
|
|
29 |
As nice side contender is happydoc, because it does not import |
As nice side contender is happydoc, because it does not import |