mailr18397 - in /trunk/docs/latex: __init__.py fetch_docstrings.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 - 17:15:
Author: bugman
Date: Sat Feb  2 17:15:44 2013
New Revision: 18397

URL: http://svn.gna.org/viewcvs/relax?rev=18397&view=rev
Log:
Docstring additions.


Modified:
    trunk/docs/latex/__init__.py
    trunk/docs/latex/fetch_docstrings.py

Modified: trunk/docs/latex/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/latex/__init__.py?rev=18397&r1=18396&r2=18397&view=diff
==============================================================================
--- trunk/docs/latex/__init__.py (original)
+++ trunk/docs/latex/__init__.py Sat Feb  2 17:15:44 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: trunk/docs/latex/fetch_docstrings.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/latex/fetch_docstrings.py?rev=18397&r1=18396&r2=18397&view=diff
==============================================================================
--- trunk/docs/latex/fetch_docstrings.py (original)
+++ trunk/docs/latex/fetch_docstrings.py Sat Feb  2 17:15:44 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




Related Messages


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