From b8b88997e7e15d01ecd1c7bcd93cbf9e4343cddf Mon Sep 17 00:00:00 2001 From: Lukas Barragan Torres Date: Tue, 17 Sep 2024 16:32:34 +0200 Subject: [PATCH 1/5] link to available modules --- config/templates/hpc.template | 1 + mkdocs/docs/HPC/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/config/templates/hpc.template b/config/templates/hpc.template index 12b4ede07b0..88d60d72995 100644 --- a/config/templates/hpc.template +++ b/config/templates/hpc.template @@ -36,6 +36,7 @@ nav: - GPU clusters: gpu.md - Cron scripts: crontab.md - Teaching and training: teaching_training.md + - Available software: ./only/gent/available_software/index.md - Linux tutorial: - Introduction: linux-tutorial/index.md - Getting Started: linux-tutorial/getting_started.md diff --git a/mkdocs/docs/HPC/index.md b/mkdocs/docs/HPC/index.md index 97dc81eb91a..5bc2b461a7a 100644 --- a/mkdocs/docs/HPC/index.md +++ b/mkdocs/docs/HPC/index.md @@ -22,6 +22,7 @@ Use the OS dropdown in the top bar to switch to a different operating system. - [Linux Tutorial](linux-tutorial/index.md) - [Hardware overview](https://www.ugent.be/hpc/en/infrastructure) - [Migration of cluster and login nodes to RHEL9 (starting Sept'24)](rhel9.md) +- [Available software](./only/gent/available_software/index.md) {%- endif %} - [FAQ](FAQ.md) | [Troubleshooting](troubleshooting.md) | [Best practices](./best_practices.md) | [Known issues](known_issues.md) From 54f8492c31150c1d17fabb4b42483d7afec0eba8 Mon Sep 17 00:00:00 2001 From: Lukas Barragan Torres Date: Tue, 17 Sep 2024 16:35:04 +0200 Subject: [PATCH 2/5] move link to available module in nav menu --- config/templates/hpc.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/templates/hpc.template b/config/templates/hpc.template index 88d60d72995..87fa89e4a92 100644 --- a/config/templates/hpc.template +++ b/config/templates/hpc.template @@ -7,6 +7,7 @@ repo_url: https://github.com/hpcugent/vsc_user_docs nav: - Welcome: index.md + - Available software: ./only/gent/available_software/index.md - Introduction to HPC: introduction.md - Getting Started: getting_started.md - Getting an HPC Account: account.md @@ -36,7 +37,6 @@ nav: - GPU clusters: gpu.md - Cron scripts: crontab.md - Teaching and training: teaching_training.md - - Available software: ./only/gent/available_software/index.md - Linux tutorial: - Introduction: linux-tutorial/index.md - Getting Started: linux-tutorial/getting_started.md From 25f87751a1dcbf5847b9787a32f7a89ef8ec05f7 Mon Sep 17 00:00:00 2001 From: Lukas Barragan Torres Date: Tue, 17 Sep 2024 16:37:03 +0200 Subject: [PATCH 3/5] only link when site is gent --- config/templates/hpc.template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/templates/hpc.template b/config/templates/hpc.template index 87fa89e4a92..2f44c3154d0 100644 --- a/config/templates/hpc.template +++ b/config/templates/hpc.template @@ -7,7 +7,9 @@ repo_url: https://github.com/hpcugent/vsc_user_docs nav: - Welcome: index.md +{%- if site == 'Gent' %} - Available software: ./only/gent/available_software/index.md +{%- endif %} - Introduction to HPC: introduction.md - Getting Started: getting_started.md - Getting an HPC Account: account.md From 4de6467c9cd03f940e69ca34cfb069cc4445bc9a Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Thu, 19 Sep 2024 07:48:24 +0200 Subject: [PATCH 4/5] move down menu item for 'Available software' --- config/templates/hpc.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/templates/hpc.template b/config/templates/hpc.template index 2f44c3154d0..7076b094dc0 100644 --- a/config/templates/hpc.template +++ b/config/templates/hpc.template @@ -7,9 +7,6 @@ repo_url: https://github.com/hpcugent/vsc_user_docs nav: - Welcome: index.md -{%- if site == 'Gent' %} - - Available software: ./only/gent/available_software/index.md -{%- endif %} - Introduction to HPC: introduction.md - Getting Started: getting_started.md - Getting an HPC Account: account.md @@ -17,6 +14,9 @@ nav: - Running batch jobs: running_batch_jobs.md - Running interactive jobs: running_interactive_jobs.md - Running jobs with input/output data: running_jobs_with_input_output_data.md +{%- if site == 'Gent' %} + - Available software: ./only/gent/available_software/index.md +{%- endif %} - Multi core jobs/Parallel Computing: multi_core_jobs.md - Using the HPC-UGent web portal: web_portal.md {%- if site == 'Gent' %} From 91a2a268d8236a7905174027b717d7fa80285fa1 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Thu, 19 Sep 2024 07:54:57 +0200 Subject: [PATCH 5/5] move 'Available software' link on landing page right below 'Hardware overview' --- mkdocs/docs/HPC/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/HPC/index.md b/mkdocs/docs/HPC/index.md index 5bc2b461a7a..b3b187c6186 100644 --- a/mkdocs/docs/HPC/index.md +++ b/mkdocs/docs/HPC/index.md @@ -21,8 +21,8 @@ Use the OS dropdown in the top bar to switch to a different operating system. - [Recording of HPC-UGent intro](https://www.ugent.be/hpc/en/training/introhpcugent-recording) - [Linux Tutorial](linux-tutorial/index.md) - [Hardware overview](https://www.ugent.be/hpc/en/infrastructure) -- [Migration of cluster and login nodes to RHEL9 (starting Sept'24)](rhel9.md) - [Available software](./only/gent/available_software/index.md) +- [Migration of cluster and login nodes to RHEL9 (starting Sept'24)](rhel9.md) {%- endif %} - [FAQ](FAQ.md) | [Troubleshooting](troubleshooting.md) | [Best practices](./best_practices.md) | [Known issues](known_issues.md)