diff options
author | Mircea Akos Bruma <bruma.mircea.a@gmail.com> | 2019-03-21 16:12:25 +0100 |
---|---|---|
committer | Mircea Akos Bruma <bruma.mircea.a@gmail.com> | 2019-03-21 16:12:25 +0100 |
commit | 601421b339b011b23748da62a3cad0d598f84936 (patch) | |
tree | 117f40c01d36a69e1b9758312e8a0ca66a601531 /doc/source/reference/c-api.array.rst | |
parent | 251c526672f897543176b966229ecde96bb89a9d (diff) | |
download | numpy-601421b339b011b23748da62a3cad0d598f84936.tar.gz |
DOC: Attempting to remove duplicate documentation.
Diffstat (limited to 'doc/source/reference/c-api.array.rst')
-rw-r--r-- | doc/source/reference/c-api.array.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/source/reference/c-api.array.rst b/doc/source/reference/c-api.array.rst index ee2be9e07..7d6942f75 100644 --- a/doc/source/reference/c-api.array.rst +++ b/doc/source/reference/c-api.array.rst @@ -510,6 +510,11 @@ From other objects :c:data:`NPY_ARRAY_C_CONTIGUOUS` \| :c:data:`NPY_ARRAY_WRITEABLE` \| :c:data:`NPY_ARRAY_ALIGNED` + .. c:var:: NPY_ARRAY_OUT_ARRAY + + :c:data:`NPY_ARRAY_C_CONTIGUOUS` \| :c:data:`NPY_ARRAY_ALIGNED` \| + :c:data:`NPY_ARRAY_WRITEABLE` + .. c:var:: NPY_ARRAY_OUT_FARRAY :c:data:`NPY_ARRAY_F_CONTIGUOUS` \| :c:data:`NPY_ARRAY_WRITEABLE` \| @@ -789,7 +794,7 @@ From other objects PyObject* obj, int typenum, int requirements) Combination of :c:func:`PyArray_FROM_OF` and :c:func:`PyArray_FROM_OT` - allowing both a *typenum* and a *flags* argument to be provided.. + allowing both a *typenum* and a *flags* argument to be provided. .. c:function:: PyObject* PyArray_FROMANY( \ PyObject* obj, int typenum, int min, int max, int requirements) |