In docs version 4.9.0+, auth.html ("netCDF Authorization Support") is not included in the main docs. That is to say, it's not in the sidebar TOC nor the "navigation" part of the docs site, and it is missing the CSS theming of the rest of the docs site. An old version appears at https://docs.unidata.ucar.edu/netcdf-c/current/auth.html but that is not up-to-date with https://github.com/Unidata/netcdf-c/blob/main/docs/auth.md
I don't understand how the docs are generated, but it looks like auth.md was dropped from docs/Doxyfile.in in commit b07f1cd, though I don't know if that's the main issue. It is still available in the 4.8.1 docs via the sidebar link "NetCDF Authorization Support".
This all comes from me trying to figure out what in the world nc_rc_get does, which the netCDF4-python just added bindings for.
In docs version 4.9.0+,
auth.html("netCDF Authorization Support") is not included in the main docs. That is to say, it's not in the sidebar TOC nor the "navigation" part of the docs site, and it is missing the CSS theming of the rest of the docs site. An old version appears at https://docs.unidata.ucar.edu/netcdf-c/current/auth.html but that is not up-to-date with https://github.com/Unidata/netcdf-c/blob/main/docs/auth.mdI don't understand how the docs are generated, but it looks like
auth.mdwas dropped fromdocs/Doxyfile.inin commit b07f1cd, though I don't know if that's the main issue. It is still available in the 4.8.1 docs via the sidebar link "NetCDF Authorization Support".This all comes from me trying to figure out what in the world
nc_rc_getdoes, which the netCDF4-python just added bindings for.