[Numpy-svn] r5992 - numpy-docs/trunk/source/reference

numpy-svn at scipy.org numpy-svn at scipy.org
Sun Nov 9 18:12:34 EST 2008


Author: ptvirtan
Date: 2008-11-09 17:12:21 -0600 (Sun, 09 Nov 2008)
New Revision: 5992

Modified:
   numpy-docs/trunk/source/reference/ufuncs.rst
Log:
numpy-docs: group functions by type instead of alphabetical order

Modified: numpy-docs/trunk/source/reference/ufuncs.rst
===================================================================
--- numpy-docs/trunk/source/reference/ufuncs.rst	2008-11-08 07:11:33 UTC (rev 5991)
+++ numpy-docs/trunk/source/reference/ufuncs.rst	2008-11-09 23:12:21 UTC (rev 5992)
@@ -393,31 +393,31 @@
 
 .. autosummary::
 
-    absolute
     add
-    conj
+    subtract
+    multiply
     divide
-    exp
-    expm1
+    logaddexp
+    true_divide
     floor_divide
-    fmod
-    log
-    log1p
-    log10
-    logaddexp
-    mod
-    multiply
     negative
-    ones_like
     power
     remainder
+    mod
+    fmod
+    absolute
     rint
-    reciprocal
     sign
+    conj
+    exp
+    log
+    expm1
+    log1p
+    log10
     sqrt
     square
-    subtract
-    true_divide
+    reciprocal
+    ones_like
 
 .. tip::
 
@@ -437,22 +437,22 @@
 
 .. autosummary::
 
+    sin
+    cos
+    tan
+    arcsin
     arccos
-    arcsin
     arctan
+    arctan2
+    hypot
+    sinh
+    cosh
+    tanh
     arcsinh
     arccosh
     arctanh
-    arctan2
-    cos
-    cosh
     deg2rad
-    hypot
     rad2deg
-    sin
-    sinh
-    tan
-    tanh
 
 Bit-twiddling functions
 -----------------------
@@ -540,16 +540,16 @@
 
 .. autosummary::
 
-    ceil
+    isreal
     iscomplex
     isfinite
     isinf
     isnan
-    isreal
+    signbit
+    modf
     ldexp
-    modf
+    frexp
+    fmod
     floor
-    fmod
-    frexp
-    signbit
-    trunk
+    ceil
+    trunc




More information about the Numpy-svn mailing list