mirror of
https://github.com/Unidata/netcdf-cxx4.git
synced 2024-11-21 03:13:46 +08:00
fixed doc references
This commit is contained in:
parent
8c80524fa6
commit
945752f49d
@ -47,9 +47,9 @@ IF(WIN32)
|
||||
SET(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL ON)
|
||||
SET(CPACK_NSIS_MENU_LINKS
|
||||
"https://www.unidata.ucar.edu/netcdf" "Unidata Website"
|
||||
"https://www.unidata.ucar.edu/netcdf/docs" "NetCDF Stable Documentation"
|
||||
"https://www.unidata.ucar.edu/netcdf/docs/cxx4" "NetCDF CXX4 Stable Documentation"
|
||||
"https://www.unidata.ucar.edu/netcdf/docs_rc" "NetCDF Unstable Documentation")
|
||||
"https://docs.unidata.ucar.edu/netcdf-c" "NetCDF Stable Documentation"
|
||||
"https://docs.unidata.ucar.edu/netcdf-cxx4" "NetCDF CXX4 Stable Documentation"
|
||||
"https://docs.unidata.ucar.edu/netcdf-c" "NetCDF Unstable Documentation")
|
||||
|
||||
ENDIF()
|
||||
|
||||
|
@ -8,10 +8,10 @@
|
||||
the use of the netCDF C++ API.
|
||||
|
||||
This program is part of the netCDF tutorial:
|
||||
https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial
|
||||
https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html
|
||||
|
||||
Full documentation of the netCDF C++ API can be found at:
|
||||
https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-cxx
|
||||
https://docs.unidata.ucar.edu/netcdf-cxx
|
||||
|
||||
$Id: pres_temp_4D_rd.cpp,v 1.5 2010/02/11 22:36:42 russ Exp $
|
||||
*/
|
||||
|
@ -6,10 +6,10 @@
|
||||
temperatures. This example demonstrates the netCDF C++ API.
|
||||
|
||||
This is part of the netCDF tutorial:
|
||||
https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial
|
||||
https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html
|
||||
|
||||
Full documentation of the netCDF C++ API can be found at:
|
||||
https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-cxx
|
||||
https://docs.unidata.ucar.edu/netcdf-cxx
|
||||
|
||||
$Id: pres_temp_4D_wr.cpp,v 1.6 2010/02/11 22:36:42 russ Exp $
|
||||
*/
|
||||
|
@ -8,10 +8,10 @@
|
||||
the use of the netCDF C++ API.
|
||||
|
||||
This program is part of the netCDF tutorial:
|
||||
https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial
|
||||
https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html
|
||||
|
||||
Full documentation of the netCDF C++ API can be found at:
|
||||
https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-cxx
|
||||
https://docs.unidata.ucar.edu/netcdf-cxx
|
||||
|
||||
$Id: pres_temp_4D_rd.cpp,v 1.5 2010/02/11 22:36:42 russ Exp $
|
||||
*/
|
||||
|
@ -6,10 +6,10 @@
|
||||
temperatures. This example demonstrates the netCDF C++ API.
|
||||
|
||||
This is part of the netCDF tutorial:
|
||||
https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial
|
||||
https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html
|
||||
|
||||
Full documentation of the netCDF C++ API can be found at:
|
||||
https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-cxx
|
||||
https://docs.unidata.ucar.edu/netcdf-cxx
|
||||
|
||||
$Id: pres_temp_4D_wr.cpp,v 1.6 2010/02/11 22:36:42 russ Exp $
|
||||
*/
|
||||
|
@ -8,10 +8,10 @@
|
||||
illustrate the use of the netCDF C++ API.
|
||||
|
||||
This program is part of the netCDF tutorial:
|
||||
https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial
|
||||
https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html
|
||||
|
||||
Full documentation of the netCDF C++ API can be found at:
|
||||
https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-cxx
|
||||
https://docs.unidata.ucar.edu/netcdf-cxx
|
||||
|
||||
$Id: sfc_pres_temp_rd.cpp,v 1.6 2010/02/11 22:36:42 russ Exp $
|
||||
*/
|
||||
|
@ -8,10 +8,10 @@
|
||||
|
||||
This example demonstrates the netCDF C++ API. This is part of the
|
||||
netCDF tutorial:
|
||||
https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial
|
||||
https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html
|
||||
|
||||
Full documentation of the netCDF C++ API can be found at:
|
||||
https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-cxx
|
||||
https://docs.unidata.ucar.edu/netcdf-cxx
|
||||
|
||||
$Id: sfc_pres_temp_wr.cpp,v 1.6 2010/02/11 22:36:42 russ Exp $
|
||||
*/
|
||||
|
@ -6,10 +6,10 @@
|
||||
sample data produced by simple_xy_wr.cpp.
|
||||
|
||||
This example is part of the netCDF tutorial:
|
||||
https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial
|
||||
https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html
|
||||
|
||||
Full documentation of the netCDF C++ API can be found at:
|
||||
https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-cxx
|
||||
https://docs.unidata.ucar.edu/netcdf-cxx
|
||||
|
||||
$Id: simple_xy_rd.cpp,v 1.5 2010/02/11 22:36:43 russ Exp $
|
||||
*/
|
||||
|
@ -7,10 +7,10 @@
|
||||
dimensions, "x" and "y", and a netCDF variable, called "data".
|
||||
|
||||
This example is part of the netCDF tutorial:
|
||||
https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial
|
||||
https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html
|
||||
|
||||
Full documentation of the netCDF C++ API can be found at:
|
||||
https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-cxx
|
||||
https://docs.unidata.ucar.edu/netcdf-cxx
|
||||
|
||||
$Id: simple_xy_wr.cpp,v 1.5 2010/02/11 22:36:43 russ Exp $
|
||||
*/
|
||||
|
@ -7,10 +7,10 @@
|
||||
dimensions, "x" and "y", and a netCDF variable, called "data".
|
||||
|
||||
This example is part of the netCDF tutorial:
|
||||
https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial
|
||||
https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html
|
||||
|
||||
Full documentation of the netCDF C++ API can be found at:
|
||||
https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-cxx
|
||||
https://docs.unidata.ucar.edu/netcdf-cxx
|
||||
|
||||
$Id: simple_xy_wr_formats.cpp,v 1.1 2010/04/09 02:15:05 russ Exp $
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user