Skip to content

Commit 8e84bf9

Browse files
committed
add current_module to properly link to functions in interfaces docs
1 parent dfc9210 commit 8e84bf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/reference/interfaces.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ NumPy interface --- :mod:`mkl_random.interfaces.numpy_random`
1616
:mod:`mkl_random.interfaces.numpy_random` is a drop-in replacement for the legacy portion of
1717
`numpy.random <https://numpy.org/doc/stable/reference/random/legacy.html>`_.
1818

19+
.. currentmodule:: mkl_random.interfaces.numpy_random
20+
1921
.. note::
2022
While the API is the same, :mod:`mkl_random.interfaces.numpy_random` is **not** seed-compatible
2123
with `numpy.random <https://numpy.org/doc/stable/reference/random/legacy.html>`_. Given the same seed, the two modules

0 commit comments

Comments
 (0)