diff options
Diffstat (limited to 'doc/source/reference/random')
-rw-r--r-- | doc/source/reference/random/examples/cython/index.rst | 2 | ||||
-rw-r--r-- | doc/source/reference/random/extending.rst | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/source/reference/random/examples/cython/index.rst b/doc/source/reference/random/examples/cython/index.rst index 9c5da9559..368f5fcd5 100644 --- a/doc/source/reference/random/examples/cython/index.rst +++ b/doc/source/reference/random/examples/cython/index.rst @@ -1,4 +1,6 @@ +.. _extending_cython_example: + Extending `numpy.random` via Cython ----------------------------------- diff --git a/doc/source/reference/random/extending.rst b/doc/source/reference/random/extending.rst index 442102caa..4adb90c06 100644 --- a/doc/source/reference/random/extending.rst +++ b/doc/source/reference/random/extending.rst @@ -48,8 +48,8 @@ RNG structure. :language: cython :start-after: example 2 -These functions along with a minimal setup file are included in the -`examples` folder, ``numpy.random._examples``. +See :ref:`extending_cython_example` for a complete working example including a +minimal setup and cython files. CFFI ==== |