mailr4287 - /1.3/specific_fns/jw_mapping.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:05:
Author: bugman
Date: Thu Jan  3 18:04:59 2008
New Revision: 4287

URL: http://svn.gna.org/viewcvs/relax?rev=4287&view=rev
Log:
Set __docformat__ for all jw mapping 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/jw_mapping.py

Modified: 1.3/specific_fns/jw_mapping.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/jw_mapping.py?rev=4287&r1=4286&r2=4287&view=diff
==============================================================================
--- 1.3/specific_fns/jw_mapping.py (original)
+++ 1.3/specific_fns/jw_mapping.py Thu Jan  3 18:04:59 2008
@@ -217,6 +217,7 @@
         
|_______________________________________|______________|______________________________|
 
         """
+        __docformat__ = "plaintext"
 
         # Bond length.
         if param == 'r':
@@ -290,6 +291,7 @@
         
|________________________|______________|__________________________________________________|
 
         """
+        __docformat__ = "plaintext"
 
         # J(0).
         if search('^[Jj]0$', name) or search('[Jj]\(0\)', name):




Related Messages


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