mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r7430]
Purpose: RM_H5G.html -- Minor copy edits H5.intro.html -- Removed Library version # from doc title Platforms tested: IE 5, Safari
This commit is contained in:
parent
0ac562001b
commit
6bc0753d02
@ -42,7 +42,7 @@
|
||||
</center>
|
||||
<hr>
|
||||
<!-- #EndLibraryItem --><a name="Intro-Intro">
|
||||
<h1 ALIGN="CENTER">Introduction to HDF5 Release 1.4</h1></a>
|
||||
<h1 ALIGN="CENTER">Introduction to HDF5</h1></a>
|
||||
|
||||
</FONT><FONT FACE="Times"><P>This is an introduction to the HDF5 data model and programming model. Being a <I>Getting Started</I> or <I>QuickStart</I> document, this </FONT><I>Introduction to HDF5</I> <FONT FACE="Times">is intended to provide enough information for you to develop a basic understanding of how HDF5 works and is meant to be used. Knowledge of the current version of HDF will make it easier to follow the text, but it is not required. More complete information of the sort you will need to actually use HDF5 is available in <A HREF="index.html">the HDF5 documentation</FONT></a><FONT FACE="Times">. Available documents include the following:
|
||||
|
||||
@ -66,7 +66,7 @@ used in this document.
|
||||
<tr><th colspan=3>Table of Contents</th></tr></a>
|
||||
<tr><td valign=top align=left width=42%>
|
||||
|
||||
<a href="#Intro-Intro">Introduction to HDF5 Release 1.4</a><p>
|
||||
<a href="#Intro-Intro">Introduction to HDF5</a><p>
|
||||
<a href="#Intro-WhatIs">1. What Is HDF5?</a><br>
|
||||
<font size=-1>
|
||||
  <a href="#Intro-Why">Why HDF5?</a><br>
|
||||
@ -3147,7 +3147,7 @@ For the example codes, see
|
||||
Describes HDF5 Release 1.6.0, July 2003
|
||||
</address><!-- #EndLibraryItem -->
|
||||
|
||||
Last modified: 26 March 2001
|
||||
Last modified: 23 July 2003
|
||||
|
||||
</td><td align=right valign=top>
|
||||
<a href="Copyright.html">Copyright</a>
|
||||
|
@ -836,7 +836,7 @@ create or access function.
|
||||
<dt><strong>Description:</strong>
|
||||
<dd><code>H5Gget_num_objs</code> returns number of objects in a group.
|
||||
Group is specified by its identifier <code>loc_id</code>.
|
||||
If file identifier is passed in, then number of objects in the
|
||||
If a file identifier is passed in, then the number of objects in the
|
||||
root group is returned.
|
||||
<dt><strong>Parameters:</strong>
|
||||
<dl>
|
||||
@ -875,7 +875,7 @@ create or access function.
|
||||
the objects in the group.
|
||||
The value of <code>idx</code> is any nonnegative number less than
|
||||
the total number of objects in the group, which is returned by the
|
||||
functioin <code>H5Gget_num_objects</code>.
|
||||
function <code>H5Gget_num_objs</code>.
|
||||
Note that this is a transient index; an object may have a
|
||||
different index each time a group is opened.
|
||||
<p>
|
||||
@ -1190,7 +1190,7 @@ And in this document, the
|
||||
Describes HDF5 Release 1.6.0, July 2003
|
||||
</address><!-- #EndLibraryItem -->
|
||||
|
||||
Last modified: 6 June 2003
|
||||
Last modified: 26 August 2003
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user