Skip to content

Commit 112de67

Browse files
fix missing link in docs
1 parent e76b774 commit 112de67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/backends.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extern "C" linkage. If not, the entire code is wrapped in an extern "C" block, w
3030
if the code also contains C++ code that cannot have extern "C" linkage, including code that may be
3131
present in header files.
3232

33-
As detailed further :ref:`templates`, templated kernels are fully supported by the CuPy backend and
33+
As detailed further in :ref:`templates`, templated kernels are fully supported by the CuPy backend and
3434
limited support is implemented by Kernel Tuner to support templated kernels for the PyCUDA and
3535
CUDA-Python backends.
3636

doc/source/templates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. highlight:: python
22
:linenothreshold: 5
33

4-
4+
.. _templates:
55

66
Templated kernels
77
-----------------

0 commit comments

Comments
 (0)