summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2000-06-02 21:56:50 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2000-06-02 21:56:50 (GMT)
commitc4426337ff0cc030544d48db9ebd7b6b49422e91 (patch)
tree7b3775ebf60f5b84b982bc0361ec538de5c647df
parentde8cefbe9892c63ee57c2df14549c6d75f5c5cbd (diff)
downloadhdf5-c4426337ff0cc030544d48db9ebd7b6b49422e91.zip
hdf5-c4426337ff0cc030544d48db9ebd7b6b49422e91.tar.gz
hdf5-c4426337ff0cc030544d48db9ebd7b6b49422e91.tar.bz2
[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.
-rw-r--r--doc/html/Attributes.html6
-rw-r--r--doc/html/Datatypes.html10
-rw-r--r--doc/html/H5.user.html78
3 files changed, 47 insertions, 47 deletions
diff --git a/doc/html/Attributes.html b/doc/html/Attributes.html
index e73419f..60a588c 100644
--- a/doc/html/Attributes.html
+++ b/doc/html/Attributes.html
@@ -11,9 +11,9 @@
<center>
<table border=0 width=98%>
<tr><td valign=top align=left>
+ <a href="index.html">HDF5 documents and links</a>&nbsp;<br>
<a href="H5.intro.html">Introduction to HDF5</a>&nbsp;<br>
<a href="RM_H5Front.html">HDF5 Reference Manual</a>&nbsp;<br>
- <a href="index.html">Other HDF5 documents and links</a>&nbsp;<br>
<!--
<a href="Glossary.html">Glossary</a><br>
-->
@@ -158,7 +158,7 @@
<h2>4. Attribute Inquiry Functions</h2>
<dl>
- <dt><code>int H5Aiterate (hid_t <em>loc_id</em>,
+ <dt><code>herr_t H5Aiterate (hid_t <em>loc_id</em>,
unsigned *<em>attr_number</em>,
H5A_operator <em>operator</em>,
void *<em>operator_data</em>)</code>
@@ -222,9 +222,9 @@
<center>
<table border=0 width=98%>
<tr><td valign=top align=left>
+ <a href="index.html">HDF5 documents and links</a>&nbsp;<br>
<a href="H5.intro.html">Introduction to HDF5</a>&nbsp;<br>
<a href="RM_H5Front.html">HDF5 Reference Manual</a>&nbsp;<br>
- <a href="index.html">Other HDF5 documents and links</a>&nbsp;<br>
<!--
<a href="Glossary.html">Glossary</a><br>
-->
diff --git a/doc/html/Datatypes.html b/doc/html/Datatypes.html
index 0cdc31b..1262a1f 100644
--- a/doc/html/Datatypes.html
+++ b/doc/html/Datatypes.html
@@ -11,9 +11,9 @@
<center>
<table border=0 width=98%>
<tr><td valign=top align=left>
+ <a href="index.html">HDF5 documents and links</a>&nbsp;<br>
<a href="H5.intro.html">Introduction to HDF5</a>&nbsp;<br>
<a href="RM_H5Front.html">HDF5 Reference Manual</a>&nbsp;<br>
- <a href="index.html">Other HDF5 documents and links</a>&nbsp;<br>
<!--
<a href="Glossary.html">Glossary</a><br>
-->
@@ -2431,13 +2431,13 @@ in the HDF5 distribution.
<h2>10. Sharing Datatypes among Datasets</h2>
- <p>If a file has lots of datasets which have a common datatype
+ <p>If a file has lots of datasets which have a common datatype,
then the file could be made smaller by having all the datasets
share a single datatype. Instead of storing a copy of the
datatype in each dataset object header, a single datatype is stored
and the object headers point to it. The space savings is
- probably only significant for datasets with a compound datatype
- since the simple datatypes can be described with just a few
+ probably only significant for datasets with a compound datatype,
+ since the atomic datatypes can be described with just a few
bytes anyway.
<p>To create a bunch of datasets that share a single datatype
@@ -2838,9 +2838,9 @@ H5Tregister(H5T_PERS_SOFT, "cus2be",
<center>
<table border=0 width=98%>
<tr><td valign=top align=left>
+ <a href="index.html">HDF5 documents and links</a>&nbsp;<br>
<a href="H5.intro.html">Introduction to HDF5</a>&nbsp;<br>
<a href="RM_H5Front.html">HDF5 Reference Manual</a>&nbsp;<br>
- <a href="index.html">Other HDF5 documents and links</a>&nbsp;<br>
<!--
<a href="Glossary.html">Glossary</a><br>
-->
diff --git a/doc/html/H5.user.html b/doc/html/H5.user.html
index f6970be..7921a34 100644
--- a/doc/html/H5.user.html
+++ b/doc/html/H5.user.html
@@ -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>&nbsp;<br>
<a href="H5.intro.html">Introduction to HDF5</a>&nbsp;<br>
<a href="RM_H5Front.html">HDF5 Reference Manual</a>&nbsp;<br>
- <a href="index.html">Other HDF5 documents and links</a>&nbsp;<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>&nbsp;&nbsp;&nbsp;&nbsp;</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>&nbsp;&nbsp;&nbsp;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.
&nbsp;&nbsp;<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.)
-
- <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 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>
+
+ <tr><td valign=top width=35%><a href="Palettes.html">
+ HDF5 Image and</a>
+ <br>&nbsp;&nbsp;&nbsp;<a href="Palettes.html">Palette Specification</a>
+ </td><td></td><td valign=top>A specification for the implementation
+ of images
+ <br>&nbsp;&nbsp;&nbsp;
+ 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>&nbsp;<br>
<a href="H5.intro.html">Introduction to HDF5</a>&nbsp;<br>
<a href="RM_H5Front.html">HDF5 Reference Manual</a>&nbsp;<br>
- <a href="index.html">Other HDF5 documents and links</a>&nbsp;<br>
<!--
<a href="Glossary.html">Glossary</a><br>
-->