Skip to content

Commit f34bfee

Browse files
Merge pull request #50 from kir-rescomp/dev
commented out the Start button lines as they were a bit redundant
2 parents 3dfe26a + d17df24 commit f34bfee

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
Explore the foundations of working efficiently in a Linux environment through the command line interface. This beginner-level workshop introduces essential commands for navigating the filesystem, managing files and processes, and automating tasks
4242
</span></a><br>
4343

44-
[Start :octicons-arrow-right-24:](https://kir-rescomp.github.io/training-intro-to-linux-cli/){ .md-button }
44+
<!---- [Start :octicons-arrow-right-24:](https://kir-rescomp.github.io/training-intro-to-linux-cli/){ .md-button } -->
4545

4646
- <a href="https://kir-rescomp.github.io/training-intro-to-git-github/" style="text-decoration: none; color: inherit; display: block;">
4747
<center>![intro-to-git](./images/git_and_github.png){ width="220" }</center>
@@ -53,7 +53,7 @@
5353
How to manage code and collaborate effectively using Git and GitHub. This workshop introduces version control concepts, repositories, branching, commits, and pull requests, providing the skills needed to track changes and contribute confidently to modern software projects
5454
</span></a><br>
5555

56-
[Start :octicons-arrow-right-24:](https://kir-rescomp.github.io/training-intro-to-git-github/){ .md-button }
56+
<!--- [Start :octicons-arrow-right-24:](https://kir-rescomp.github.io/training-intro-to-git-github/){ .md-button } -->
5757

5858
- <a href="https://kir-rescomp.github.io/training-intro-to-apptainer/" style="text-decoration: none; color: inherit; display: block;">
5959
<center>![intro-to-git](./images/apptainer.png){ width="220" }</center>
@@ -66,7 +66,7 @@
6666
Introduction to using the Apptainer container platform. Apptainer is particularly suited to running containers on infrastructure where users don’t have administrative privileges, for example shared infrastructure such as High Performance Computing (HPC) clusters
6767
</span></a><br>
6868

69-
[Start :octicons-arrow-right-24:](https://kir-rescomp.github.io/training-intro-to-apptainer/){ .md-button }
69+
<!--- [Start :octicons-arrow-right-24:](https://kir-rescomp.github.io/training-intro-to-apptainer/){ .md-button } -->
7070

7171
- <a href="https://kir-rescomp.github.io/training-intro-to-snakemake" style="text-decoration: none; color: inherit; display: block;">
7272
<center>![intro-to-snakemake](./images/snakemake_new_logo.png){ width="220" }</center>
@@ -78,9 +78,9 @@
7878
<span style="font-size: 0.7rem;">
7979
Snakemake is a powerful workflow management system designed to create reproducible and scalable data analyses through simple, human-readable Python-based syntax. It automatically detects dependencies, parallelizes tasks efficiently, and can seamlessly scale from a single workstation to computing clusters and cloud environments
8080
</span></a><br>
81-
81+
<!---
8282
[Start :octicons-arrow-right-24:](https://kir-rescomp.github.io/training-intro-to-snakemake/){ .md-button }
83-
83+
-->
8484
- <a href="https://kir-rescomp.github.io/training-gpu-profiling/" style="text-decoration: none; color: inherit; display: block;">
8585
<center>![gpu-profiling](./images/gpu_profiling.png){ width="220" }</center>
8686

@@ -92,9 +92,9 @@
9292
<span style="font-size: 0.7rem;">
9393
User-level guide for profiling GPU usage in Slurm jobs without requiring sudo/admin permissions.
9494
</span></a><br>
95-
95+
<!---
9696
[Start :octicons-arrow-right-24:](https://kir-rescomp.github.io/training-gpu-profiling/){ .md-button }
97-
97+
-->
9898
- <a href="https://kir-rescomp.github.io/training-basics-python-packaging/" style="text-decoration: none; color: inherit; display: block;">
9999
<center>![py-packaging](./images/python_packaging.png){ width="220" }</center>
100100

@@ -105,9 +105,9 @@
105105
<span style="font-size: 0.7rem;">
106106
Quick how-to guide on what you minimally need to do to adopt the modern Python packaging standards
107107
</span></a><br>
108-
108+
<!----
109109
[Start :octicons-arrow-right-24:](https://kir-rescomp.github.io/training-basics-python-packaging/){ .md-button }
110-
110+
-->
111111
</div>
112112

113113

0 commit comments

Comments
 (0)