mailr6407 - /1.3/generic_fns/xml_data_pipe.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 22, 2008 - 16:23:
Author: bugman
Date: Sun Jun 22 16:23:58 2008
New Revision: 6407

URL: http://svn.gna.org/viewcvs/relax?rev=6407&view=rev
Log:
Updates to many docstrings.


Modified:
    1.3/generic_fns/xml_data_pipe.py

Modified: 1.3/generic_fns/xml_data_pipe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/xml_data_pipe.py?rev=6407&r1=6406&r2=6407&view=diff
==============================================================================
--- 1.3/generic_fns/xml_data_pipe.py (original)
+++ 1.3/generic_fns/xml_data_pipe.py Sun Jun 22 16:23:58 2008
@@ -34,7 +34,7 @@
 
 
 def create_diff_elem(doc, elem):
-    """Create an element for the diffusion tensor.
+    """Create an XML element for the diffusion tensor.
 
     @param doc:     The XML document object.
     @type doc:      xml.dom.minidom.Document instance
@@ -55,7 +55,7 @@
 
 
 def create_hybrid_elem(doc, elem):
-    """Create an element for the data pipe hybridisation information.
+    """Create an XML element for the data pipe hybridisation information.
 
     @param doc:     The XML document object.
     @type doc:      xml.dom.minidom.Document instance
@@ -80,7 +80,7 @@
 
 
 def create_pipe_elem(doc, elem):
-    """Create an element for the data pipe, and add data pipe info as 
attributes.
+    """Create an XML element for the data pipe, and add data pipe info as 
attributes.
 
     @param doc:     The XML document object.
     @type doc:      xml.dom.minidom.Document instance
@@ -104,7 +104,7 @@
 
 
 def create_str_elem(doc, elem):
-    """Create an element for the structural information.
+    """Create an XML element for the structural information.
 
     @param doc:     The XML document object.
     @type doc:      xml.dom.minidom.Document instance
@@ -122,7 +122,7 @@
 
 
 def create_top_level(doc):
-    """Create the top level element including all the information needed 
about relax.
+    """Create the top level XML element including all the information needed 
about relax.
  
     @param doc:     The XML document object.
     @type doc:      xml.dom.minidom.Document instance
@@ -144,7 +144,7 @@
 
 
 def fill_object_contents(doc, elem, object=None, blacklist=None):
-    """Place all simple python objects into the element namespace.
+    """Place all simple python objects into the XML element namespace.
 
     @param doc:         The XML document object.
     @type doc:          xml.dom.minidom.Document instance




Related Messages


Powered by MHonArc, Updated Sun Jun 22 16:40:14 2008