diff options
author | yuki <drsuaimqjgar@gmail.com> | 2023-03-24 01:56:21 +0000 |
---|---|---|
committer | yuki <drsuaimqjgar@gmail.com> | 2023-03-24 01:56:21 +0000 |
commit | 59fab7ed8a033a9a28a985ff31511fc58afa6f17 (patch) | |
tree | 4e5da94d716f63984c2d7bf91741bc7b414754b5 /doc/source/reference/random | |
parent | ce725d1642d6e957c70ea75c2aaa022c2eef4a95 (diff) | |
download | numpy-59fab7ed8a033a9a28a985ff31511fc58afa6f17.tar.gz |
MAINT: Fix a broken section link
Diffstat (limited to 'doc/source/reference/random')
-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 6bb941496..998faf80a 100644 --- a/doc/source/reference/random/extending.rst +++ b/doc/source/reference/random/extending.rst @@ -25,7 +25,7 @@ provided by ``ctypes.next_double``. Both CTypes and CFFI allow the more complicated distributions to be used directly in Numba after compiling the file distributions.c into a ``DLL`` or ``so``. An example showing the use of a more complicated distribution is in -the `examples` section below. +the `Examples`_ section below. .. _random_cython: @@ -113,6 +113,6 @@ Examples .. toctree:: Numba <examples/numba> - CFFI + Numba <examples/numba_cffi> + CFFI + Numba <examples/numba_cffi> Cython <examples/cython/index> CFFI <examples/cffi> |