From 649c90a2cbf645e36b50de4bef03682151f29419 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, 22 Sep 2021 09:09:40 +0200
Subject: [PATCH] Update
 docs.it4i/software/numerical-languages/introduction.md,
 docs.it4i/software/numerical-languages/matlab.md, mkdocs.yml files

---
 .../software/numerical-languages/introduction.md  | 15 ++++++++++++---
 docs.it4i/software/numerical-languages/matlab.md  |  3 +--
 mkdocs.yml                                        |  1 -
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/docs.it4i/software/numerical-languages/introduction.md b/docs.it4i/software/numerical-languages/introduction.md
index d12f02c8b..f4f9f3c2d 100644
--- a/docs.it4i/software/numerical-languages/introduction.md
+++ b/docs.it4i/software/numerical-languages/introduction.md
@@ -11,7 +11,10 @@ This section contains a collection of high-level interpreted languages, primaril
 MATLABĀ® is a high-level language and interactive environment for numerical computation, visualization, and programming.
 
 ```console
-$ ml MATLAB
+$ ml av MATLAB
+-------------- /apps/modules/math --------------
+   MATLAB/2021a
+$ ml MATLAB/2021a
 $ matlab
 ```
 
@@ -22,8 +25,11 @@ Read more at the [MATLAB page][1].
 GNU Octave is a high-level interpreted language, primarily intended for numerical computations. The Octave language is quite similar to MATLAB so that most programs are easily portable.
 
 ```console
-$ ml Octave
-$ octave
+$ ml av Octave
+-------------- /apps/modules/math --------------
+Octave/6.3.0-intel-2020b-without-X11
+$ ml Octave/6.3.0-intel-2020b-without-X11
+$ octave 
 ```
 
 Read more at the [Octave page][2].
@@ -33,6 +39,9 @@ Read more at the [Octave page][2].
 The R is an interpreted language and environment for statistical computing and graphics.
 
 ```console
+$ ml av R/
+-------------- /apps/modules/math --------------
+
 $ ml R
 $ R
 ```
diff --git a/docs.it4i/software/numerical-languages/matlab.md b/docs.it4i/software/numerical-languages/matlab.md
index 62ab0ebe2..87cb17e01 100644
--- a/docs.it4i/software/numerical-languages/matlab.md
+++ b/docs.it4i/software/numerical-languages/matlab.md
@@ -2,10 +2,9 @@
 
 ## Introduction
 
-!!!notes
+!!! notes
     Since 2016, the MATLAB module is not updated anymore and purchase of new licenses is not planned.
     However, due to [e-infra integration][b], IT4Innovations may have access to recent MATLAB versions from cooperating organizations in the future.
-    More information will be available in May, 2021.
 
 MATLAB is available in versions R2015a and R2015b. There are always two variants of the release:
 
diff --git a/mkdocs.yml b/mkdocs.yml
index b4e27322d..96fd623f9 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -182,7 +182,6 @@ nav:
       - Clp: salomon/software/numerical-libraries/Clp.md
       - R: software/numerical-languages/r.md
       - Matlab: software/numerical-languages/matlab.md
-      - Matlab 2013-2014: software/numerical-languages/matlab_1314.md
       - Octave: software/numerical-languages/octave.md
       - OpenCoarrays: software/numerical-languages/opencoarrays.md
     - Numerical Libraries:
-- 
GitLab