From d212ee4ceeb0a1ff8dba1c6d9e0cc54360e81a94 Mon Sep 17 00:00:00 2001 From: takanori-pskq Date: Mon, 26 Oct 2020 14:11:44 +0900 Subject: DOC: Fix some references --- doc/source/reference/arrays.ndarray.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source/reference/arrays.ndarray.rst') diff --git a/doc/source/reference/arrays.ndarray.rst b/doc/source/reference/arrays.ndarray.rst index 6b805904a..191367058 100644 --- a/doc/source/reference/arrays.ndarray.rst +++ b/doc/source/reference/arrays.ndarray.rst @@ -1,11 +1,11 @@ +.. currentmodule:: numpy + .. _arrays.ndarray: ****************************************** The N-dimensional array (:class:`ndarray`) ****************************************** -.. currentmodule:: numpy - An :class:`ndarray` is a (usually fixed-size) multidimensional container of items of the same type and size. The number of dimensions and items in an array is defined by its :attr:`shape `, -- cgit v1.2.1