From 59fab7ed8a033a9a28a985ff31511fc58afa6f17 Mon Sep 17 00:00:00 2001 From: yuki Date: Fri, 24 Mar 2023 01:56:21 +0000 Subject: MAINT: Fix a broken section link --- doc/source/reference/random/extending.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source/reference/random') 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 - CFFI + Numba + CFFI + Numba Cython CFFI -- cgit v1.2.1