mailr16591 - /branches/uf_redesign/user_functions/value.py


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

Header


Content

Posted by edward on June 01, 2012 - 15:25:
Author: bugman
Date: Fri Jun  1 15:25:01 2012
New Revision: 16591

URL: http://svn.gna.org/viewcvs/relax?rev=16591&view=rev
Log:
Shifted the prompt examples to the end of the description for the 
value.display user function.


Modified:
    branches/uf_redesign/user_functions/value.py

Modified: branches/uf_redesign/user_functions/value.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/value.py?rev=16591&r1=16590&r2=16591&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/value.py (original)
+++ branches/uf_redesign/user_functions/value.py Fri Jun  1 15:25:01 2012
@@ -83,9 +83,6 @@
 uf.desc.append(Desc_container())
 uf.desc[-1].add_paragraph("If this is used to change values of previously 
minimised parameters, then the minimisation statistics (chi-squared value, 
iteration count, function count, gradient count, and Hessian count) will be 
reset.")
 # Prompt examples.
-uf.desc.append(Desc_container("Prompt examples"))
-uf.desc[-1].add_paragraph("To copy the CSA values from the data pipe 'm1' to 
'm2', type:")
-uf.desc[-1].add_prompt("relax> value.copy('m1', 'm2', 'csa')")
 uf.desc.append(regexp_doc)
 uf.desc.append(Model_free.set_doc)
 uf.desc.append(Model_free.return_data_name_doc)
@@ -95,6 +92,9 @@
 uf.desc.append(Relax_fit.return_data_name_doc)
 uf.desc.append(N_state_model.set_doc)
 uf.desc.append(N_state_model.return_data_name_doc)
+uf.desc.append(Desc_container("Prompt examples"))
+uf.desc[-1].add_paragraph("To copy the CSA values from the data pipe 'm1' to 
'm2', type:")
+uf.desc[-1].add_prompt("relax> value.copy('m1', 'm2', 'csa')")
 uf.backend = value.copy
 uf.menu_text = "&copy"
 uf.gui_icon = "oxygen.actions.list-add"




Related Messages


Powered by MHonArc, Updated Fri Jun 01 16:00:02 2012