The documentation is written in restructured text format. Restructured Text (also reStructuredText or rst) is a simple markup language. Actually it's plain text with only a few style elements. For a full list of restructured text rules and examples see the Quick reStructuredText documentation: http://docutils.sourceforge.net/docs/user/rst/quickref.html Unfortunately, there is no Windows programme to transform rst code directly into html. To see the html result on Windows computers, Python has to be installed first. Then the docutils-0.4.zip must be downloaded from: http://waeup.org/Members/henrik/docutils-0.4/view (1.7 MB) Unzip the file first. The docutils library is installed by executing the 'python install.py' command within the docutils-0.4 directory. Finally the command 'rst2html [rst filename without extension]' will produce the html file which can be seen in any browser. Henrik Bettermann