[svn-r8221]
Purpose:
Clean up RM formatting.
Modify RM HTML code to facilitate automated generation of PDF version.
Minor edits.
Description:
Reworked format of "Parameters" sections.
Added HTML tags (and pseudo-HTML tags) used by HTMLdoc to
generate PDF files.
Fixed the "Copyright" link on RM_H5Front.html.
Other minor copy edits.
Platforms tested:
IE 5
This commit is contained in:
@@ -66,8 +66,7 @@ And in this document, the
|
||||
</td></tr>
|
||||
</table>
|
||||
</center>
|
||||
<hr>
|
||||
<!-- #EndLibraryItem --><center>
|
||||
<hr><!-- #EndLibraryItem --><center>
|
||||
<h1>HDF5: API Specification<br>Reference Manual</h1>
|
||||
|
||||
|
||||
@@ -75,7 +74,15 @@ And in this document, the
|
||||
The HDF5 library provides several interfaces, each of which provides the
|
||||
tools required to meet specific aspects of the HDF5 data-handling requirements.
|
||||
<p>
|
||||
See <a href="#F90andCPPlus">below</a> for the FORTRAN90 and C++ APIs.
|
||||
<SCRIPT language="JavaScript">
|
||||
<!--
|
||||
document.writeln("See <a href="#F90andCPPlus">below</a> for the FORTRAN90 and C++ APIs.")
|
||||
-->
|
||||
</SCRIPT>
|
||||
|
||||
<!-- FOR USE WITH PRINT VERSION ONLY ----------------------------------->
|
||||
Notes regarding FORTRAN90 and C++ APIs appear on the next page.
|
||||
<!-- FOR USE WITH PRINT VERSION ONLY ----------------------------------->
|
||||
<p>
|
||||
|
||||
<center>
|
||||
@@ -138,6 +145,8 @@ from <a href="http://hdf.ncsa.uiuc.edu/HDF5/doc/PSandPDF/">
|
||||
http://hdf.ncsa.uiuc.edu/HDF5/doc/PSandPDF/</a>
|
||||
approximately one week after each release.
|
||||
|
||||
<!-- NEW PAGE -->
|
||||
<!-- NEW PAGE -->
|
||||
<a name="F90andCPPlus">
|
||||
<hr>
|
||||
|
||||
@@ -169,7 +178,8 @@ which are described in the following documents.
|
||||
H5R, H5S, H5T, and H5Z interfaces and are described on those pages.
|
||||
In general, each Fortran subroutine performs exactly the same task
|
||||
as the corresponding C function.
|
||||
<p>
|
||||
|
||||
<p>
|
||||
Whereas Fortran subroutines had been described on separate pages in
|
||||
prior releases, those descriptions were fully integrated into the
|
||||
body of the reference manual for HDF5 Release 1.6.2
|
||||
@@ -232,8 +242,7 @@ And in this document, the
|
||||
</td></tr>
|
||||
</table>
|
||||
</center>
|
||||
<hr>
|
||||
<!-- #EndLibraryItem --><table width=100% border=0>
|
||||
<hr><!-- #EndLibraryItem --><table width=100% border=0>
|
||||
<tr><td align=left valign=top>
|
||||
|
||||
<!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
|
||||
@@ -242,7 +251,7 @@ And in this document, the
|
||||
Describes HDF5 Release 1.7, the unreleased development branch; working toward HDF5 Release 1.8.0
|
||||
</address><!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT">
|
||||
<!--
|
||||
document.writeln("Last modified: 18 February 2004");
|
||||
document.writeln("Last modified: 24 February 2004");
|
||||
-->
|
||||
</SCRIPT>
|
||||
|
||||
@@ -250,7 +259,7 @@ document.writeln("Last modified: 18 February 2004");
|
||||
</td><td align=right valign=top>
|
||||
<SCRIPT LANGUAGE="JAVASCRIPT">
|
||||
<!--
|
||||
document.writeln("<a href=../Copyright.html>Copyright</a> ");
|
||||
document.writeln("<a href=Copyright.html>Copyright</a> ");
|
||||
-->
|
||||
</SCRIPT>
|
||||
</td></tr>
|
||||
|
||||
Reference in New Issue
Block a user