summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-06-15 15:17:18 -0700
committerCharles Harris <charlesr.harris@gmail.com>2018-06-16 10:49:26 -0600
commitafb82c230e4a94122dd57d60de41ce5d78ce8db7 (patch)
treefcc2ccf46e0e81349e458cbdce1e0a52a0989c58
parent816c22c82fc99e8d0bd1b3f8fc3e959e8a44776c (diff)
downloadnumpy-afb82c230e4a94122dd57d60de41ce5d78ce8db7.tar.gz
DOC: document new functions
-rw-r--r--doc/source/reference/routines.io.rst1
-rw-r--r--doc/source/reference/routines.ma.rst2
-rw-r--r--doc/source/reference/routines.statistics.rst1
3 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/reference/routines.io.rst b/doc/source/reference/routines.io.rst
index 55489951f..8bb29b793 100644
--- a/doc/source/reference/routines.io.rst
+++ b/doc/source/reference/routines.io.rst
@@ -63,6 +63,7 @@ Text formatting options
set_printoptions
get_printoptions
set_string_function
+ printoptions
Base-n representations
----------------------
diff --git a/doc/source/reference/routines.ma.rst b/doc/source/reference/routines.ma.rst
index 2408899b3..15f2ba0a4 100644
--- a/doc/source/reference/routines.ma.rst
+++ b/doc/source/reference/routines.ma.rst
@@ -126,6 +126,7 @@ Changing the number of dimensions
ma.MaskedArray.squeeze
+ ma.stack
ma.column_stack
ma.concatenate
ma.dstack
@@ -141,6 +142,7 @@ Joining arrays
.. autosummary::
:toctree: generated/
+ ma.stack
ma.column_stack
ma.concatenate
ma.append
diff --git a/doc/source/reference/routines.statistics.rst b/doc/source/reference/routines.statistics.rst
index e287fe9c8..c675b6090 100644
--- a/doc/source/reference/routines.statistics.rst
+++ b/doc/source/reference/routines.statistics.rst
@@ -56,4 +56,5 @@ Histograms
histogram2d
histogramdd
bincount
+ histogram_bin_edges
digitize