Skip to content

Commit 9164130

Browse files
committed
Remove stray cuda/pathfinder/README.md URL in cuda_python/docs/source/index.rst
1 parent 224156d commit 9164130

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cuda_python/docs/source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ multiple components:
1515
- `numba.cuda`_: Numba's target for CUDA GPU programming by directly compiling a restricted subset of Python code into CUDA kernels and device functions following the CUDA execution model.
1616
* `nvmath-python`_: Pythonic access to NVIDIA CPU & GPU Math Libraries, with both *host* and *device* (through `nvmath.device`_) APIs. It also provides low-level Python bindings to host C APIs (through `nvmath.bindings`_).
1717

18-
.. _cuda.pathfinder: https://github.com/NVIDIA/cuda-python/blob/main/cuda_pathfinder/cuda/pathfinder/README.md
1918
.. _nvmath-python: https://docs.nvidia.com/cuda/nvmath-python/latest
2019
.. _nvmath.device: https://docs.nvidia.com/cuda/nvmath-python/latest/overview.html#device-apis
2120
.. _nvmath.bindings: https://docs.nvidia.com/cuda/nvmath-python/latest/bindings/index.html

0 commit comments

Comments
 (0)