summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Kern <robert.kern@gmail.com>2019-06-27 18:06:59 -0700
committerRobert Kern <robert.kern@gmail.com>2019-06-27 18:06:59 -0700
commit49450483628d96d0bdf9caf18e627f05ab9a3431 (patch)
treef1741ed31d18f8696e9c7b981ad3def12f9e745a /doc
parentecae5c32fcbd9794e91a1fc5dd321e69779492b9 (diff)
downloadnumpy-49450483628d96d0bdf9caf18e627f05ab9a3431.tar.gz
DOC: Make sure canonical numpy.random target is the index.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/reference/random/index.rst2
-rw-r--r--doc/source/reference/random/performance.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/random/index.rst b/doc/source/reference/random/index.rst
index c0318494a..b862788ea 100644
--- a/doc/source/reference/random/index.rst
+++ b/doc/source/reference/random/index.rst
@@ -1,5 +1,7 @@
.. _numpyrandom:
+.. py:module:: numpy.random
+
.. currentmodule:: numpy.random
Random sampling (:mod:`numpy.random`)
diff --git a/doc/source/reference/random/performance.rst b/doc/source/reference/random/performance.rst
index e22e36a50..47a4f07b2 100644
--- a/doc/source/reference/random/performance.rst
+++ b/doc/source/reference/random/performance.rst
@@ -1,8 +1,6 @@
Performance
-----------
-.. py:module:: numpy.random
-
.. currentmodule:: numpy.random
Recommendation