Skip to content

Commit a088e14

Browse files
authored
fix hyperlinks
1 parent 172a8b5 commit a088e14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cuda_bindings/DESCRIPTION.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cuda.bindings: Low-level CUDA interfaces
33
*******************************************************
44

5-
`cuda.bindings` is a standard set of low-level interfaces, providing full coverage of and access to the CUDA host APIs from Python. Checkout the [Overview](https://nvidia.github.io/cuda-python/cuda-bindings/latest/overview.html) for the workflow and performance results.
5+
`cuda.bindings` is a standard set of low-level interfaces, providing full coverage of and access to the CUDA host APIs from Python. Checkout the `Overview <https://nvidia.github.io/cuda-python/cuda-bindings/latest/overview.html>`_ for the workflow and performance results.
66

77
Installation
88
============
@@ -13,7 +13,7 @@ Installation
1313
* Conda (conda-forge/nvidia channels)
1414
* Source builds
1515

16-
Differences between these options are described in [Installation](https://nvidia.github.io/cuda-python/cuda-bindings/latest/install.html) documentation. Each package guarantees minor version compatibility.
16+
Differences between these options are described in `Installation <https://nvidia.github.io/cuda-python/cuda-bindings/latest/install.html>`_ documentation. Each package guarantees minor version compatibility.
1717

1818
Runtime Dependencies
1919
====================
@@ -23,4 +23,4 @@ Runtime Dependencies
2323
* Driver: Linux (450.80.02 or later) Windows (456.38 or later)
2424
* CUDA Toolkit 12.x
2525

26-
Only the NVRTC and nvJitLink redistributable components are required from the CUDA Toolkit, which can be obtained via PyPI, Conda, or local installers (as described in the CUDA Toolkit [Windows](https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html) and [Linux](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html) Installation Guides).
26+
Only the NVRTC and nvJitLink redistributable components are required from the CUDA Toolkit, which can be obtained via PyPI, Conda, or local installers (as described in the CUDA Toolkit `Windows <https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html>`_ and `Linux <https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html>`_ Installation Guides).

0 commit comments

Comments
 (0)