Skip to content

Commit

Permalink
Merge pull request numpy#11349 from mattip/document-printoptions
Browse files Browse the repository at this point in the history
DOC: document new functions
  • Loading branch information
eric-wieser authored Jun 16, 2018
2 parents 16f19fc + 93fd4a0 commit bf4a3e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/reference/routines.io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Text formatting options
set_printoptions
get_printoptions
set_string_function
printoptions

Base-n representations
----------------------
Expand Down
2 changes: 2 additions & 0 deletions doc/source/reference/routines.ma.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Changing the number of dimensions

ma.MaskedArray.squeeze

ma.stack
ma.column_stack
ma.concatenate
ma.dstack
Expand All @@ -141,6 +142,7 @@ Joining arrays
.. autosummary::
:toctree: generated/

ma.stack
ma.column_stack
ma.concatenate
ma.append
Expand Down
1 change: 1 addition & 0 deletions doc/source/reference/routines.statistics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ Histograms
histogram2d
histogramdd
bincount
histogram_bin_edges
digitize

0 comments on commit bf4a3e5

Please sign in to comment.