Skip to content

Commit

Permalink
DOC: Fix warning for PyArray_MapIterNew.
Browse files Browse the repository at this point in the history
  • Loading branch information
liang3zy22 committed Jul 6, 2023
1 parent 4b13692 commit d8bbc37
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/source/reference/c-api/array.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2696,6 +2696,15 @@ Array mapping is the machinery behind advanced indexing.
Use advanced indexing to iterate an array.
.. c:function:: PyObject* PyArray_MapIterNew(npy_index_info *indices, \
int index_num, int index_type, int ndim, int fancy_ndim, \
PyArrayObject *arr, PyArrayObject *subspace, \
npy_uint32 subspace_iter_flags, npy_uint32 subspace_flags, \
npy_uint32 extra_op_flags, PyArrayObject *extra_op, \
PyArray_Descr *extra_op_dtype)
Create new mapiter.
.. c:function:: void PyArray_MapIterSwapAxes(PyArrayMapIterObject *mit, \
PyArrayObject **ret, int getmap)
Expand Down

0 comments on commit d8bbc37

Please sign in to comment.