mailr13547 - /branches/gui_testing/generic_fns/minimise.py


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

Header


Content

Posted by edward on July 08, 2011 - 16:16:
Author: bugman
Date: Fri Jul  8 16:16:13 2011
New Revision: 13547

URL: http://svn.gna.org/viewcvs/relax?rev=13547&view=rev
Log:
Converted the minimisation documentation used in the user functions to the 
new system.


Modified:
    branches/gui_testing/generic_fns/minimise.py

Modified: branches/gui_testing/generic_fns/minimise.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/generic_fns/minimise.py?rev=13547&r1=13546&r2=13547&view=diff
==============================================================================
--- branches/gui_testing/generic_fns/minimise.py (original)
+++ branches/gui_testing/generic_fns/minimise.py Fri Jul  8 16:16:13 2011
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2003-2005, 2007-2009 Edward d'Auvergne                       
 #
+# Copyright (C) 2003-2011 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -280,10 +280,7 @@
     return 1.0
 
 
-return_data_name_doc = """
-        Minimisation statistic data type string matching patterns
-        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
+return_data_name_doc = ["Minimisation statistic data type string matching 
patterns", """
         
____________________________________________________________________________________________
         |                        |              |                            
                      |
         | Data type              | Object name  | Patterns                   
                      |
@@ -299,8 +296,7 @@
         |                        |              |                            
                      |
         | Hessian call count     | 'h_count'    | '^[Hh].*[ -_][Cc]ount'     
                      |
         
|________________________|______________|__________________________________________________|
-
-"""
+"""]
 
 def return_data_name(name):
     """Return a unique identifying string for the minimisation parameter.




Related Messages


Powered by MHonArc, Updated Fri Jul 08 16:40:03 2011