From fade4ae281fa4030de664736440deb8ea249fa5f Mon Sep 17 00:00:00 2001 From: Marnik Bercx Date: Thu, 25 Sep 2025 12:18:16 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Build-uenv:=20consistently=20use?= =?UTF-8?q?=20``?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The documentation section was using both `` and ``. This makes it unclear that they are both referring to the same string. Here we choose to consistently use ``, since it is a path to a directory. --- docs/build-install/uenv.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/build-install/uenv.md b/docs/build-install/uenv.md index 3c07740a..77b0060d 100644 --- a/docs/build-install/uenv.md +++ b/docs/build-install/uenv.md @@ -198,7 +198,7 @@ you can provide it as an argument to `uenv-spack`: ### Build the software -Once specs have been added to `spack.yaml`, you can build the image using the `build` script that was generated in ``: +Once specs have been added to `spack.yaml`, you can build the image using the `build` script that was generated in ``: ```bash ./build @@ -216,11 +216,11 @@ The build step generates multiple outputs, described below. ### Installed packages -The packages built by Spack are installed in `/store`. +The packages built by Spack are installed in `/store`. ### Spack view -A Spack view is generated in `/view`. +A Spack view is generated in `/view`. ### Modules @@ -229,7 +229,7 @@ Module files are generated in the `module` sub-directory of the `` To use them, add them to the module environment ```bash -module use /modules # (1)! +module use /modules # (1)! module avail # (2)! ``` @@ -237,7 +237,7 @@ module avail # (2)! 2. Check that the modules are available. !!! note - The generation of modules can be customised by editing the `/config/user/modules.yaml` file _before_ running `build`. + The generation of modules can be customised by editing the `/config/user/modules.yaml` file _before_ running `build`. See the [Spack modules] documentation. ### Use the software @@ -254,7 +254,7 @@ To use the installed software, you have the following options: * Loading modules * Activate the Spack view -* `source /spack/share/spack/setup-env.sh` and then use Spack +* `source /spack/share/spack/setup-env.sh` and then use Spack [Chaining Spack Installations]: https://spack.readthedocs.io/en/latest/chain.html [Spack]: https://spack.readthedocs.io/en/latest/