mailr13558 - in /branches/gui_testing/prompt: pipe.py relax_data.py residue.py sequence.py


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

Header


Content

Posted by edward on July 12, 2011 - 16:07:
Author: bugman
Date: Tue Jul 12 16:07:11 2011
New Revision: 13558

URL: http://svn.gna.org/viewcvs/relax?rev=13558&view=rev
Log:
Leading whitespace fixes for some comments.


Modified:
    branches/gui_testing/prompt/pipe.py
    branches/gui_testing/prompt/relax_data.py
    branches/gui_testing/prompt/residue.py
    branches/gui_testing/prompt/sequence.py

Modified: branches/gui_testing/prompt/pipe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/prompt/pipe.py?rev=13558&r1=13557&r2=13558&view=diff
==============================================================================
--- branches/gui_testing/prompt/pipe.py (original)
+++ branches/gui_testing/prompt/pipe.py Tue Jul 12 16:07:11 2011
@@ -126,7 +126,7 @@
         # Execute the functional code.
         pipes.current()
 
-     # The function doc info.
+    # The function doc info.
     current._doc_title = "Print the name of the current data pipe."
     current._doc_title_short = "Current data pipe printing."
     current._doc_examples = """

Modified: branches/gui_testing/prompt/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/prompt/relax_data.py?rev=13558&r1=13557&r2=13558&view=diff
==============================================================================
--- branches/gui_testing/prompt/relax_data.py (original)
+++ branches/gui_testing/prompt/relax_data.py Tue Jul 12 16:07:11 2011
@@ -86,7 +86,7 @@
         # Execute the functional code.
         relax_data.copy(pipe_from=pipe_from, pipe_to=pipe_to, ri_id=ri_id)
 
-     # The function doc info.
+    # The function doc info.
     copy._doc_title = "Copy relaxation data from one pipe to another."
     copy._doc_title_short = "Relaxation data copying."
     copy._doc_args = [
@@ -127,7 +127,7 @@
         # Execute the functional code.
         relax_data.delete(ri_id=ri_id)
 
-     # The function doc info.
+    # The function doc info.
     delete._doc_title = "Delete the data corresponding to the relaxation 
data ID string."
     delete._doc_title_short = "Relaxation data deletion."
     delete._doc_args = [
@@ -307,7 +307,7 @@
         # Execute the functional code.
         relax_data.temp_calibration(ri_id=ri_id, method=method)
 
-     # The function doc info.
+    # The function doc info.
     temp_calibration._doc_title = "Specify the temperature calibration 
method used."
     temp_calibration._doc_title_short = "Setting temperature calibration 
method."
     temp_calibration._doc_args = [

Modified: branches/gui_testing/prompt/residue.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/prompt/residue.py?rev=13558&r1=13557&r2=13558&view=diff
==============================================================================
--- branches/gui_testing/prompt/residue.py (original)
+++ branches/gui_testing/prompt/residue.py Tue Jul 12 16:07:11 2011
@@ -183,7 +183,7 @@
         # Execute the functional code.
         name_residue(res_id=res_id, name=name, force=force)
 
-     # The function doc info.
+    # The function doc info.
     name._doc_title = "Name the residues."
     name._doc_title_short = "Residue naming."
     name._doc_args = [

Modified: branches/gui_testing/prompt/sequence.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/prompt/sequence.py?rev=13558&r1=13557&r2=13558&view=diff
==============================================================================
--- branches/gui_testing/prompt/sequence.py (original)
+++ branches/gui_testing/prompt/sequence.py Tue Jul 12 16:07:11 2011
@@ -53,7 +53,7 @@
         # Execute the functional code.
         sequence.copy(pipe_from=pipe_from, pipe_to=pipe_to)
 
-     # The function doc info.
+    # The function doc info.
     copy._doc_title = "Copy the molecule, residue, and spin sequence data 
from one data pipe to another."
     copy._doc_title_short = "Sequence data copying."
     copy._doc_args = [




Related Messages


Powered by MHonArc, Updated Tue Jul 12 17:20:02 2011