[Numpy-svn] r5388 - trunk/numpy/doc/reference

numpy-svn at scipy.org numpy-svn at scipy.org
Thu Jul 10 14:26:46 EDT 2008


Author: stefan
Date: 2008-07-10 13:26:29 -0500 (Thu, 10 Jul 2008)
New Revision: 5388

Modified:
   trunk/numpy/doc/reference/__init__.py
Log:
Sort numpy.doc names.


Modified: trunk/numpy/doc/reference/__init__.py
===================================================================
--- trunk/numpy/doc/reference/__init__.py	2008-07-10 17:43:25 UTC (rev 5387)
+++ trunk/numpy/doc/reference/__init__.py	2008-07-10 18:26:29 UTC (rev 5388)
@@ -4,6 +4,7 @@
 
 __all__ = [f[:-3] for f in os.listdir(ref_dir) if f.endswith('.py') and
            not f.startswith('__')]
+__all__.sort()
 
 __doc__ = 'The following topics are available:\n' + \
           '\n - '.join([''] + __all__)




More information about the Numpy-svn mailing list