summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>1999-09-28 02:03:05 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>1999-09-28 02:03:05 (GMT)
commite6c1d392e374fc3a4838221f1cca8285bdd6f259 (patch)
tree364c950cc4e8db9b7d3945a433ec267dee29a68c /doc
parent7f885e42ac703bdf114a6a44ad2ed5e5a49e2ab7 (diff)
downloadhdf5-e6c1d392e374fc3a4838221f1cca8285bdd6f259.zip
hdf5-e6c1d392e374fc3a4838221f1cca8285bdd6f259.tar.gz
hdf5-e6c1d392e374fc3a4838221f1cca8285bdd6f259.tar.bz2
[svn-r1678] Tools.html
Palettes.html Various copy-edits and cleaned up HTML. Caching.html Edited section headers and added an <h1> header. Errors.html Added section title "Error Handling Operations."
Diffstat (limited to 'doc')
-rw-r--r--doc/html/Caching.html8
-rw-r--r--doc/html/Errors.html2
-rwxr-xr-xdoc/html/Palettes.html12
-rw-r--r--doc/html/Tools.html2
4 files changed, 14 insertions, 10 deletions
diff --git a/doc/html/Caching.html b/doc/html/Caching.html
index 22326de..6b62b91 100644
--- a/doc/html/Caching.html
+++ b/doc/html/Caching.html
@@ -49,7 +49,9 @@
<hr>
- <h1>Meta Data Caching</h1>
+ <h1>Data Caching</h1>
+
+ <h2>1. Meta Data Caching</h2>
<p>The HDF5 library caches two types of data: meta data and raw
data. The meta data cache holds file objects like the file
@@ -61,7 +63,7 @@
are handled by preempting the older object in favor of the new
one.
- <h1>Raw Data Chunk Caching</h1>
+ <h2>2. Raw Data Chunk Caching</h2>
<p>Raw data chunks are cached because I/O requests at the
application level typically don't map well to chunks at the
@@ -94,7 +96,7 @@
a diagonal accross the dataset where each request overlaps the
previous request would benefit from a small <em>w0</em>.
- <h1>The API</h1>
+ <h2>3. Data Caching Operations</h2>
<p>The cache parameters for both caches are part of a file access
property list and are set and queried with this pair of
diff --git a/doc/html/Errors.html b/doc/html/Errors.html
index d74ed32..801b95e 100644
--- a/doc/html/Errors.html
+++ b/doc/html/Errors.html
@@ -62,6 +62,8 @@
next API function which is called (with a few exceptions) resets
the stack.
+ <h2>2. Error Handling Operations</h2>
+
<p>In normal circumstances, an error causes the stack to be
printed on the standard error stream. The first item, number
"#000" is produced by the API function itself and is usually
diff --git a/doc/html/Palettes.html b/doc/html/Palettes.html
index 7f67335..106db61 100755
--- a/doc/html/Palettes.html
+++ b/doc/html/Palettes.html
@@ -50,14 +50,12 @@
-<HTML>
-<HEAD>
-<TITLE>Proposed HDF5 Palette Specification</TITLE>
-<BODY>
<H1>HDF5 Palette Specification </H1>
-<P>This page is a work in progress page. Please send comments to <A
+
+<P>This section is a work in progress page. Please send comments to <A
href="mailto:davet@ncsa.uiuc.edu">davet@ncsa.uiuc.edu</A>. Anything and
everything on this page may be changed.
+
<P><B>Questions regarding this specification:</B>
<UL>
<LI>Currently, the range index is referred to as an attribute of the palette.
@@ -224,7 +222,9 @@ attributes.
<HR>
-<H1>Specifying a Palette for a Dataset </H1>A dataset within an HDF5 file may
+<H2>Specifying a Palette for a Dataset </H2>
+
+A dataset within an HDF5 file may
specify an array of palettes to be viewed with. The dataset will have an
attribute field called "<B>PALETTE</B>" which contains an array of object
reference pointers which refer to palettes in the file. The first palette in
diff --git a/doc/html/Tools.html b/doc/html/Tools.html
index 929cfcb..944ae87 100644
--- a/doc/html/Tools.html
+++ b/doc/html/Tools.html
@@ -176,7 +176,7 @@ These tools enable the user to examine HDF5 files interactively.
<dt>- H5T_IEEE_F32BE, H5T_IEEE_F32LE, H5T_IEEE_F64BE, ...
<li>string type
<li>compound type
- <dt>- named, unamed and transient compound type
+ <dt>- named, unnamed and transient compound type
<dt>- integer, floating or string type member
<li>reference type
<dt>- object references