Skip to content

Commit bedceb6

Browse files
committed
move ml tutorials into a tutorials section
1 parent ef0fdf6 commit bedceb6

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

docs/tutorials/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[](){#ref-tutorials}
2+
# Tutorials
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

mkdocs.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ nav:
6262
- 'Cray modules (CPE)': software/prgenv/cpe.md
6363
- 'Machine Learning':
6464
- software/ml/index.md
65-
- 'Tutorials':
66-
- software/ml/tutorials/index.md
67-
- 'LLM Inference': software/ml/tutorials/llm-inference.md
68-
- 'LLM Fine-tuning': software/ml/tutorials/llm-fine-tuning.md
69-
- 'LLM Pre-training': software/ml/tutorials/llm-nanotron-training.md
7065
- 'PyTorch': software/ml/pytorch.md
7166
- 'Communication Libraries':
7267
- software/communication/index.md
@@ -131,6 +126,13 @@ nav:
131126
- 'Storage': guides/storage.md
132127
- 'Using the terminal': guides/terminal.md
133128
- 'Gordon Bell 2025': guides/gb25.md
129+
- 'Tutorials':
130+
- tutorials/index.md
131+
- 'Machine Learning':
132+
- tutorials/ml/index.md
133+
- 'LLM Inference': tutorials/ml/llm-inference.md
134+
- 'LLM Fine-tuning': tutorials/ml/llm-fine-tuning.md
135+
- 'LLM Pre-training': tutorials/ml/llm-nanotron-training.md
134136
- 'Policies':
135137
- policies/index.md
136138
- 'User Regulations': policies/regulations.md

0 commit comments

Comments
 (0)