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):


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to