mailr12854 - /1.3/docs/latex/fetch_docstrings.py


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

Header


Content

Posted by edward on June 03, 2011 - 18:34:
Author: bugman
Date: Fri Jun  3 18:34:07 2011
New Revision: 12854

URL: http://svn.gna.org/viewcvs/relax?rev=12854&view=rev
Log:
Removed Scientific python and Numeric from the blacklisted modules.

This is for the docstring fetching script to generate the user function 
section of the user manual.


Modified:
    1.3/docs/latex/fetch_docstrings.py

Modified: 1.3/docs/latex/fetch_docstrings.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/docs/latex/fetch_docstrings.py?rev=12854&r1=12853&r2=12854&view=diff
==============================================================================
--- 1.3/docs/latex/fetch_docstrings.py (original)
+++ 1.3/docs/latex/fetch_docstrings.py Fri Jun  3 18:34:07 2011
@@ -136,8 +136,6 @@
         self.blacklist = []
 
         # Skip these.
-        self.blacklist.append('Numeric')
-        self.blacklist.append('Scientific')
         self.blacklist.append('pi')
         self.blacklist.append('script')
 




Related Messages


Powered by MHonArc, Updated Fri Jun 03 18:40:02 2011