mailr21150 - in /trunk/pipe_control: mol_res_spin.py spectrum.py


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

Header


Content

Posted by edward on October 17, 2013 - 09:05:
Author: bugman
Date: Thu Oct 17 09:05:49 2013
New Revision: 21150

URL: http://svn.gna.org/viewcvs/relax?rev=21150&view=rev
Log:
Epydoc docstring formatting fixes.


Modified:
    trunk/pipe_control/mol_res_spin.py
    trunk/pipe_control/spectrum.py

Modified: trunk/pipe_control/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/mol_res_spin.py?rev=21150&r1=21149&r2=21150&view=diff
==============================================================================
--- trunk/pipe_control/mol_res_spin.py (original)
+++ trunk/pipe_control/mol_res_spin.py Thu Oct 17 09:05:49 2013
@@ -185,7 +185,7 @@
 def check_mol_res_spin_data():
     """Check for the presence of molecule, residue, and spin data.
 
-    @raises:    RelaxNoSequenceError if no data is present.
+    @raises RelaxNoSequenceError:   If no data is present.
     """
 
     # Check that the spectrum ID structure exists.

Modified: trunk/pipe_control/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/spectrum.py?rev=21150&r1=21149&r2=21150&view=diff
==============================================================================
--- trunk/pipe_control/spectrum.py (original)
+++ trunk/pipe_control/spectrum.py Thu Oct 17 09:05:49 2013
@@ -282,9 +282,9 @@
 def check_spectrum_id(id):
     """Check that the give spectrum ID exists.
 
-    @param id:  The spectrum ID to check for.
-    @type id:   str
-    @raises:    RelaxNoSpectraError if the ID does not exist.
+    @param id:                      The spectrum ID to check for.
+    @type id:                       str
+    @raises RelaxNoSpectraError:    If the ID does not exist.
     """
 
     # Check that the spectrum ID structure exists.




Related Messages


Powered by MHonArc, Updated Thu Oct 17 09:20:02 2013