diff options
author | mattip <matti.picus@gmail.com> | 2019-12-05 08:49:31 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-12-05 08:49:31 +0200 |
commit | 8b607e0e46f0316f24e09b5206748bce02cc397f (patch) | |
tree | b3a2489264d35c0812b898cf9a2a55e89cc41a84 /doc/source/reference | |
parent | 47fbdc1f8c9ed7ec79dfc7cdbb1affd453e84997 (diff) | |
download | numpy-8b607e0e46f0316f24e09b5206748bce02cc397f.tar.gz |
DOC: change to link (from review)
Diffstat (limited to 'doc/source/reference')
-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 ==== |