Skip to content
Snippets Groups Projects
Commit c3940469 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Fix broken doc links.

parent 5e732665
Branches
Tags
No related merge requests found
...@@ -838,8 +838,6 @@ add a version specifier to the spec: ...@@ -838,8 +838,6 @@ add a version specifier to the spec:
Notice that the package versions that provide insufficient MPI Notice that the package versions that provide insufficient MPI
versions are now filtered out. versions are now filtered out.
.. _shell-support:
--------------------------- ---------------------------
Extensions & Python support Extensions & Python support
--------------------------- ---------------------------
......
...@@ -47,8 +47,7 @@ to your path and you're ready to go: ...@@ -47,8 +47,7 @@ to your path and you're ready to go:
$ export PATH=$SPACK_ROOT/bin:$PATH $ export PATH=$SPACK_ROOT/bin:$PATH
$ spack install libelf $ spack install libelf
For a richer experience, use Spack's `shell support For a richer experience, use Spack's shell support:
<http://software.llnl.gov/spack/basic_usage.html#environment-modules>`_:
.. code-block:: console .. code-block:: console
...@@ -60,7 +59,9 @@ For a richer experience, use Spack's `shell support ...@@ -60,7 +59,9 @@ For a richer experience, use Spack's `shell support
$ setenv SPACK_ROOT /path/to/spack $ setenv SPACK_ROOT /path/to/spack
$ source $SPACK_ROOT/share/spack/setup-env.csh $ source $SPACK_ROOT/share/spack/setup-env.csh
This automatically adds Spack to your ``PATH``. This automatically adds Spack to your ``PATH`` and allows the ``spack``
command to :ref:`load environment modules <shell-support>` and execute
:ref:`useful packaging commands <packaging-shell-support>`.
^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^
Clean Environment Clean Environment
......
...@@ -24,7 +24,7 @@ directly with automatically generated module files. ...@@ -24,7 +24,7 @@ directly with automatically generated module files.
we advise you to use either Environment Modules or LMod. See :ref:`InstallEnvironmentModules` we advise you to use either Environment Modules or LMod. See :ref:`InstallEnvironmentModules`
for more details. for more details.
.. _shell_support: .. _shell-support:
------------- -------------
Shell support Shell support
......
...@@ -3120,6 +3120,8 @@ example: ...@@ -3120,6 +3120,8 @@ example:
This graph can be provided as input to other graphing tools, such as This graph can be provided as input to other graphing tools, such as
those in `Graphviz <http://www.graphviz.org>`_. those in `Graphviz <http://www.graphviz.org>`_.
.. _packaging-shell-support:
------------------------- -------------------------
Interactive shell support Interactive shell support
------------------------- -------------------------
......
...@@ -15,12 +15,12 @@ the live demo scripts to see how Spack is used in practice. ...@@ -15,12 +15,12 @@ the live demo scripts to see how Spack is used in practice.
.. rubric:: Slides .. rubric:: Slides
.. figure:: tutorial/sc16-tutorial-slide-preview.png .. figure:: tutorial/sc16-tutorial-slide-preview.png
:target: http://software.llnl.gov/spack/files/Spack-SC16-Tutorial.pdf :target: http://llnl.github.io/spack/files/Spack-SC16-Tutorial.pdf
:height: 72px :height: 72px
:align: left :align: left
:alt: Slide Preview :alt: Slide Preview
`Download Slides <software.llnl.gov/spack/files/Spack-SC16-Tutorial.pdf>`_. `Download Slides <llnl.github.io/spack/files/Spack-SC16-Tutorial.pdf>`_.
**Full citation:** Todd Gamblin, Massimiliano Culpo, Gregory Becker, Matt **Full citation:** Todd Gamblin, Massimiliano Culpo, Gregory Becker, Matt
Legendre, Greg Lee, Elizabeth Fischer, and Benedikt Hegner. Legendre, Greg Lee, Elizabeth Fischer, and Benedikt Hegner.
......
...@@ -34,7 +34,7 @@ Prerequisites ...@@ -34,7 +34,7 @@ Prerequisites
Before proceeding further ensure: Before proceeding further ensure:
- you have LMod or Environment Modules available - you have LMod or Environment Modules available
- have :ref:`shell support <shell_support>` activated in Spack - have :ref:`shell support <shell-support>` activated in Spack
If you need to install Lmod or Environment module you can refer If you need to install Lmod or Environment module you can refer
to the documentation :ref:`here <InstallEnvironmentModules>`. to the documentation :ref:`here <InstallEnvironmentModules>`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment