/[thuban]/branches/WIP-pyshapelib-bramz/Doc/README
ViewVC logotype

Contents of /branches/WIP-pyshapelib-bramz/Doc/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2728 - (show annotations)
Tue Feb 20 10:51:07 2007 UTC (18 years ago) by bernhard
Original Path: trunk/thuban/Doc/README
File size: 1046 byte(s)
* Doc/README: fixed a typo.

* Doc/technotes/release_process.txt: Updated. Reference platform
is Debian Etch now. If windows, it should be window XP.
Marked a few entries in the instructions as "Old:".

* README: Bumped requirements to wxWidgets 2.6.3.2 and gdal 1.3.2.. 
Added urls for homepage and infrastructure on wald. Fixed a typo.

* MANIFEST.in: Added subdir packaging which should be in the tarball.

* NEWS: Completed changes from 1.1.0 until today as gathered from
the Changelog entries. Added small section about OGR known problems
because we do not have a release-notes file so far.

1 $Id$
2
3 Currently, there is no explicit document on the implementation
4 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:
10
11 pydoc coming with Python can be quite useful as a class browser.
12 If you want to use it on Thuban, you need to give it the right
13 paths so you can browse all of it.
14
15 e.g. , the following starts pydoc as webbrowser on localhost:1234/
16 cd thuban
17 PYTHONPATH=./Lib:./test/ pydoc -p 1234
18
19 A brief look into other documentation tools
20 resulted in that the the best overview about them was coming with
21 epydoc at:
22 http://epydoc.sourceforge.net/relatedprojects.html
23
24 epydoc seems to be very solid, because the author did a lot
25 of reseach and decided for a very simple markup language.
26 It might be surpassed one day by docutils which use the more
27 complicated reStructured text as markup.
28
29 As nice side contender is happydoc, because it does not import
30 the python modules.

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26