diff --git a/doc/html/H5.intro.datamap.gif b/doc/html/H5.intro.datamap.gif deleted file mode 100644 index 6df224d8c2..0000000000 Binary files a/doc/html/H5.intro.datamap.gif and /dev/null differ diff --git a/doc/html/H5.intro.html b/doc/html/H5.intro.html index feab1c1b88..d00552f20d 100644 --- a/doc/html/H5.intro.html +++ b/doc/html/H5.intro.html @@ -4,7 +4,7 @@ Introduction to HDF5 - + H5S   H5T   @@ -52,7 +52,7 @@ tools required to meet specific aspects of the HDF5 data-handling requirements. --> @@ -69,7 +69,7 @@ HDF5 Reference Manual  H5G   H5P   H5S   H5T   diff --git a/doc/html/RM_H5R.html b/doc/html/RM_H5RA.html similarity index 82% rename from doc/html/RM_H5R.html rename to doc/html/RM_H5RA.html index 4e1fd7ca2f..2b2d80e1c0 100644 --- a/doc/html/RM_H5R.html +++ b/doc/html/RM_H5RA.html @@ -1,6 +1,6 @@ -HDF5/H5R Draft API Specification +HDF5/H5RA Draft API Specification @@ -15,7 +15,7 @@ HDF5/H5R Draft API Specification H5F   H5G   H5P   -H5R   +H5RA   H5S   H5T   H5Z   @@ -27,14 +27,14 @@ H5R  
-

H5R: Ragged Array Interface

+

H5RA: Ragged Array Interface

Ragged Array API Functions

-The H5R Interface is strictly experimental at this time; +The H5RA Interface is strictly experimental at this time; the interface may change dramatically or support for ragged arrays may be unavailable in future in releases. As a result, future releases may be unable to retrieve data stored with this interface. @@ -50,14 +50,14 @@ These functions enable the user to store and retrieve data in ragged arrays.
      
@@ -68,16 +68,16 @@ These functions enable the user to store and retrieve data in ragged arrays.
-
Name: H5Rcreate +
Name: H5RAcreate
Signature: -
H5Rcreate( , +
H5RAcreate( , , )
Purpose:
Description: -
H5Rcreate +
H5RAcreate
Parameters:
@@ -95,16 +95,16 @@ These functions enable the user to store and retrieve data in ragged arrays.
-
Name: H5Ropen +
Name: H5RAopen
Signature: -
H5Ropen( , +
H5RAopen( , , )
Purpose:
Description: -
H5Ropen +
H5RAopen
Parameters:
@@ -122,16 +122,16 @@ These functions enable the user to store and retrieve data in ragged arrays.
-
Name: H5Rclose +
Name: H5RAclose
Signature: -
H5Rclose( , +
H5RAclose( , , )
Purpose:
Description: -
H5Rclose +
H5RAclose
Parameters:
@@ -149,16 +149,16 @@ These functions enable the user to store and retrieve data in ragged arrays.
-
Name: H5Rwrite +
Name: H5RAwrite
Signature: -
H5Rwrite( , +
H5RAwrite( , , )
Purpose:
Description: -
H5Rwrite +
H5RAwrite

Datatype conversion takes place at the time of a read or write and is automatic. See the @@ -184,16 +184,16 @@ These functions enable the user to store and retrieve data in ragged arrays.


-
Name: H5Rread +
Name: H5RAread
Signature: -
H5Rread( , +
H5RAread( , , )
Purpose:
Description: -
H5Rread +
H5RAread

Datatype conversion takes place at the time of a read or write and is automatic. See the @@ -227,7 +227,7 @@ These functions enable the user to store and retrieve data in ragged arrays. H5F   H5G   H5P   -H5R   +H5RA   H5S   H5T   H5Z   diff --git a/doc/html/Ragged.html b/doc/html/Ragged.html index 1ccce6e29d..42e6e0dce1 100644 --- a/doc/html/Ragged.html +++ b/doc/html/Ragged.html @@ -10,7 +10,7 @@
-The H5R Interface is strictly experimental at this time; +The H5RA Interface is strictly experimental at this time; the interface may change dramatically or support for ragged arrays may be unavailable in future in releases. As a result, future releases may be unable to retrieve data stored with this interface. @@ -67,7 +67,7 @@ Do not create any archives using this interface!

2. Opening and Closing

-
hid_t H5Rcreate (hid_t location, const char +
hid_t H5RAcreate (hid_t location, const char *name, hid_t type, hid_t plist)
This function creates a new ragged array by creating the @@ -81,7 +81,7 @@ Do not create any archives using this interface! cannot be created.

-
hid_t H5Ropen (hid_t location, const char +
hid_t H5RAopen (hid_t location, const char *name)
This function opens a ragged array by opening the specified group and the component datasets (which should not be accessed @@ -89,7 +89,7 @@ Do not create any archives using this interface! be opened.

-
herr_t H5Rclose (hid_t array) +
herr_t H5RAclose (hid_t array)
All ragged arrays should be closed by calling this function. The group and component datasets will be closed automatically by the library. @@ -104,7 +104,7 @@ Do not create any archives using this interface! number of rows on which to operate.
-
herr_t H5Rwrite (hid_t array_id, hssize_t +
herr_t H5RAwrite (hid_t array_id, hssize_t start_row, hsize_t nrows, hid_t type, hsize_t size[], void *buf[]) @@ -119,7 +119,7 @@ Do not create any archives using this interface! the first row on which to operate.

-
herr_t H5Rread (hid_t array_id, hssize_t +
herr_t H5RAread (hid_t array_id, hssize_t start_row, hsize_t nrows, hid_t type, hsize_t size[], void *buf[]) diff --git a/doc/html/Tools.html b/doc/html/Tools.html index f5c1578de5..bf44249559 100644 --- a/doc/html/Tools.html +++ b/doc/html/Tools.html @@ -16,7 +16,7 @@ HDF5/Tools Draft API Specification H5G   H5P   H5S   H5T   @@ -243,7 +243,7 @@ These tools enable the user to examine HDF5 files interactively. H5G   H5P   H5S   H5T