Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add training videos page #4422

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

*/



Loading