summaryrefslogtreecommitdiff
path: root/doc/source/reference
diff options
context:
space:
mode:
authorbhavukkalra <ybhavukkalra1786@gmail.com>2022-03-30 17:39:36 +0000
committerbhavukkalra <ybhavukkalra1786@gmail.com>2022-03-30 17:39:36 +0000
commit65f4baf28a5f8314ea7e3b9059f0f844efa129a0 (patch)
tree45dfd09fd8e6f3f9002d88be74fef57d4a74b630 /doc/source/reference
parentbeb5dedf78b96183906ec9e979ef83bb040b7b78 (diff)
downloadnumpy-65f4baf28a5f8314ea7e3b9059f0f844efa129a0.tar.gz
DOC: Improve "random.generator.shuffle" docs page
Diffstat (limited to 'doc/source/reference')
-rw-r--r--doc/source/reference/random/generator.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/reference/random/generator.rst b/doc/source/reference/random/generator.rst
index a0ef01dcb..c73ac7b7b 100644
--- a/doc/source/reference/random/generator.rst
+++ b/doc/source/reference/random/generator.rst
@@ -88,6 +88,8 @@ Note that when ``out`` is given, the return value is ``out``:
>>> y is x
True
+.. _generator-handling-the-axis-parameter:
+
Handling the ``axis`` parameter
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
An important distinction for these methods is how they handle the ``axis``