summaryrefslogtreecommitdiff
path: root/doc/source/reference/arrays.ndarray.rst
diff options
context:
space:
mode:
authorPierre de Buyl <pdebuyl@pdebuyl.be>2021-11-10 23:05:42 +0100
committerPierre de Buyl <pdebuyl@pdebuyl.be>2021-12-08 15:29:33 +0100
commit3995a59352e878efeebed23d2c2af83cf2787af3 (patch)
tree5d701a60d5fef734146878f8dd52549b4da68d1f /doc/source/reference/arrays.ndarray.rst
parent2525741592afd597572935402355e9d81dac86bd (diff)
downloadnumpy-3995a59352e878efeebed23d2c2af83cf2787af3.tar.gz
DOC: remove explicit imports in rst files
Add conftest.py and pytest.ini files in doc directory
Diffstat (limited to 'doc/source/reference/arrays.ndarray.rst')
-rw-r--r--doc/source/reference/arrays.ndarray.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/source/reference/arrays.ndarray.rst b/doc/source/reference/arrays.ndarray.rst
index 889fb103c..66ebb66fb 100644
--- a/doc/source/reference/arrays.ndarray.rst
+++ b/doc/source/reference/arrays.ndarray.rst
@@ -1,8 +1,5 @@
.. currentmodule:: numpy
-.. for doctest:
- >>> import numpy as np
-
.. _arrays.ndarray:
******************************************