Skip to content

Commit a500831

Browse files
committed
Cleanup the unstack see-also list
1 parent 5d712a8 commit a500831

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

numpy/_core/shape_base.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -490,12 +490,6 @@ def unstack(x, /, *, axis=0):
490490
--------
491491
stack : Join a sequence of arrays along a new axis.
492492
concatenate : Join a sequence of arrays along an existing axis.
493-
vstack : Stack arrays in sequence vertically (row wise).
494-
hstack : Stack arrays in sequence horizontally (column wise).
495-
dstack : Stack arrays in sequence depth wise (along third axis).
496-
column_stack : Stack 1-D arrays as columns into a 2-D array.
497-
vsplit : Split an array into multiple sub-arrays vertically (row-wise).
498-
unstack : Split an array into a tuple of sub-arrays along an axis.
499493
block : Assemble an nd-array from nested lists of blocks.
500494
split : Split array into a list of multiple sub-arrays of equal size.
501495

0 commit comments

Comments
 (0)