summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/README.md
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-11-27 21:30:15 (GMT)
committerGitHub <noreply@github.com>2023-11-27 21:30:15 (GMT)
commitfc88fcde1091cf12c1e88c783a14ee0f1cffe31c (patch)
tree91b88b62cd30ed37ee9227e43989e95035be43c3 /HDF5Examples/README.md
parenta067bf71f57723d2dfca7dfe2ffd9ea502eccd4f (diff)
downloadhdf5-fc88fcde1091cf12c1e88c783a14ee0f1cffe31c.zip
hdf5-fc88fcde1091cf12c1e88c783a14ee0f1cffe31c.tar.gz
hdf5-fc88fcde1091cf12c1e88c783a14ee0f1cffe31c.tar.bz2
Develop merge examples (#3851)
* Merge examples repo into library * Change grepTest to be more fault-tolerant * Update examples macro file * Exclude all Fortran examples from doxygen
Diffstat (limited to 'HDF5Examples/README.md')
-rw-r--r--HDF5Examples/README.md64
1 files changed, 64 insertions, 0 deletions
diff --git a/HDF5Examples/README.md b/HDF5Examples/README.md
new file mode 100644
index 0000000..9a65836
--- /dev/null
+++ b/HDF5Examples/README.md
@@ -0,0 +1,64 @@
+HDF5 Examples
+
+*Please refer to the Using_CMake.txt or Using_Autotools.txt file for installation instructions.*
+
+This repository contains a high-performance library's example code that demonstrate the HDF5® data
+model API. The HDF5® data model has been adopted across
+many industries and this implementation has become a de facto data management standard
+in science, engineering, and research communities worldwide.
+
+The HDF Group is the developer, maintainer, and steward of HDF5 software. Find more
+information about The HDF Group, the HDF5 Community, and other HDF5 software projects,
+tools, and services at The HDF Group's website.
+
+ https://www.hdfgroup.org/
+
+
+
+HELP AND SUPPORT
+----------------
+Information regarding Help Desk and Support services is available at
+
+ https://portal.hdfgroup.org/display/support/The+HDF+Help+Desk
+
+
+
+FORUM and NEWS
+--------------
+The following public forums are provided for public announcements and discussions
+of interest to the general HDF5 Community.
+
+ - Homepage of the Forum
+ https://forum.hdfgroup.org
+
+ - News and Announcement
+ https://forum.hdfgroup.org/c/news-and-announcements-from-the-hdf-group
+
+ - HDF5 and HDF4 Topics
+ https://forum.hdfgroup.org/c/hdf5
+
+These forums are provided as an open and public service for searching and reading.
+Posting requires completing a simple registration and allows one to join in the
+conversation. Please read the following instructions pertaining to the Forum's
+use and configuration
+ https://forum.hdfgroup.org/t/quickstart-guide-welcome-to-the-new-hdf-forum
+
+
+HDF5 SNAPSHOTS, PREVIOUS RELEASES AND SOURCE CODE
+--------------------------------------------
+Full Documentation and Programming Resources for this HDF5 can be found at
+
+ https://portal.hdfgroup.org/display/HDF5
+
+Periodically development code snapshots are provided at the following URL:
+
+ https://gamma.hdfgroup.org/ftp/pub/outgoing/hdf5/snapshots/
+
+Source packages for current and previous releases are located at:
+
+ https://portal.hdfgroup.org/display/support/Downloads
+
+Development code is available at our Github location:
+
+ https://github.com/HDFGroup/hdf5.git
+