[svn-r1874] Bringing all changes from R1.2 tree into R1.3 tree.
(except Datatypes.html, H5.format.html, ddl.html) This version of HDF5 Ref Manual includes FORTRAN API references.
This commit is contained in:
@@ -21,51 +21,8 @@
|
||||
</td>
|
||||
<td valign=top align=right>
|
||||
|
||||
<!--
|
||||
|
||||
|
||||
And in this document, the
|
||||
HDF5 User's Guide:
|
||||
<a href="Files.html">Files</a>
|
||||
<br>
|
||||
<a href="Datasets.html">Datasets</a>
|
||||
<a href="Datatypes.html">Data Types</a>
|
||||
<a href="Dataspaces.html">Dataspaces</a>
|
||||
<a href="Groups.html">Groups</a>
|
||||
<a href="References.html">References</a>
|
||||
<br>
|
||||
<a href="Attributes.html">Attributes</a>
|
||||
<a href="Properties.html">Property Lists</a>
|
||||
<a href="Errors.html">Error Handling</a>
|
||||
<a href="Filters.html">Filters</a>
|
||||
<a href="Caching.html">Caching</a>
|
||||
<br>
|
||||
<a href="Chunking.html">Chunking</a>
|
||||
<a href="Debugging.html">Debugging</a>
|
||||
<a href="Environment.html">Environment</a>
|
||||
<a href="ddl.html">DDL</a>
|
||||
<a href="Ragged.html">Ragged Arrays</a>
|
||||
-->
|
||||
<!--
|
||||
<hr>
|
||||
And in this document, the
|
||||
<a href="H5.user.html">HDF5 User's Guide</a>:
|
||||
<a href="Attributes.html">H5A</a>
|
||||
<a href="Datasets.html">H5D</a>
|
||||
<a href="Errors.html">H5E</a>
|
||||
<a href="Files.html">H5F</a>
|
||||
<a href="Groups.html">H5G</a>
|
||||
<a href="Properties.html">H5P</a>
|
||||
<a href="References.html">H5R & H5I</a>
|
||||
<a href="Ragged.html">H5RA</a>
|
||||
<a href="Dataspaces.html">H5S</a>
|
||||
<a href="Datatypes.html">H5T</a>
|
||||
<a href="Filters.html">H5Z</a>
|
||||
<a href="Caching.html">Caching</a>
|
||||
<a href="Chunking.html">Chunking</a>
|
||||
<a href="Debugging.html">Debugging</a>
|
||||
<a href="Environment.html">Environment</a>
|
||||
<a href="ddl.html">DDL</a>
|
||||
-->
|
||||
</td></tr>
|
||||
</table>
|
||||
</center>
|
||||
@@ -88,7 +45,7 @@ And in this document, the
|
||||
</td><td></td><td valign=top>A guide to the <strong>H5D</strong>
|
||||
interface.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Datatypes.html">Data Types</a>
|
||||
<tr><td valign=top><a href="Datatypes.html">Datatypes</a>
|
||||
</td><td></td><td valign=top>A guide to the <strong>H5T</strong>
|
||||
interface.
|
||||
</td></tr>
|
||||
@@ -121,6 +78,10 @@ And in this document, the
|
||||
</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>
|
||||
@@ -128,6 +89,14 @@ And in this document, the
|
||||
</td><td></td><td valign=top>A guide to the issues and pitfalls
|
||||
of dataset chunking.
|
||||
</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.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Performance.html">Performance</a>
|
||||
</td><td></td><td valign=top>A guide to performance issues and
|
||||
analysis tools.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="Debugging.html">Debugging</a>
|
||||
</td><td></td><td valign=top>A guide to debugging HDF5 API calls.
|
||||
</td></tr>
|
||||
@@ -136,7 +105,7 @@ And in this document, the
|
||||
<br> <a href="Environment.html">Configuration
|
||||
Parameters</a>
|
||||
</td><td></td><td valign=top>A list of HDF5 environment variables
|
||||
and <br> configuration parameters.
|
||||
and configuration <br> parameters.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="ddl.html">DDL for HDF5</a>
|
||||
</td><td></td><td valign=top>A DDL in BNF for HDF5.
|
||||
@@ -190,67 +159,13 @@ And in this document, the
|
||||
</td>
|
||||
<td valign=top align=right>
|
||||
|
||||
<!--
|
||||
|
||||
|
||||
And in this document, the
|
||||
HDF5 User's Guide:
|
||||
<a href="Files.html">Files</a>
|
||||
<br>
|
||||
<a href="Datasets.html">Datasets</a>
|
||||
<a href="Datatypes.html">Data Types</a>
|
||||
<a href="Dataspaces.html">Dataspaces</a>
|
||||
<a href="Groups.html">Groups</a>
|
||||
<a href="References.html">References</a>
|
||||
<br>
|
||||
<a href="Attributes.html">Attributes</a>
|
||||
<a href="Properties.html">Property Lists</a>
|
||||
<a href="Errors.html">Error Handling</a>
|
||||
<a href="Filters.html">Filters</a>
|
||||
<a href="Caching.html">Caching</a>
|
||||
<br>
|
||||
<a href="Chunking.html">Chunking</a>
|
||||
<a href="Debugging.html">Debugging</a>
|
||||
<a href="Environment.html">Environment</a>
|
||||
<a href="ddl.html">DDL</a>
|
||||
<a href="Ragged.html">Ragged Arrays</a>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<hr>
|
||||
And in this document, the
|
||||
<a href="H5.user.html">HDF5 User's Guide</a>:
|
||||
<a href="Attributes.html">H5A</a>
|
||||
<a href="Datasets.html">H5D</a>
|
||||
<a href="Errors.html">H5E</a>
|
||||
<a href="Files.html">H5F</a>
|
||||
<a href="Groups.html">H5G</a>
|
||||
<a href="Properties.html">H5P</a>
|
||||
<a href="References.html">H5R & H5I</a>
|
||||
<a href="Ragged.html">H5RA</a>
|
||||
<a href="Dataspaces.html">H5S</a>
|
||||
<a href="Datatypes.html">H5T</a>
|
||||
<a href="Filters.html">H5Z</a>
|
||||
<a href="Caching.html">Caching</a>
|
||||
<a href="Chunking.html">Chunking</a>
|
||||
<a href="Debugging.html">Debugging</a>
|
||||
<a href="Environment.html">Environment</a>
|
||||
<a href="ddl.html">DDL</a>
|
||||
-->
|
||||
</td></tr>
|
||||
</table>
|
||||
</center>
|
||||
|
||||
|
||||
<!--
|
||||
<hr>
|
||||
<address><a href="mailto:koziol@ncsa.uiuc.edu">Quincey Koziol</a></address>
|
||||
<address><a href="mailto:matzke@llnl.gov">Robb Matzke</a></address>
|
||||
-->
|
||||
<!-- hhmts start -->
|
||||
<!--
|
||||
Last modified: Wed Aug 19 15:29:11 PDT 1998
|
||||
-->
|
||||
<!-- hhmts end -->
|
||||
|
||||
<hr>
|
||||
<address>
|
||||
@@ -258,7 +173,7 @@ Last modified: Wed Aug 19 15:29:11 PDT 1998
|
||||
<tr><td align=left valign=top>
|
||||
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
|
||||
<br>
|
||||
Last modified: 30 October 1998
|
||||
Last modified: 22 July 1999
|
||||
|
||||
</td><td align=right valign=top>
|
||||
<a href="Copyright.html">Copyright</a>
|
||||
|
||||
Reference in New Issue
Block a user