diff options
Diffstat (limited to 'doc/source/reference/random/extending.rst')
-rw-r--r-- | doc/source/reference/random/extending.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 ==== |