From 9806e37e16f9b1a259fd08efe1c5b147e2cc396c Mon Sep 17 00:00:00 2001 From: Cal <35017184+CallumWalley@users.noreply.github.com> Date: Wed, 19 Aug 2026 09:50:40 +1200 Subject: [PATCH] Update available applications documentation Removed unused module commands from the documentation. Signed-off-by: Cal <35017184+CallumWalley@users.noreply.github.com> --- docs/Software/Available_Applications/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/Software/Available_Applications/index.md b/docs/Software/Available_Applications/index.md index 9a1b56ea2..edf5b6409 100644 --- a/docs/Software/Available_Applications/index.md +++ b/docs/Software/Available_Applications/index.md @@ -17,8 +17,6 @@ description: The applications already installed on the cluster and how to load t | ------------------------------------- | ---------------------------------------------------- | -------------------------------------- | | `module load ` | Loads ``, (default version) | `module load Python` | | `module load /` | Loads ``, `` | `module load Python/3.11.6-foss-2023a` | -| `module purge` | Removes all loaded modules | | -| `module spider ` | Searches (fuzzy) available modules for ``| `module spider python` | For a full list of module commands run `man module` or visit the [lmod documentation](https://lmod.readthedocs.io/en/latest/010_user.html).