From 5ebc585f2dcfe112c184ad778db29e57f7db97e7 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Mon, 27 Oct 2003 15:26:37 -0500 Subject: [svn-r7750] Purpose: Glossary.html only: Clean up nesting of HTML tags Glossary.html and PredefDTypes.html Add HTML code that facilitates creating PDF version of RM Description: Solution: Platforms tested: Safari, IE 5 --- doc/html/Glossary.html | 36 +++++++++++++++++++----------------- doc/html/PredefDTypes.html | 8 +++++--- 2 files changed, 24 insertions(+), 20 deletions(-) diff --git a/doc/html/Glossary.html b/doc/html/Glossary.html index 66a48c8..941063e 100644 --- a/doc/html/Glossary.html +++ b/doc/html/Glossary.html @@ -229,21 +229,21 @@ HDF5 Glossary data portion of the dataset is stored in a single contiguous block.

-

data transfer property list +
data transfer property list
The data transfer property list is used to control various aspects of the I/O, such as caching hints or collective I/O information.

-

dataset +
dataset
A multi-dimensional array of data elements, together with supporting metadata.

-

dataset access property list +
dataset access property list
A property list containing information on how a dataset is to be accessed.

-

dataset creation property list +
dataset creation property list
A property list containing information on how raw data is organized on disk and how the raw data is compressed.

-

dataspace +
dataspace
An object that describes the dimensionality of the data array. A dataspace is either a regular N-dimensional array of data points, called a simple dataspace, or a more general collection of data points organized in another manner, called a complex dataspace.

-

datatype +
datatype
An object that describes the storage format of the individual data points of a data set. There are two categories of datatypes: atomic and compound datatypes. @@ -308,12 +308,12 @@ HDF5 Glossary which is not necessarily a native type.

-

file +
file
A container for storing grouped collections of multi-dimensional arrays containing scientific data.

-

file access mode +
file access mode
Determines whether an existing file will be overwritten, opened for read-only access, or opened for read/write access. All newly created files are opened for both reading and @@ -332,7 +332,7 @@ HDF5 Glossary -->

-

file access property list +
file access property list
File access property lists are used to control different methods of performing I/O on files:

-

file creation property list +
file creation property list
The property list used to control file metadata.

-

group +
group
A structure containing zero or more HDF5 objects, together with supporting metadata. The two primary HDF5 objects are datasets and groups. @@ -414,7 +414,7 @@ HDF5 Glossary

--> -

hyperslab +
hyperslab
A portion of a dataset. A hyperslab selection can be a logically contiguous collection of points in a dataspace or a regular pattern of points or blocks in a dataspace. @@ -434,7 +434,7 @@ HDF5 Glossary is a member of dataset A.

-

name +
name
A slash-separated list of components that uniquely identifies an element of an HDF5 file. A name begins that begins with a slash is an absolute name which is accessed beginning with the root group @@ -498,7 +498,7 @@ HDF5 Glossary chunked, in the HDF5 file.

-

super block +
super block
A block of data containing the information required to portably access HDF5 files on multiple platforms, followed by information about the groups and datasets in the file. @@ -562,9 +562,11 @@ HDF5 Glossary HDF Help Desk
Describes HDF5 Release 1.6.0, July 2003 - - -Last modified: 18 October 1999 + diff --git a/doc/html/PredefDTypes.html b/doc/html/PredefDTypes.html index bf2365f..c5234dd 100644 --- a/doc/html/PredefDTypes.html +++ b/doc/html/PredefDTypes.html @@ -498,9 +498,11 @@ And in this document, the HDF Help Desk
Describes HDF5 Release 1.6.0, July 2003 - - -Last modified: 12 December 2000 + -- cgit v0.12