Skip to content

Commit 905233b

Browse files
author
purduercac-docs-bot
committed
Merge remote-tracking branch 'origin/main' into dev
2 parents f69204d + 4f3e357 commit 905233b

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/snippets/apps/r.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For more functions and tutorials:
4545
**Installing Packages**
4646

4747
- **Step 0: Set up installation preferences.**
48-
Follow the [steps for setting up](../../userguides/gautschi/run_jobs/examples/example_r_profile_setup.md) your `~/.Rprofile` preferences. This step needs to be done only once. If you have created a `~/.Rprofile` file previously on Gautschi, ignore this step.
48+
Follow the [steps for setting up](/userguides/gautschi/run_jobs/examples/example_r_profile_setup) your `~/.Rprofile` preferences. This step needs to be done only once. If you have created a `~/.Rprofile` file previously on Gautschi, ignore this step.
4949

5050
- **Step 1: Check if the package is already installed.**
5151
As part of the R installations on community clusters, a lot of R libraries are pre-installed. You can check if your package is already installed by opening an R terminal and entering the command `installed.packages()`. For example,

docs/software/ngc_catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ search:
99

1010
## What is NGC?
1111

12-
![Nvidia Logo](../../assets/images/nvidia_logo.png){ align=right width=250px }
12+
![Nvidia Logo](../assets/images/nvidia_logo.png){ align=right width=250px }
1313

1414
Nvidia GPU cloud (NGC) is a GPU-accelerated cloud platform optimized for deep learning and scientific computing. NGC offers a comprehensive catalogue of GPU-accelerated containers, so the application runs quickly and reliably on the high performance computing environment. NGC was deployed to extend the cluster capabilities and to enable powerful software and deliver the fastest results. By utilizing Singularity and NGC, users can focus on building lean models, producing optimal solutions and gathering faster insights. For more information, please visit [https://www.nvidia.com/en-us/gpu-cloud](https://www.nvidia.com/en-us/gpu-cloud/) and [NGC software catalog](https://ngc.nvidia.com/catalog/).
1515

docs/software/rocm_catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ search:
77

88
# AMD ROCm containers
99

10-
![AMD ROCM Logo](../../assets/images/rocm_logo.png){ align=right width=250px }
10+
![AMD ROCM Logo](../assets/images/rocm_logo.png){ align=right width=250px }
1111

1212
## What is AMD ROCm
1313

docs/userguides/gilbreth/run_jobs/learning/customml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@ Due to firewall rules, the TensorBoard URL may only be accessible from Gilbreth
182182

183183
For more details, refer to the [TensorBoard User Guide](https://www.tensorflow.org/tensorboard).
184184

185-
[**Back to the Running Jobs section**](index.md)
185+
[**Back to the Running Jobs section**](../index.md)

docs/userguides/gilbreth/run_jobs/learning/ml_batch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ sbatch tensor_hello.sub
5555

5656
Once the job finishes, you will find an output file (`slurm-xxxxx.out`).
5757

58-
[**Back to the Running Jobs section**](index.md)
58+
[**Back to the Running Jobs section**](../index.md)

docs/userguides/negishi/run_jobs/biocontainers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ bowtie2 -p 8 -x ref -1 reads_1.fq -2 reads_2.fq -S align.sam
8282

8383
To help users get started, we provided detailed user guides for each containerized bioinformatics module on the [ReadTheDocs platform](https://biocontainer-doc.readthedocs.io/en/latest/)
8484

85-
![RCAC Biocontainers one ReadTheDocs](../../../../assets/images/userguides/examples/biocontainers.png)
85+
![RCAC Biocontainers one ReadTheDocs](../../../assets/images/userguides/examples/biocontainers.png)
8686

8787
[**Back to the Running Jobs section**](index.md)

docs/userguides/negishi/run_jobs/windows/launcher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Windows VMs can be easily launched through the [thinlinc](../../../accounts/#thi
1818
* The "Windows 10" launcher will launch a VM directly on the front-end.
1919
* Follow the dialogs to set up your VM.
2020

21-
![Thinlinc Applications list](../../../../../assets/images/userguides/examples/windows.png)
21+
![Thinlinc Applications list](../../../../assets/images/userguides/examples/windows.png)
2222

2323
*Find Windows 10 under the 'Cluster Software' option in the list of Applications.*
2424

0 commit comments

Comments
 (0)