summaryrefslogtreecommitdiffstats
path: root/_l_b_contents.html
diff options
context:
space:
mode:
Diffstat (limited to '_l_b_contents.html')
-rw-r--r--_l_b_contents.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_l_b_contents.html b/_l_b_contents.html
index 8acfed3..26132d0 100644
--- a/_l_b_contents.html
+++ b/_l_b_contents.html
@@ -37,7 +37,7 @@
<td id="projectlogo"><img alt="Logo" src="HDFG-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname"><a href="https://www.hdfgroup.org">HDF5</a>
- &#160;<span id="projectnumber">1.15.0.64e239c</span>
+ &#160;<span id="projectnumber">1.15.0.61982b6</span>
</div>
<div id="projectbrief">API Reference</div>
</td>
@@ -120,7 +120,7 @@ Discovering what is in an HDF5 file</h1>
Programming Example</h1>
<h2><a class="anchor" id="subsecLBContentsProgUsing"></a>
Using #H5Literate, #H5Lvisit and #H5Ovisit</h2>
-<p>For example code, see the <a class="el" href="_h_d_f5_examples.html">HDF5 Examples</a> page. Specifically look at the <a href="https://portal.hdfgroup.org/display/HDF5/Examples+by+API">Examples by API</a>. There are examples for different languages, where examples of using <a class="el" href="group___t_r_a_v.html#ga55406698106930db68242987c11ba051">H5Literate</a> and <a class="el" href="group___h5_o.html#ga5ce86255fcc34ceaf84a62551cd24233">H5Ovisit</a>/<a class="el" href="group___t_r_a_v.html#gac0558936502924d9e898d8b6e041ed69">H5Lvisit</a> are included.</p>
+<p>For example code, see the <a class="el" href="_h_d_f5_examples.html">HDF5 Examples</a> page. Specifically look at the <a class="el" href="_ex_a_p_i.html">Examples by API</a>. There are examples for different languages, where examples of using <a class="el" href="group___t_r_a_v.html#ga55406698106930db68242987c11ba051">H5Literate</a> and <a class="el" href="group___h5_o.html#ga5ce86255fcc34ceaf84a62551cd24233">H5Ovisit</a>/<a class="el" href="group___t_r_a_v.html#gac0558936502924d9e898d8b6e041ed69">H5Lvisit</a> are included.</p>
<p>The h5ex_g_traverse example traverses a file using H5Literate: </p><ul>
<li>C: <a href="https://support.hdfgroup.org/ftp/HDF5/examples/examples-by-api/hdf5-examples/1_8/C/H5G/h5ex_g_traverse.c">h5ex_g_traverse.c</a> </li>
<li>F90: <a href="https://support.hdfgroup.org/ftp/HDF5/examples/examples-by-api/hdf5-examples/1_8/FORTRAN/H5G/h5ex_g_traverse_F03.f90">h5ex_g_traverse_F03.f90</a></li>