From 84e75e28dda662501315779ff5098d331a966759 Mon Sep 17 00:00:00 2001
From: bmribler <39579120+bmribler@users.noreply.github.com>
Date: Fri, 19 Apr 2024 08:45:56 -0400
Subject: [PATCH] Add training videos page (#4422)
---
doxygen/dox/LearnBasics3.dox | 8 +++---
doxygen/dox/TrainingVideos.dox | 48 ++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+), 5 deletions(-)
create mode 100644 doxygen/dox/TrainingVideos.dox
diff --git a/doxygen/dox/LearnBasics3.dox b/doxygen/dox/LearnBasics3.dox
index c71d1615b57..ce907d4f6a5 100644
--- a/doxygen/dox/LearnBasics3.dox
+++ b/doxygen/dox/LearnBasics3.dox
@@ -693,7 +693,7 @@ did = H5Dopen (file_id, "/foo/boo/moo"); /* absolute path */
Navigate back: \ref index "Main" / \ref GettingStarted / \ref LearnBasics
-@page LBCompiling Compiling HDF5 Applications
+/** @page LBCompiling Compiling HDF5 Applications
Navigate back: \ref index "Main" / \ref GettingStarted / \ref LearnBasics
@@ -1003,11 +1003,9 @@ There are log files for the configure, test, and build.
Navigate back: \ref index "Main" / \ref GettingStarted / \ref LearnBasics
-@page LBTraining Training Videos
-Navigate back: \ref index "Main" / \ref GettingStarted / \ref LearnBasics
-
+*/
-Training Videos
+/ref LBTraining
Navigate back: \ref index "Main" / \ref GettingStarted / \ref LearnBasics
diff --git a/doxygen/dox/TrainingVideos.dox b/doxygen/dox/TrainingVideos.dox
new file mode 100644
index 00000000000..be5f557b683
--- /dev/null
+++ b/doxygen/dox/TrainingVideos.dox
@@ -0,0 +1,48 @@
+/** @page LBTraining Training Videos
+Navigate back: \ref index "Main" / \ref GettingStarted / \ref LearnBasics
+
+
+
+
+
+[**HDF5 Introduction**](https://youtu.be/S74Kc8QYDac) |
+
+
+
+## Core Topics
+
+
+
+[**Data Model and Basic Usage, Core Topic #1**](https://youtu.be/vKuthH200eI) |
+[**Datasets, Core Topic #2**](https://youtu.be/2oDXgecMMfo) |
+[**Attributes, Core Topic #3**](https://youtu.be/d_P6LhmzmWQ) |
+
+
+[**Groups and Links, Core Topic #4**](https://youtu.be/29J_FxPEDxo) |
+[**Discovering File Structure, Core Topic #5**](https://youtu.be/rIl1Gz8zh-8) |
+[**Partial IO, Core Topic #6**](https://youtu.be/RuzwPCFGBRE) |
+
+
+[**Compound Datatype, Core Topic #7**](https://youtu.be/NXWwjrPdACY) |
+ |
+ |
+
+
+
+## Advanced Topics:
+
+
+
+[**Dataset Storage Layouts, Advanced Topic #1**](https://youtu.be/mOTpu5KDpj8) |
+[**Using Compression and Filters, Advanced Topic #2**](https://youtu.be/TvnDV-U9T4k) |
+[**Using Command Line Tools, Advanced Topic #3**](https://youtu.be/CPIO1lmRkdM) |
+
+
+
+
+Navigate back: \ref index "Main" / \ref GettingStarted / \ref LearnBasics
+
+*/
+
+
+