mailr5205 - /1.3/maths_fns/__init__.py


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

Header


Content

Posted by edward on March 23, 2008 - 16:55:
Author: bugman
Date: Sun Mar 23 16:55:34 2008
New Revision: 5205

URL: http://svn.gna.org/viewcvs/relax?rev=5205&view=rev
Log:
Added a package docstring for the maths_fns package.


Modified:
    1.3/maths_fns/__init__.py

Modified: 1.3/maths_fns/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/__init__.py?rev=5205&r1=5204&r2=5205&view=diff
==============================================================================
--- 1.3/maths_fns/__init__.py (original)
+++ 1.3/maths_fns/__init__.py Sun Mar 23 16:55:34 2008
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2003-2005 Edward d'Auvergne                                  
 #
+# Copyright (C) 2003-2005, 2008 Edward d'Auvergne                            
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -20,6 +20,9 @@
 #                                                                            
 #
 
###############################################################################
 
+# Package docstring.
+"""Package containing all of relax's number crunching code."""
+
 
 __all__ = [ 'chi2',
             'correlation_time',




Related Messages


Powered by MHonArc, Updated Sun Mar 23 17:20:16 2008