diff --git a/doc/index-revpimodio2.html b/doc/index-revpimodio2.html
index d5e3960..421e8fa 100644
--- a/doc/index-revpimodio2.html
+++ b/doc/index-revpimodio2.html
@@ -23,6 +23,9 @@ fuehrt das Modul bei Datenaenderung aus.
Modules
+| revpimodio2 |
+Stellt alle Klassen fuer den RevolutionPi zur Verfuegung. |
+
| app |
Bildet die App Sektion von piCtory ab. |
diff --git a/doc/revpimodio2.__init__.html b/doc/revpimodio2.__init__.html
index bbc660a..a4e3fc4 100644
--- a/doc/revpimodio2.__init__.html
+++ b/doc/revpimodio2.__init__.html
@@ -25,46 +25,35 @@ Global Attributes
Classes
Functions
-| None |
+
+| consttostr |
+Gibt fuer Konstanten zurueck. |
+
-
-IOType
+
+consttostr
+consttostr(value)
-IO Typen.
-
-
-Derived from
-object
-
-Class Attributes
-
-
-Class Methods
-
-
-Methods
-
-
-Static Methods
-
-
+Gibt fuer Konstanten zurueck.
+
+ Diese Funktion ist erforderlich, da enum in Python 3.2 nicht existiert.
+
+- value
+-
+Konstantenwert
+
+
+- Returns:
+-
+ Name der Konstanten
+
+