diff options
author | Robert Cohn <rscohn2@gmail.com> | 2021-05-25 12:57:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 09:57:49 -0700 |
commit | c5389c430b0923b465cb80490ad2a89b1fc5216f (patch) | |
tree | cb1869fc9454145be6700527e7a3de13c5e36442 /lib | |
parent | a284edb8527d386a9525940ecb79207ad38a1f54 (diff) | |
download | spack-c5389c430b0923b465cb80490ad2a89b1fc5216f.tar.gz spack-c5389c430b0923b465cb80490ad2a89b1fc5216f.tar.bz2 spack-c5389c430b0923b465cb80490ad2a89b1fc5216f.tar.xz spack-c5389c430b0923b465cb80490ad2a89b1fc5216f.zip |
Fix cross references in inteloneapipackage doc (#23744)
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/build_systems/inteloneapipackage.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/spack/docs/build_systems/inteloneapipackage.rst b/lib/spack/docs/build_systems/inteloneapipackage.rst index 1e535775e2..c99a790666 100644 --- a/lib/spack/docs/build_systems/inteloneapipackage.rst +++ b/lib/spack/docs/build_systems/inteloneapipackage.rst @@ -25,7 +25,7 @@ use Spack to build packages with the tools. The Spack Python class ``IntelOneapiPackage`` is a base class that is used by ``IntelOneapiCompilers``, ``IntelOneapiMkl``, ``IntelOneapiTbb`` and other classes to implement the oneAPI -packages. See the :ref:<package-list> for the full list of available +packages. See the :ref:`package-list` for the full list of available oneAPI packages or use:: spack list -d oneAPI @@ -35,7 +35,7 @@ For more information on a specific package, do:: spack info <package-name> Intel no longer releases new versions of Parallel Studio, which can be -used in Spack via the :ref:<intelpackage>. All of its components can +used in Spack via the :ref:`intelpackage`. All of its components can now be found in oneAPI. Examples @@ -145,11 +145,11 @@ More information ================ This section describes basic use of oneAPI, especially if it has -changed compared to Parallel Studio. See :ref:<intelpackage> for more -information on :ref:<intel-virtual-packages>, -:ref:<intel-unrelated-packages>, -:ref:<intel-integrating-external-libraries>, and -:ref:<using-mkl-tips>. +changed compared to Parallel Studio. See :ref:`intelpackage` for more +information on :ref:`intel-virtual-packages`, +:ref:`intel-unrelated-packages`, +:ref:`intel-integrating-external-libraries`, and +:ref:`using-mkl-tips`. .. _`Intel installers`: https://software.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top.html |