From e9e8548696daa37c21f549b49f25c906b1b64ad1 Mon Sep 17 00:00:00 2001
From: lazariv <taras.lazariv@tu-dresden.de>
Date: Wed, 23 Jun 2021 10:04:44 +0000
Subject: [PATCH] Correct MachineLearning.md

---
 .../docs/software/MachineLearning.md                 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/MachineLearning.md b/doc.zih.tu-dresden.de/docs/software/MachineLearning.md
index 0436dc670..ab85f0adc 100644
--- a/doc.zih.tu-dresden.de/docs/software/MachineLearning.md
+++ b/doc.zih.tu-dresden.de/docs/software/MachineLearning.md
@@ -1,11 +1,11 @@
-## Machine Learning
+# Machine Learning
 
 On the machine learning nodes, you can use the tools from [IBM Power
-AI](PowerAI).
+AI](PowerAI.md). 
 
-### Interactive Session Examples
+## Interactive Session Examples
 
-#### Tensorflow-Test
+### Tensorflow-Test
 
     tauruslogin6 :~> srun -p ml --gres=gpu:1 -n 1 --pty --mem-per-cpu=10000 bash
     srun: job 4374195 queued and waiting for resources
@@ -22,7 +22,7 @@ AI](PowerAI).
 
 Or to use the whole node: `--gres=gpu:6 --exclusive --pty`
 
-##### In Singularity container:
+### In Singularity container:
 
     rotscher@tauruslogin6:~&gt; srun -p ml --gres=gpu:6 --pty bash
     [rotscher@taurusml22 ~]$ singularity shell --nv /scratch/singularity/powerai-1.5.3-all-ubuntu16.04-py3.img
@@ -30,7 +30,7 @@ Or to use the whole node: `--gres=gpu:6 --exclusive --pty`
     Singularity powerai-1.5.3-all-ubuntu16.04-py3.img:~&gt; . /opt/DL/tensorflow/bin/tensorflow-activate
     Singularity powerai-1.5.3-all-ubuntu16.04-py3.img:~&gt; tensorflow-test
 
-### Additional libraries
+## Additional libraries
 
 The following NVIDIA libraries are available on all nodes:
 
-- 
GitLab