- more documentation updates
- added logo
diff --git a/documentation/pyparallel.rst b/documentation/pyparallel.rst
index 36611a9..b7bab7d 100644
--- a/documentation/pyparallel.rst
+++ b/documentation/pyparallel.rst
@@ -12,7 +12,7 @@
 
 This module is still under development. But it may be useful for developers.
 
-  (C) 2001-2003 Chris Liechti <cliechti@gmx.net>
+Copyright (C) 2001-2003 Chris Liechti <cliechti(at)gmx.net>
 
 Here is the `project page on SourceForge`_ and here is the `SVN repository`_.
 
@@ -26,11 +26,13 @@
 * port numbering starts at zero, no need to know the port name in the user program
 * port string (device name) can be specified if access through numbering is inappropriate
 
+
 Requirements
 ------------
 * Python 2.2 or newer
 * "Java Communications" (JavaComm) extension for Java/Jython
 
+
 Installation
 ------------
 Extract files from the archive, open a shell/console in that directory and let
@@ -39,7 +41,7 @@
 The files get installed in the "Lib/site-packages" directory in newer Python versions.
 
 The windows version needs a compiled extension and the giveio.sys driver for
-Windows NT/2k/XP. The extension module can be compiled with distutils with
+Windows NT/2k/XP. The extension module can be compiled with Distutils with
 either MSVC or GCC/mingw32.
 
 It is released under a free software license, see LICENSE.txt for more details.
@@ -53,12 +55,14 @@
     >>> p = parallel.Parallel()     # open LPT1
     >>> p.setData(0x55)
 
+
 Examples
 --------
 Please look in the SVN Repository. There is an example directory where you can
 find a simple terminal and more.
 http://pyserial.svn.sourceforge.net/viewvc/pyserial/trunk/pyparallel/examples/
 
+
 API
 ===
 
@@ -110,6 +114,7 @@
 
         Read level of "busy" line.
 
+
 .. module:: parallel.parallelutil
 
 .. class:: BitaccessMeta
@@ -128,7 +133,8 @@
 ====
 References
 ----------
-* Python: http://www.python.org/|http://www.python.org
-* Jython: http://www.jython.org/|http://www.jython.org
-* Java@IBM http://www-106.ibm.com/developerworks/java/jdk/ (JavaComm links are on the download page for the respective platform jdk)
-* Java@SUN http://java.sun.com/products/
+* Python: http://www.python.org/
+* Jython: http://www.jython.org/
+* Java@IBM: http://www-106.ibm.com/developerworks/java/jdk/ (JavaComm links are
+  on the download page for the respective platform JDK)
+* Java@SUN: http://java.sun.com/products/