Commit Graph

567 Commits

Author SHA1 Message Date
Ward Fisher
7eeb055a77 Clean up doxygen syntax in release notes, fix incorrect version in CMakeLists.txt, and resolve duplicated doxygen tags in tutorial.dox 2024-08-23 11:13:01 -06:00
Edward Hartnett
971c60ccb7 fixed some broken links 2024-08-17 06:33:59 -06:00
Edward Hartnett
6a3634b975 added documentation about reading an unknown netCDF/HDF5 file in tutorial 2024-08-17 06:14:10 -06:00
Ed
2ce551b820 adding info about plugins 2024-08-13 08:09:36 -06:00
Ed
871c5ac24f adding info about plugins 2024-08-13 08:04:40 -06:00
Edward Hartnett
7748352b05 cleanup 2024-08-07 07:16:41 -06:00
Edward Hartnett
996d7e6d42 added parallel build info to cmake build document 2024-08-07 07:14:26 -06:00
Edward Hartnett
0c89b71120 added autotools build document 2024-08-07 06:58:30 -06:00
Edward Hartnett
23a41dcee5 added file 2024-08-07 06:41:08 -06:00
Edward Hartnett
44b1cc84a3 added file 2024-08-07 06:40:45 -06:00
Ward Fisher
e234fd61a1
Merge branch 'main' into rcdoc.dmh 2024-08-05 10:46:55 -06:00
Dennis Heimbigner
78f259ab48 Provide Documentation for the .rc File Mechanism and API
re: Issue https://github.com/Unidata/netcdf-c/issues/2952

The documentation -- such as it is -- is lost inside
docs/auth.md. So, create docs/quickstart_env.md to describe how
.rc file mechanism is used, and include the netcdf-c API.  Also
add list of environment variables used by the netcdf-c library.
2024-07-30 13:51:32 -06:00
Ward Fisher
d18a6061c2 Finalize doxygen fix for autotools. 2024-07-26 15:56:50 -05:00
Ward Fisher
e3e1491759 Restore header and footer files. 2024-07-26 15:55:12 -05:00
Ward Fisher
8ec7e726c9 Update .gitignore. 2024-07-26 14:48:57 -06:00
Ward Fisher
04e6e4c37c Update .gitignore 2024-07-26 14:45:37 -06:00
Ward Fisher
9c602e18b4 Add doxygen-related fix to autoconf-based builds. 2024-07-26 14:44:54 -06:00
Ward Fisher
ebcecef2e5 Made changes so that doxygen configuration file is updated to comply with installed version. 2024-07-26 12:26:45 -06:00
Ward Fisher
c9c2e8b104 Added missing quote 2024-07-25 15:38:02 -06:00
Ward Fisher
c47eb6ff81 A few additional changes to authorization document. 2024-07-25 15:28:27 -06:00
Ward Fisher
dda1174c90 Correct warnings in auth.md being treated as errors. 2024-07-25 15:20:25 -06:00
Ward Fisher
d2f9e86282 Add auth.md back in to doxyge, in support of https://github.com/Unidata/netcdf-c/issues/2952 2024-07-24 16:46:22 -06:00
Ward Fisher
7b06f79c46 Re-added NCSTAT to the list of software using netCDF. 2024-07-17 16:34:43 -06:00
Ward Fisher
46953ba472 Merge branch 'main' into v4.9.3-rc1-prep.wif 2024-07-15 16:06:49 -06:00
Ward Fisher
18a98c4e17
Merge pull request #2936 from DennisHeimbigner/v2new.dmh
Convert NCzarr meta-data to use only Zarr attributes
2024-07-08 10:47:21 -06:00
Ward Fisher
76ad6dede9 Merge branch 'main' into v4.9.3-rc1-prep.wif 2024-07-01 13:19:35 -06:00
Greg Sjaardema
76555eb744
Clean up some inconsistencies
There were several HDF5_PLUGIN_PATH that did not have the underscore escaped.  A few other symbols with similar issues.

Fixed some code blocks that appeared broken on my markdown viewer... Not sure if that is the case in general.

There was a HDF5_PLUGIN_DIR referenced near the bottom.  I think it was supposed to be _PATH, but could be wrong since there are multiple _DIR and _PATH througout the code and scripts...
2024-06-27 11:43:32 -06:00
Dennis Heimbigner
076da97aa4 Convert NCzarr meta-data to use only Zarr attributes
As discussed in a netcdf meeting, convert NCZarr V2 to store all netcdf-4 specific info as attributes. This improves interoperability with other Zarr implementations by no longer using non-standard keys.

## Other Changes
* Remove support for older NCZarr formats.
* Update anonymous dimension naming
* Begin the process of fixing the -Wconversion and -Wsign-compare warnings in libnczarr, nczarr_test, and v3_nczarr_test.
* Update docs/nczarr.md
* Rebuild using the .y and .l files
2024-06-19 18:09:29 -06:00
Ward Fisher
f29cff2408 Bumped to next version. 2024-06-18 14:15:47 -06:00
Jennifer Oxelson
ef5fcf962b ftp --> resources 2024-05-13 16:50:50 -06:00
Jennifer Oxelson
e2e128f2de
removal of ftp and contrib site 2024-05-01 12:29:58 -06:00
Jennifer Oxelson
7429ec3629
removal of ftp site 2024-05-01 12:23:31 -06:00
Jennifer Oxelson
7748315558
removal of ftp and netcdf contrib site 2024-05-01 12:22:03 -06:00
Jennifer Oxelson
585837af73
removal of ftp and netcdf contrib site 2024-05-01 12:18:19 -06:00
Kyle Shores
8fd6dcb979 Replace ENABLE_S3 with NETCDF_ENABLE_S3 2024-03-18 15:54:15 -05:00
Kyle Shores
d1334f7b88 Replace ENABLE_NCZARR with NETCDF_ENABLE_NCZARR 2024-03-18 15:52:19 -05:00
Kyle Shores
dcdff98109 Replace ENABLE_LOGGING with NETCDF_ENABLE_LOGGING 2024-03-18 15:52:11 -05:00
Kyle Shores
831bf665ce Replace ENABLE_DOXYGEN with NETCDF_ENABLE_DOXYGEN 2024-03-18 15:51:24 -05:00
Kyle Shores
b4eb8bf019 Replace ENABLE_BYTERANGE with NETCDF_ENABLE_BYTERANGE 2024-03-18 15:50:57 -05:00
Kyle Shores
dda2c2de69 merging main 2024-02-22 09:59:05 -06:00
Ward Fisher
85e9b3df11 Adding new style sheet to user documentation. 2024-02-16 17:22:19 -07:00
Ward Fisher
80e1ba2a57 Integrating new doxygen css stylesheet. 2024-02-16 15:47:15 -07:00
Peter Hill
2dd7b50d2e
Docs: Update examples of specifying custom library paths to CMake 2024-02-16 10:49:50 +00:00
Ward Fisher
efbb906134 Merge branch 'main' into gh2859.wif 2024-02-07 10:30:11 -07:00
Ward Fisher
a05f87432c Remove stale section from documentation. 2024-02-06 10:46:22 -07:00
Ward Fisher
447bcd27f8 Trying out a new style sheet for modern doxygen, see https://jothepro.github.io/doxygen-awesome-css/ for more information. Starting by updating the developer documentation system, invoked from the top-level netcdf-c directory via 'doxygen docs/Doxyfile.developer' 2024-02-01 13:58:27 -08:00
Ward Fisher
5365b19fa3 Added individual authors, also updated docs/credits.md with nczarr attribution. 2024-01-31 15:27:18 -08:00
Ward Fisher
b588c009cb Updated doxygen files for older, less-forgiving versions of doxygen (1.9.1, at least) 2023-12-21 09:56:31 -07:00
Ward Fisher
3361fc5901 Clean up doxygen warnings that were being treated as failures. 2023-12-21 09:39:44 -07:00
Ward Fisher
f2eef5a262 Correcting a weird doxygen issue that has appeared. 2023-12-20 16:06:08 -07:00