Skip to content

Commit

Permalink
Add training videos page (HDFGroup#4422)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmribler authored and lrknox committed Apr 22, 2024
1 parent c54b9af commit 57747ed
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 5 deletions.
8 changes: 3 additions & 5 deletions doxygen/dox/LearnBasics3.dox
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ did = H5Dopen (file_id, "/foo/boo/moo"); /* absolute path */
<hr>
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
<hr>

Expand Down Expand Up @@ -1003,11 +1003,9 @@ There are log files for the configure, test, and build.
<hr>
Navigate back: \ref index "Main" / \ref GettingStarted / \ref LearnBasics

@page LBTraining Training Videos
Navigate back: \ref index "Main" / \ref GettingStarted / \ref LearnBasics
<hr>
*/

<a href="https://confluence.hdfgroup.org/display/HDF5/Training+Videos">Training Videos</a>
/ref LBTraining

<hr>
Navigate back: \ref index "Main" / \ref GettingStarted / \ref LearnBasics
Expand Down
48 changes: 48 additions & 0 deletions doxygen/dox/TrainingVideos.dox
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
/** @page LBTraining Training Videos
Navigate back: \ref index "Main" / \ref GettingStarted / \ref LearnBasics
<hr>

<br>
<table>
<tr>
<td>[**HDF5 Introduction**](https://youtu.be/S74Kc8QYDac)</td>
</tr>
</table>

## Core Topics

<table>
<tr>
<td>[**Data Model and Basic Usage, Core Topic #1**](https://youtu.be/vKuthH200eI)</td>
<td>[**Datasets, Core Topic #2**](https://youtu.be/2oDXgecMMfo)</td>
<td>[**Attributes, Core Topic #3**](https://youtu.be/d_P6LhmzmWQ)</td>
</tr>
<tr>
<td>[**Groups and Links, Core Topic #4**](https://youtu.be/29J_FxPEDxo)</td>
<td>[**Discovering File Structure, Core Topic #5**](https://youtu.be/rIl1Gz8zh-8)</td>
<td>[**Partial IO, Core Topic #6**](https://youtu.be/RuzwPCFGBRE)</td>
</tr>
<tr>
<td>[**Compound Datatype, Core Topic #7**](https://youtu.be/NXWwjrPdACY)</td>
<td></td>
<td></td>
</tr>
</table>

## Advanced Topics:

<table>
<tr>
<td>[**Dataset Storage Layouts, Advanced Topic #1**](https://youtu.be/mOTpu5KDpj8)</td>
<td>[**Using Compression and Filters, Advanced Topic #2**](https://youtu.be/TvnDV-U9T4k)</td>
<td>[**Using Command Line Tools, Advanced Topic #3**](https://youtu.be/CPIO1lmRkdM)</td>
</tr>
</table>

<hr>
Navigate back: \ref index "Main" / \ref GettingStarted / \ref LearnBasics

*/



0 comments on commit 57747ed

Please sign in to comment.