mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
aecd090f53
Modified Doxyfile templates to generate html from the markdown file (assumes doxygen version 1.8+) Added link to release notes to mainpage.doc
44 lines
1.4 KiB
Plaintext
44 lines
1.4 KiB
Plaintext
/** \file
|
|
This header file holds the documentation for the main page.
|
|
|
|
\mainpage
|
|
|
|
NetCDF is a set of software libraries and self-describing,
|
|
machine-independent data formats that support the creation, access,
|
|
and sharing of array-oriented scientific data.
|
|
|
|
<p>NetCDF was developed and is maintained
|
|
at <a href="http://www.unidata.ucar.edu">Unidata</a>, part of the
|
|
<a href="http://www.ucar.edu">University Corporation for Atmospheric Research</a> (UCAR) <a href="http://www.ucp.ucar.edu">Community
|
|
Programs</a> (UCP). Unidata is funded primarily by the National Science
|
|
Foundation.
|
|
|
|
\authors Russ Rew, Glenn Davis, Steve Emmerson, Harvey Davies, Ed
|
|
Hartnett, Dennis Heimbigner and Ward Fisher
|
|
|
|
<p>Learn more about netCDF:
|
|
- \ref release_notes
|
|
- \ref getting
|
|
- \ref building
|
|
- \ref tutorial
|
|
- \ref user_guide
|
|
- \ref winbin
|
|
- <a class="el" href="http://www.unidata.ucar.edu/software/netcdf/docs/index-413.html">Documentation for 4.1.3 (in previous form)</a>
|
|
\internal
|
|
|
|
The dispatch interface within the netCDF library allows the netCDF API
|
|
to be used for different types of back-ends, for example, the HDF5
|
|
library, or a DAP client accessing remote data.
|
|
- \ref nc_dispatch
|
|
- \ref adding_dispatch
|
|
- \ref dispatch_notes
|
|
- \ref put_vara_dispatch
|
|
- \ref put_attr_dispatch
|
|
|
|
\endinternal
|
|
|
|
<a href="http://www.unidata.ucar.edu">Unidata</a> provides data and
|
|
software tools for use in geoscience education and research.
|
|
|
|
*/
|