diff options
author | Shahzeb Siddiqui <shahzebmsiddiqui@gmail.com> | 2023-03-14 20:48:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 20:48:28 -0400 |
commit | b5f3b5bf78435e9467672a700b4991e6b49b9c98 (patch) | |
tree | 2626c24cae2334eec235fda35c878074afe63c6e | |
parent | 93887edba81d68abe915f8f05deb7fe43e9e7549 (diff) | |
download | spack-b5f3b5bf78435e9467672a700b4991e6b49b9c98.tar.gz spack-b5f3b5bf78435e9467672a700b4991e6b49b9c98.tar.bz2 spack-b5f3b5bf78435e9467672a700b4991e6b49b9c98.tar.xz spack-b5f3b5bf78435e9467672a700b4991e6b49b9c98.zip |
Remove leftover command from documentation (#36116)
The command refers to dotkit files, which are not supported since a long time.
-rw-r--r-- | lib/spack/docs/module_file_support.rst | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/lib/spack/docs/module_file_support.rst b/lib/spack/docs/module_file_support.rst index aa42b08059..8c1fd50b8d 100644 --- a/lib/spack/docs/module_file_support.rst +++ b/lib/spack/docs/module_file_support.rst @@ -26,8 +26,8 @@ Using module files via Spack ---------------------------- If you have installed a supported module system you should be able to -run either ``module avail`` or ``use -l spack`` to see what module -files have been installed. Here is sample output of those programs, +run ``module avail`` to see what module +files have been installed. Here is sample output of those programs, showing lots of installed packages: .. code-block:: console @@ -51,12 +51,7 @@ showing lots of installed packages: help2man-1.47.4-gcc-4.8-kcnqmau lua-luaposix-33.4.0-gcc-4.8-mdod2ry netlib-scalapack-2.0.2-gcc-6.3.0-rgqfr6d py-scipy-0.19.0-gcc-6.3.0-kr7nat4 zlib-1.2.11-gcc-6.3.0-7cqp6cj The names should look familiar, as they resemble the output from ``spack find``. -You *can* use the modules here directly. For example, you could type either of these commands -to load the ``cmake`` module: - -.. code-block:: console - - $ use cmake-3.7.2-gcc-6.3.0-fowuuby +For example, you could type the following command to load the ``cmake`` module: .. code-block:: console |