mailr18388 - /branches/frame_order_testing/scons/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 - 15:44:
Author: bugman
Date: Sat Feb  2 15:44:58 2013
New Revision: 18388

URL: http://svn.gna.org/viewcvs/relax?rev=18388&view=rev
Log:
The test_suite.system_tests.scripts package is now excluded from the epydoc 
API documentation.

This is for the API documentation at http://www.nmr-relax.com/api/.  This 
exclusion is necessary as
the test_suite/system_test/scripts directory has been converted into a Python 
package in this branch,
and most of the scripts are not parsable by epydoc.


Modified:
    branches/frame_order_testing/scons/manuals.py

Modified: branches/frame_order_testing/scons/manuals.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/scons/manuals.py?rev=18388&r1=18387&r2=18388&view=diff
==============================================================================
--- branches/frame_order_testing/scons/manuals.py (original)
+++ branches/frame_order_testing/scons/manuals.py Sat Feb  2 15:44:58 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).         
 #
 #                                                                            
 #
@@ -106,7 +106,8 @@
         'minfx.scipy_subset',
         'multi.test_implementation',
         'multi.test_implementation2',
-        'sample_scripts'
+        'sample_scripts',
+        'test_suite.system_tests.scripts'
     ]
 
     # output




Related Messages


Powered by MHonArc, Updated Sat Feb 02 16:00:01 2013