diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-07-18 23:18:54 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-07-27 20:04:43 +0200 |
commit | 9e8c1ad06cfdab3cb8e7f266b31fd677b945e106 (patch) | |
tree | 5dff692f6cf04676d46413404f03cdfd8da9fd3b /doc | |
parent | 4507dd6252380709eb092064095a1bd07460d14f (diff) | |
download | numpy-9e8c1ad06cfdab3cb8e7f266b31fd677b945e106.tar.gz |
DOC: add ascontiguousarray and asarray_chkfinite to appropriate section
added to "Changing kind of array" with the other as* functions
Closes gh-4890
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/routines.array-manipulation.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/reference/routines.array-manipulation.rst b/doc/source/reference/routines.array-manipulation.rst index ca97bb479..81af0a315 100644 --- a/doc/source/reference/routines.array-manipulation.rst +++ b/doc/source/reference/routines.array-manipulation.rst @@ -54,6 +54,8 @@ Changing kind of array asmatrix asfarray asfortranarray + ascontiguousarray + asarray_chkfinite asscalar require |