mailr14352 - in /1.3: data/exp_info.py generic_fns/exp_info.py generic_fns/relax_data.py


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

Header


Content

Posted by edward on August 11, 2011 - 15:19:
Author: bugman
Date: Thu Aug 11 15:19:42 2011
New Revision: 14352

URL: http://svn.gna.org/viewcvs/relax?rev=14352&view=rev
Log:
A number of epydoc docstring fixes.


Modified:
    1.3/data/exp_info.py
    1.3/generic_fns/exp_info.py
    1.3/generic_fns/relax_data.py

Modified: 1.3/data/exp_info.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/exp_info.py?rev=14352&r1=14351&r2=14352&view=diff
==============================================================================
--- 1.3/data/exp_info.py (original)
+++ 1.3/data/exp_info.py Thu Aug 11 15:19:42 2011
@@ -159,8 +159,8 @@
     def setup_thiol(self, state):
         """Set up the thiol state of the system.
 
-        @param thiol_state:     The thiol state of the molecule.
-        @type thiol_state:      str
+        @param state:   The thiol state of the molecule.
+        @type state:    str
         """
 
         # Check.

Modified: 1.3/generic_fns/exp_info.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/exp_info.py?rev=14352&r1=14351&r2=14352&view=diff
==============================================================================
--- 1.3/generic_fns/exp_info.py (original)
+++ 1.3/generic_fns/exp_info.py Thu Aug 11 15:19:42 2011
@@ -290,7 +290,7 @@
     @keyword vendor_name:   The name of the company or person behind the 
program.
     @type vendor_name:      str
     @keyword cite_ids:      The citation ID numbers.
-    @type cite:_ids         None or str
+    @type cite_ids:         None or str
     @keyword tasks:         The tasks performed by the program.
     @type tasks:            list of str
     """

Modified: 1.3/generic_fns/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/relax_data.py?rev=14352&r1=14351&r2=14352&view=diff
==============================================================================
--- 1.3/generic_fns/relax_data.py (original)
+++ 1.3/generic_fns/relax_data.py Thu Aug 11 15:19:42 2011
@@ -368,7 +368,7 @@
     @keyword pipe_to:   The data pipe to copy the relaxation data to.  This 
defaults to the current data pipe.
     @type pipe_to:      str
     @param ri_id:       The relaxation data ID string.
-    @type ri_label:     str
+    @type ri_id:        str
     """
 
     # Defaults.
@@ -931,7 +931,7 @@
     """Write relaxation data to a file.
 
     @keyword ri_id: The relaxation data ID string.
-    @type ri_label: str
+    @type ri_id:    str
     @keyword file:  The name of the file to create.
     @type file:     str
     @keyword dir:   The directory to write to.




Related Messages


Powered by MHonArc, Updated Thu Aug 11 16:00:02 2011