diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2017-05-02 11:20:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-02 11:20:45 -0500 |
commit | 1336630f172bf30c1c3d85a5acbe8295c5e2d852 (patch) | |
tree | ce1c3a14db4c2ea8922098792df10eb3f0656cc2 /lib | |
parent | 9a3acea759b2d36a10cab92c7e08fa7d59cdb281 (diff) | |
download | spack-1336630f172bf30c1c3d85a5acbe8295c5e2d852.tar.gz spack-1336630f172bf30c1c3d85a5acbe8295c5e2d852.tar.bz2 spack-1336630f172bf30c1c3d85a5acbe8295c5e2d852.tar.xz spack-1336630f172bf30c1c3d85a5acbe8295c5e2d852.zip |
Add link to spack view docs in command index (#4082)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/workflows.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/spack/docs/workflows.rst b/lib/spack/docs/workflows.rst index 7814ebf3cd..84da3b0f44 100644 --- a/lib/spack/docs/workflows.rst +++ b/lib/spack/docs/workflows.rst @@ -476,10 +476,11 @@ if the view is built with hardlinks. .. FIXME: reference the relocation work of Hegner and Gartung (PR #1013) +.. _cmd-spack-view: -"""""""""""""""""""""" -Using Filesystem Views -"""""""""""""""""""""" +"""""""""""""" +``spack view`` +"""""""""""""" A filesystem view is created, and packages are linked in, by the ``spack view`` command's ``symlink`` and ``hardlink`` sub-commands. The |