Fix hyperlink formatting in docs (#23846)
This commit is contained in:
parent
fb2c3cce6d
commit
00963149e1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ CudaPackage
|
|||
-----------
|
||||
|
||||
Different from other packages, ``CudaPackage`` does not represent a build system.
|
||||
Instead its goal is to simplify and unify usage of ``CUDA`` in other packages by providing a ` mixin-class <https://en.wikipedia.org/wiki/Mixin>`__.
|
||||
Instead its goal is to simplify and unify usage of ``CUDA`` in other packages by providing a `mixin-class <https://en.wikipedia.org/wiki/Mixin>`_.
|
||||
|
||||
You can find source for the package at
|
||||
`<https://github.com/spack/spack/blob/develop/lib/spack/spack/build_systems/cuda.py>`__.
|
||||
|
|
Loading…
Reference in a new issue