Fix cross references in inteloneapipackage doc (#23744)
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
This commit is contained in:
parent
a284edb852
commit
c5389c430b
1 changed files with 7 additions and 7 deletions
|
@ -25,7 +25,7 @@ use Spack to build packages with the tools.
|
||||||
The Spack Python class ``IntelOneapiPackage`` is a base class that is
|
The Spack Python class ``IntelOneapiPackage`` is a base class that is
|
||||||
used by ``IntelOneapiCompilers``, ``IntelOneapiMkl``,
|
used by ``IntelOneapiCompilers``, ``IntelOneapiMkl``,
|
||||||
``IntelOneapiTbb`` and other classes to implement the oneAPI
|
``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::
|
oneAPI packages or use::
|
||||||
|
|
||||||
spack list -d oneAPI
|
spack list -d oneAPI
|
||||||
|
@ -35,7 +35,7 @@ For more information on a specific package, do::
|
||||||
spack info <package-name>
|
spack info <package-name>
|
||||||
|
|
||||||
Intel no longer releases new versions of Parallel Studio, which can be
|
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.
|
now be found in oneAPI.
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
|
@ -145,11 +145,11 @@ More information
|
||||||
================
|
================
|
||||||
|
|
||||||
This section describes basic use of oneAPI, especially if it has
|
This section describes basic use of oneAPI, especially if it has
|
||||||
changed compared to Parallel Studio. See :ref:<intelpackage> for more
|
changed compared to Parallel Studio. See :ref:`intelpackage` for more
|
||||||
information on :ref:<intel-virtual-packages>,
|
information on :ref:`intel-virtual-packages`,
|
||||||
:ref:<intel-unrelated-packages>,
|
:ref:`intel-unrelated-packages`,
|
||||||
:ref:<intel-integrating-external-libraries>, and
|
:ref:`intel-integrating-external-libraries`, and
|
||||||
:ref:<using-mkl-tips>.
|
: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
|
.. _`Intel installers`: https://software.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top.html
|
||||||
|
|
Loading…
Reference in a new issue