From a7d689aef28633852a38aa96aa1dc34cd89192f5 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: Wed, 1 Feb 2017 07:18:36 +0100
Subject: [PATCH] update lmod

---
 docs.it4i/software/lmod.md | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md
index f911a2f4a..77e9ab136 100644
--- a/docs.it4i/software/lmod.md
+++ b/docs.it4i/software/lmod.md
@@ -7,6 +7,14 @@ Detailed documentation on Lmod is available at [here](http://lmod.readthedocs.io
 !!! warning
     All the new modules will be availabe in Lmod environment only.
 
+!!! warning "Important Dates"
+
+    | Date       | Action                 |
+    | ---------- | ---------------------- |
+    | 2017-02-01 | Testing phase          |
+    | 2017-03-01 | Global deployment lmod |
+
+
 ## How to Activate Testing Lmod Enviroment?
 
 Create folder or file `.lmod` into your home folder. Logout and login. New Lmod enviroment will be active now.
@@ -31,13 +39,6 @@ $ ml
 No modules loaded
 ```
 
-### Important Dates 
-
-| Date       | Action                 |
-| ---------- | ---------------------- |
-| 2017-02-01 | Testing phase          |
-| 2017-03-01 | Global deployment lmod |
-
 ## Benefits
 
 * significantly more responsive module commands, in particular module avail (ml av)
@@ -270,7 +271,7 @@ For example, once you have loaded one or more modules that were installed with t
 
 In addition, only **one single version** of each software package can be loaded at a particular time. For example, once you have the Python/3.5.2-intel-2017.00 module loaded, you can not load a different version of Python in the same session/job script, neither directly, nor indirectly as a dependency of another module you want to load.
 
-### Unloading Modules
+## Unloading Modules
 
 To revert the changes to the environment that were made by a particular module, you can use ml -<modname>.
 For example:
-- 
GitLab