Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/Software/Available_Applications/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@

| Command | Description | Example |
| ------------------------------------- | ---------------------------------------------------- | -------------------------------------- |
| `module load <module name>` | Loads `<module name>`, (default version) | `module load Python` |

Check warning on line 18 in docs/Software/Available_Applications/index.md

View workflow job for this annotation

GitHub Actions / Check Markdown

Table column style

Table pipe does not align with header for style "aligned"

Check warning on line 18 in docs/Software/Available_Applications/index.md

View workflow job for this annotation

GitHub Actions / Check Markdown

Table column style

Table pipe does not align with header for style "aligned"
| `module load <module name>/<version>` | Loads `<module name>`, `<version>` | `module load Python/3.11.6-foss-2023a` |

Check warning on line 19 in docs/Software/Available_Applications/index.md

View workflow job for this annotation

GitHub Actions / Check Markdown

Table column style

Table pipe does not align with header for style "aligned"

Check warning on line 19 in docs/Software/Available_Applications/index.md

View workflow job for this annotation

GitHub Actions / Check Markdown

Table column style

Table pipe does not align with header for style "aligned"
| `module purge` | Removes all loaded modules | |
| `module spider <module name>` | Searches (fuzzy) available modules for `<module name>`| `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).

Expand Down
Loading