Fix hyperlink formatting in docs (#23846)

This commit is contained in:
HDF-EOS Tools Information Center 2021-05-25 00:09:07 -05:00 committed by GitHub
parent fb2c3cce6d
commit 00963149e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ CudaPackage
----------- -----------
Different from other packages, ``CudaPackage`` does not represent a build system. 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 You can find source for the package at
`<https://github.com/spack/spack/blob/develop/lib/spack/spack/build_systems/cuda.py>`__. `<https://github.com/spack/spack/blob/develop/lib/spack/spack/build_systems/cuda.py>`__.