mailr18390 - in /trunk/scons: __init__.py distrib.py install.py manuals.py


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

Header


Content

Posted by edward on February 02, 2013 - 16:00:
Author: bugman
Date: Sat Feb  2 16:00:37 2013
New Revision: 18390

URL: http://svn.gna.org/viewcvs/relax?rev=18390&view=rev
Log:
Module and package docstrings additions/improvements for the SCons scripts.


Modified:
    trunk/scons/__init__.py
    trunk/scons/distrib.py
    trunk/scons/install.py
    trunk/scons/manuals.py

Modified: trunk/scons/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/scons/__init__.py?rev=18390&r1=18389&r2=18390&view=diff
==============================================================================
--- trunk/scons/__init__.py (original)
+++ trunk/scons/__init__.py Sat Feb  2 16:00:37 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,7 @@
 #                                                                            
 #
 
###############################################################################
 
+# Module docstring.
+"""SCons build target package."""
 
 __all__ = [ 'manuals' ]

Modified: trunk/scons/distrib.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/scons/distrib.py?rev=18390&r1=18389&r2=18390&view=diff
==============================================================================
--- trunk/scons/distrib.py (original)
+++ trunk/scons/distrib.py Sat Feb  2 16:00:37 2013
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2006-2012 Edward d'Auvergne                                  
 #
+# Copyright (C) 2006-2013 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -19,8 +19,10 @@
 #                                                                            
 #
 
###############################################################################
 
+# Module docstring.
+"""SCons targets for building the relax distribution packages."""
 
-# Import statements.
+# Python module imports.
 from os import getcwd, path, sep, system, waitpid, walk
 from re import search
 from subprocess import PIPE, Popen

Modified: trunk/scons/install.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/scons/install.py?rev=18390&r1=18389&r2=18390&view=diff
==============================================================================
--- trunk/scons/install.py (original)
+++ trunk/scons/install.py Sat Feb  2 16:00:37 2013
@@ -4,7 +4,7 @@
 
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2006-2012 Edward d'Auvergne                                  
 #
+# Copyright (C) 2006-2013 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -23,8 +23,10 @@
 #                                                                            
 #
 
###############################################################################
 
+# Module docstring.
+"""SCons targets for installing relax."""
 
-# Import statements.
+# Python module imports.
 from os import F_OK, access, getcwd, path, remove, rmdir, sep, system, walk
 from shutil import copytree
 import sys

Modified: trunk/scons/manuals.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/scons/manuals.py?rev=18390&r1=18389&r2=18390&view=diff
==============================================================================
--- trunk/scons/manuals.py (original)
+++ trunk/scons/manuals.py Sat Feb  2 16:00:37 2013
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2006-2012 Edward d'Auvergne                                  
 #
+# Copyright (C) 2006-2013 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #




Related Messages


Powered by MHonArc, Updated Sat Feb 02 16:20:02 2013