mailr4286 - /1.3/specific_fns/model_free/model_free.py


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

Header


Content

Posted by edward on January 03, 2008 - 18:03:
Author: bugman
Date: Thu Jan  3 18:03:57 2008
New Revision: 4286

URL: http://svn.gna.org/viewcvs/relax?rev=4286&view=rev
Log:
Set __docformat__ for all model-free docstrings which are appended to the 
user function docstrings.

The line added at the end of the docstring was:
__docformat__ = "plaintext"


Modified:
    1.3/specific_fns/model_free/model_free.py

Modified: 1.3/specific_fns/model_free/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/model_free.py?rev=4286&r1=4285&r2=4286&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/model_free.py (original)
+++ 1.3/specific_fns/model_free/model_free.py Thu Jan  3 18:03:57 2008
@@ -937,6 +937,7 @@
         
|_______________________________________|____________________|________________________|
 
         """
+        __docformat__ = "plaintext"
 
         # Local tm.
         if param == 'local_tm':
@@ -1411,6 +1412,7 @@
         example, to eliminate models which have a local tm value greater 
than 25 ns and models with
         internal correlation times greater than 1.5 times tm, set 'args' to 
(25 * 1e-9, 1.5).
         """
+        __docformat__ = "plaintext"
 
         # Default values.
         c1 = 50.0 * 1e-9
@@ -3619,6 +3621,7 @@
         
|________________________|______________|__________________________________________________|
 
         """
+        __docformat__ = "plaintext"
 
         # Local tm.
         if search('[Ll]ocal[ -_]tm', name):
@@ -4051,6 +4054,7 @@
             pi is in the namespace of relax, ie just type 'pi'.
             frequency is the proton frequency corresponding to the data.
         """
+        __docformat__ = "plaintext"
 
 
     def set_error(self, run, instance, index, error):
@@ -5271,6 +5275,8 @@
         |                |             | gradient starts at 'yellow' and 
finishes at 'red'.        |
         
|________________|_____________|___________________________________________________________|
         """
+        __docformat__ = "plaintext"
+
 
         # Generate the macro header.
         ############################




Related Messages


Powered by MHonArc, Updated Thu Jan 03 18:20:13 2008