diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-08 14:54:54 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-08 14:54:54 (GMT) |
commit | bd1e676c521d881b3143829f493a28b5ced1294b (patch) | |
tree | 69c50f9fe21ce87f293d8617a6bd51b4cc1e0244 /doc/html/index.html | |
parent | 73345095897d9698bb1f2f7df830bf80a56dc65a (diff) | |
download | hdf5-bd1e676c521d881b3143829f493a28b5ced1294b.zip hdf5-bd1e676c521d881b3143829f493a28b5ced1294b.tar.gz hdf5-bd1e676c521d881b3143829f493a28b5ced1294b.tar.bz2 |
[svn-r467] Restructuring documentation.
Diffstat (limited to 'doc/html/index.html')
-rw-r--r-- | doc/html/index.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/html/index.html b/doc/html/index.html new file mode 100644 index 0000000..edd1ab0 --- /dev/null +++ b/doc/html/index.html @@ -0,0 +1,40 @@ +<html> + <head> + <title> + HDF5 - The Next Generation of the HDF library & tools + </title> + </head> + +<body> + <center><h1>HDF5 - A New Generation of HDF</h1></center> +<UL> +<LI><A HREF="H5.intro.html">An Introduction to HDF5</A> - A brief overview of + the design goals behind the HDF5 library & file format +</LI> +<LI><A HREF="H5.api.html">HDF5 Reference Manual</A> - A complete reference + manual for the HDF5 API +</LI> +<LI><A HREF="H5.user.html">HDF5 User Guide</A> - A collection of chapters on + each of the main HDF5 APIs as well as other supporting information +</LI> +<LI><A HREF="H5.format.html">HDF5 Format Specification</A> - The complete + specification of the HDF5 file format +</LI> +<LI><A HREF="ph5design.html">Parallel HDF5 Design</A> - The design +specification of the parallel HDF5 API and an example program +</LI> +<LI><A HREF="ph5implement.txt">Parallel HDF5 Implementation</A> - The +current status of implmentation of the parallel HDF5 API +</LI> +</UL> + + +<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: Feb 16, 1998 +<!-- hhmts end --> + +</body> +</html> |