From 5f0f8da77825d325c49d4d833ca612b1158dff49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Thu, 26 Jan 2017 08:08:34 +0100 Subject: [PATCH] add lmod and modify menu --- docs.it4i/software/lmod.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md index 4d8c377ac..37de865f1 100644 --- a/docs.it4i/software/lmod.md +++ b/docs.it4i/software/lmod.md @@ -62,10 +62,9 @@ $ ml av ... ... ``` -!!! note - In the current module naming scheme, each module name consists of two parts: - * the part before the first /, corresponding to the software name; and - * the remainder, corresponding to the software version, the compiler toolchain that was used to install the software, and a possible version suffix +In the current module naming scheme, each module name consists of two parts: + * the part before the first /, corresponding to the software name; and + * the remainder, corresponding to the software version, the compiler toolchain that was used to install the software, and a possible version suffix !!! tip -- GitLab