diff options
author | Robert Kern <robert.kern@gmail.com> | 2019-06-27 18:06:59 -0700 |
---|---|---|
committer | Robert Kern <robert.kern@gmail.com> | 2019-06-27 18:06:59 -0700 |
commit | 49450483628d96d0bdf9caf18e627f05ab9a3431 (patch) | |
tree | f1741ed31d18f8696e9c7b981ad3def12f9e745a /doc | |
parent | ecae5c32fcbd9794e91a1fc5dd321e69779492b9 (diff) | |
download | numpy-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.rst | 2 | ||||
-rw-r--r-- | doc/source/reference/random/performance.rst | 2 |
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 |