From 0cbd32edee3ed65aaa14f23cf77850a5f466aff7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Thu, 14 Feb 2019 10:04:09 +0100
Subject: [PATCH] Better USA legend

---
 docs.it4i/modules-matrix.md | 8 +++++++-
 scripts/modules-matrix.py   | 8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/modules-matrix.md b/docs.it4i/modules-matrix.md
index 88c72e4a8..cc8656e8f 100644
--- a/docs.it4i/modules-matrix.md
+++ b/docs.it4i/modules-matrix.md
@@ -1,5 +1,11 @@
 !!! Hint "Cluster Acronyms"
-    A - Anselm • S - Salomon • U - uv1 at Salomon
+    ```
+    USA
+    |||
+    ||+---->Anselm
+    |+----->Salomon
+    +------>UV2000
+    ```
 
 | Module </br><form><input id="searchInput" placeholder="🔍 Filter" style="width: 8rem; border-radius: 0.2rem; color: black; padding-left: .2rem;"></form> | Versions | Clusters |
 | ------ | -------- | -------- |
diff --git a/scripts/modules-matrix.py b/scripts/modules-matrix.py
index 939a10ad0..70cb5118d 100755
--- a/scripts/modules-matrix.py
+++ b/scripts/modules-matrix.py
@@ -40,7 +40,13 @@ c=[
 ]
 
 print '!!! Hint "Cluster Acronyms"'
-print '    A - Anselm • S - Salomon • U - uv1 at Salomon'
+print '    ```'
+print '    USA'
+print '    |||'
+print '    ||+---->Anselm'
+print '    |+----->Salomon'
+print '    +------>UV2000'
+print '    ```'
 print
 print '| Module </br><form><input id="searchInput" placeholder="🔍 Filter" style="width: 8rem; border-radius: 0.2rem; color: black; padding-left: .2rem;"><form> | Versions | Clusters |'
 print "| ------ | -------- | -------- |"
-- 
GitLab