make our API docstrings more epydoc friendly
[htsworkflow.git] / htsworkflow / pipelines / ipar.py
index 3d90868910a37d16d4b9b7f70a042294553f0485..9113d6f1717fd6fd2d27fe9c2bd1e848766f2b5d 100644 (file)
@@ -1,11 +1,15 @@
 """
 Extract information about the IPAR run
 
-IPAR - class holding the properties we found
-IPAR - IPAR factory function initalized from a directory name
-fromxml - IPAR factory function initalized from an xml dump from
-          the IPAR object.
+IPAR 
+    class holding the properties we found
+ipar
+    IPAR factory function initalized from a directory name
+fromxml
+    IPAR factory function initalized from an xml dump from
+    the IPAR object.
 """
+__docformat__ = "restructuredtext en"
 
 import datetime
 import logging