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).