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/source/reference/random/index.rst | |
parent | ecae5c32fcbd9794e91a1fc5dd321e69779492b9 (diff) | |
download | numpy-49450483628d96d0bdf9caf18e627f05ab9a3431.tar.gz |
DOC: Make sure canonical numpy.random target is the index.
Diffstat (limited to 'doc/source/reference/random/index.rst')
-rw-r--r-- | doc/source/reference/random/index.rst | 2 |
1 files changed, 2 insertions, 0 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`) |