mailr18399 - in /branches/frame_order_testing: ./ docs/latex/ generic_fns/ specific_fns/


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

Header


Content

Posted by edward on February 02, 2013 - 17:24:
Author: bugman
Date: Sat Feb  2 17:24:58 2013
New Revision: 18399

URL: http://svn.gna.org/viewcvs/relax?rev=18399&view=rev
Log:
Merged revisions 18395-18397 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/trunk

........
  r18395 | bugman | 2013-02-02 17:09:30 +0100 (Sat, 02 Feb 2013) | 3 lines
  
  Addition of the generic_fns package docstring.
........
  r18396 | bugman | 2013-02-02 17:09:39 +0100 (Sat, 02 Feb 2013) | 3 lines
  
  Whitespace cleanup.
........
  r18397 | bugman | 2013-02-02 17:15:44 +0100 (Sat, 02 Feb 2013) | 3 lines
  
  Docstring additions.
........

Modified:
    branches/frame_order_testing/   (props changed)
    branches/frame_order_testing/docs/latex/__init__.py
    branches/frame_order_testing/docs/latex/fetch_docstrings.py
    branches/frame_order_testing/generic_fns/__init__.py
    branches/frame_order_testing/specific_fns/__init__.py

Propchange: branches/frame_order_testing/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Sat Feb  2 17:24:58 2013
@@ -1,1 +1,1 @@
-/trunk:1-18393
+/trunk:1-18397

Modified: branches/frame_order_testing/docs/latex/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/docs/latex/__init__.py?rev=18399&r1=18398&r2=18399&view=diff
==============================================================================
--- branches/frame_order_testing/docs/latex/__init__.py (original)
+++ branches/frame_order_testing/docs/latex/__init__.py Sat Feb  2 17:24:58 
2013
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2006 Edward d'Auvergne                                       
 #
+# Copyright (C) 2006-2013 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -19,5 +19,8 @@
 #                                                                            
 #
 
###############################################################################
 
+# Package docstring.
+"""The directory of LaTeX files for building the relax manual."""
 
+# The list of all package modules.
 __all__ = [ 'fetch_docstrings' ]

Modified: branches/frame_order_testing/docs/latex/fetch_docstrings.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/docs/latex/fetch_docstrings.py?rev=18399&r1=18398&r2=18399&view=diff
==============================================================================
--- branches/frame_order_testing/docs/latex/fetch_docstrings.py (original)
+++ branches/frame_order_testing/docs/latex/fetch_docstrings.py Sat Feb  2 
17:24:58 2013
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2005-2012 Edward d'Auvergne                                  
 #
+# Copyright (C) 2005-2013 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -18,6 +18,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.      
 #
 #                                                                            
 #
 
###############################################################################
+
+# Module docstring.
+"""User function definition conversion to LaTeX for the relax manual."""
 
 # Python module imports.
 from re import search

Modified: branches/frame_order_testing/generic_fns/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/generic_fns/__init__.py?rev=18399&r1=18398&r2=18399&view=diff
==============================================================================
--- branches/frame_order_testing/generic_fns/__init__.py (original)
+++ branches/frame_order_testing/generic_fns/__init__.py Sat Feb  2 17:24:58 
2013
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2004-2012 Edward d'Auvergne                                  
 #
+# Copyright (C) 2004-2013 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -19,7 +19,10 @@
 #                                                                            
 #
 
###############################################################################
 
+# Package docstring.
+"""Package of analysis independent code."""
 
+# The available modules.
 __all__ = [ 'align_tensor',
             'angles',
             'bmrb',

Modified: branches/frame_order_testing/specific_fns/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/__init__.py?rev=18399&r1=18398&r2=18399&view=diff
==============================================================================
--- branches/frame_order_testing/specific_fns/__init__.py (original)
+++ branches/frame_order_testing/specific_fns/__init__.py Sat Feb  2 17:24:58 
2013
@@ -22,7 +22,6 @@
 # Package docstring.
 """Package of analysis specific code."""
 
-
 # The available modules.
 __all__ = [ 'api_base',
             'api_common',




Related Messages


Powered by MHonArc, Updated Sat Feb 02 17:40:01 2013