[svn-r2328] H5.user.html: Minor reformatting.
Removed old "Developer Docs" section to move to "HDF5 Tech Notes." Datatypes.html: Minor edits. Fixed confusing references to "simple datatypes." Attributes.html H5Aiterate: Changed function type to herr_t.
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
<center>
|
||||
<table border=0 width=98%>
|
||||
<tr><td valign=top align=left>
|
||||
<a href="index.html">HDF5 documents and links</a> <br>
|
||||
<a href="H5.intro.html">Introduction to HDF5</a> <br>
|
||||
<a href="RM_H5Front.html">HDF5 Reference Manual</a> <br>
|
||||
<a href="index.html">Other HDF5 documents and links</a> <br>
|
||||
<!--
|
||||
<a href="Glossary.html">Glossary</a><br>
|
||||
-->
|
||||
@@ -31,13 +31,18 @@
|
||||
|
||||
<center><h1>A User's Guide for HDF5</h1></center>
|
||||
|
||||
<p>The following documents form a loosely organized user's guide
|
||||
to the HDF5 library.
|
||||
|
||||
<center>
|
||||
<table border=0>
|
||||
<table border=0 width=80%>
|
||||
|
||||
<tr><td valign=top><a href="Files.html">HDF5 Files</a>
|
||||
<tr><td valign=top colspan=3>
|
||||
The following documents form a loosely organized user's guide
|
||||
to the HDF5 library.
|
||||
<br>
|
||||
<br>
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top width=35%><a href="Files.html">HDF5 Files</a>
|
||||
</td><td> </td>
|
||||
<td valign=top>A guide to the <strong>H5F</strong> interface.
|
||||
</td></tr>
|
||||
@@ -78,10 +83,6 @@
|
||||
</td><td></td><td valign=top>A guide to the <strong>H5Z</strong>
|
||||
interface.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Palettes.html">Palettes</a>
|
||||
</td><td></td><td valign=top>A guide to the use of palettes
|
||||
in HDF5.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Caching.html">Caching</a>
|
||||
</td><td></td><td valign=top>A guide for meta and raw data caching.
|
||||
</td></tr>
|
||||
@@ -91,7 +92,7 @@
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="MountingFiles.html">Mounting Files</a>
|
||||
</td><td></td><td valign=top>A guide to mounting files containing
|
||||
external HDF5 datasets.
|
||||
external HDF5 <br> datasets.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Performance.html">Performance</a>
|
||||
</td><td></td><td valign=top>A guide to performance issues and
|
||||
@@ -110,49 +111,48 @@
|
||||
<tr><td valign=top><a href="ddl.html">DDL for HDF5</a>
|
||||
</td><td></td><td valign=top>A DDL in BNF for HDF5.
|
||||
</td></tr>
|
||||
<tr><td valign=top><hr noshade size=1><a href="Ragged.html">Ragged Arrays</a>
|
||||
</td><td></td><td valign=top><hr noshade size=1>A guide to the
|
||||
<tr><td valign=bottom><hr noshade size=1><a href="Ragged.html">Ragged Arrays</a>
|
||||
</td><td></td><td valign=bottom>A guide to the
|
||||
<strong>H5RA</strong> interface.
|
||||
<em><font color=red>(Experimental)</font></em>
|
||||
|
||||
|
||||
</td></tr>
|
||||
</table>
|
||||
</center>
|
||||
<br>
|
||||
|
||||
<!--
|
||||
<p>The following documents form a loosely organized developer's guide to
|
||||
aspects of the HDF5 library. (Some of the following documents
|
||||
may be rather out of date as they were working papers for design
|
||||
goals.)
|
||||
<tr><td valign=top colspan=3>
|
||||
<a name="AppDevGuide">
|
||||
<hr>
|
||||
</a>
|
||||
<h2>HDF5 Application Developer's Guide</h2>
|
||||
These documents are intended for HDF5 application developers.
|
||||
Other documents for this <cite>Guide</cite>
|
||||
(e.g., <cite>HDF4 to HDF5 File Mappings</cite>)
|
||||
are in development but are not ready for this release.
|
||||
</td></tr>
|
||||
|
||||
<ul>
|
||||
<li><a href="Version.html">Version Numbers</a> -
|
||||
A description of HDF5 version numbers.
|
||||
<li><a href="IOPipe.html">I/O Pipeline</a> -
|
||||
A description of the raw data I/O pipeline.
|
||||
<li><a href="ExternalFiles.html">Working with External Files</a> -
|
||||
A guide to the use of multiple files with HDF5.
|
||||
<li><a href="Big.html">Large Datasets</a> -
|
||||
A guide to accessing large datasets on small computers.
|
||||
<li><a href="MemoryManagement.html">Memory Management</a> -
|
||||
A white paper about memory management issues in HDF5.
|
||||
<li><a href="Coding.html">Coding Style</a> -
|
||||
A white paper about coding style in the HDF5 library code.
|
||||
<li><a href="compat.html">HDF4/HDF5 Compatibility</a> -
|
||||
A white paper about compatibility issues between HDF4 and HDF5.
|
||||
<li><a href="study.html">Chunking Performance Study</a> -
|
||||
A white paper describing the HDF5 chunking performance.
|
||||
</ul>
|
||||
<tr><td valign=top width=35%><a href="Palettes.html">
|
||||
HDF5 Image and</a>
|
||||
<br> <a href="Palettes.html">Palette Specification</a>
|
||||
</td><td></td><td valign=top>A specification for the implementation
|
||||
of images
|
||||
<br>
|
||||
and palettes in HDF5 applications.
|
||||
</td></tr>
|
||||
-->
|
||||
|
||||
</table>
|
||||
</center>
|
||||
|
||||
|
||||
|
||||
<hr>
|
||||
<center>
|
||||
<table border=0 width=98%>
|
||||
<tr><td valign=top align=left>
|
||||
<a href="index.html">HDF5 documents and links</a> <br>
|
||||
<a href="H5.intro.html">Introduction to HDF5</a> <br>
|
||||
<a href="RM_H5Front.html">HDF5 Reference Manual</a> <br>
|
||||
<a href="index.html">Other HDF5 documents and links</a> <br>
|
||||
<!--
|
||||
<a href="Glossary.html">Glossary</a><br>
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user