Skip to content

Commit

Permalink
Merge pull request Unidata#307 from oxelson/docs
Browse files Browse the repository at this point in the history
Docs migration
  • Loading branch information
WardF authored Nov 30, 2021
2 parents 81a2919 + 609f187 commit cde90be
Show file tree
Hide file tree
Showing 29 changed files with 59 additions and 66 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ build*
\#.\#
*.*~
html
.idea
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ install-data-hook:
@echo '| but your platform is probably different in some ways. |'
@echo '| |'
@echo '| If any tests fail, please see the netCDF web site: |'
@echo '| http://www.unidata.ucar.edu/software/netcdf/ |'
@echo '| https://www.unidata.ucar.edu/software/netcdf/ |'
@echo '| |'
@echo '| NetCDF is developed and maintained at the Unidata Program |'
@echo '| Center. Unidata provides a broad array of data and software |'
@echo '| tools for use in geoscience education and research. |'
@echo '| http://www.unidata.ucar.edu |'
@echo '| https://www.unidata.ucar.edu |'
@echo '+-------------------------------------------------------------+'
@echo ''
20 changes: 6 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ NetCDF files are self-describing, network-transparent, directly accessible, and

NetCDF is useful for supporting access to diverse kinds of scientific data in heterogeneous networking environments and for writing application software that does not depend on application-specific formats. For information about a variety of analysis and display packages that have been developed to analyze and display data in netCDF form, see

* http://www.unidata.ucar.edu/netcdf/software.html
* https://www.unidata.ucar.edu/netcdf/software.html

For more information about netCDF, see the netCDF Web page at

* http://www.unidata.ucar.edu/netcdf/
* https://www.unidata.ucar.edu/netcdf/

The netCDF Fortran libraries contain both F77 and F90 APIs. For documentation see

* https://www.unidata.ucar.edu/software/netcdf/docs-fortran/
* https://docs.unidata.ucar.edu/netcdf-fortran/current/

### Code Status

Expand All @@ -42,25 +42,17 @@ You can obtain a copy of the latest released versions of netCDF software from

Copyright and licensing information can be found here, as well as in the COPYRIGHT file accompanying the software

* http://www.unidata.ucar.edu/software/netcdf/copyright.html
* https://www.unidata.ucar.edu/software/netcdf/copyright.html

To install this package, please see the document:

* http://www.unidata.ucar.edu/software/netcdf/docs/building_netcdf_fortran.html

Additional Documentation
------------------------

Previous versions of the netCDF-3 C and FORTRAN-77 interfaces are
documented at

* http://www.unidata.ucar.edu/netcdf/documentation/historic/
* https://docs.unidata.ucar.edu/netcdf-c/current/building_netcdf_fortran.html

Mailing List
------------

A mailing list, [email protected], exists for discussion of the netCDF interface and announcements about netCDF bugs, fixes, and enhancements. For information about how to subscribe, see the URL

* http://www.unidata.ucar.edu/netcdf/mailing-lists.html
* https://www.unidata.ucar.edu/netcdf/mailing-lists.html

We appreciate feedback from users of this package. Please send comments, suggestions, and bug reports to <[email protected]>. Please identify the version of the package.
6 changes: 3 additions & 3 deletions docs/defines.texi
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

@c Home pages for internal stuff like netcdf, netcdf-4, netcdf java,
@c Unidata, etc.
@set unidata-url http://www.unidata.ucar.edu
@set unidata-url https://www.unidata.ucar.edu
@set netcdf-url @value{unidata-url}/netcdf
@set netcdf-4-url @value{netcdf-url}/netcdf-4
@set netcdf-java-url @value{unidata-url}/software/netcdf-java
Expand Down Expand Up @@ -77,8 +77,8 @@
@set windows-ftp-site @value{ftp-site}/contrib/win32

@c Tools mentioned in the netCDF tutorial.
@set idv-url http://www.unidata.ucar.edu/software/idv
@set udunits-url http://www.unidata.ucar.edu/software/udunits
@set idv-url https://www.unidata.ucar.edu/software/idv
@set udunits-url https://www.unidata.ucar.edu/software/udunits
@set ncl-url http://www.ncl.ucar.edu
@set nco-url http://nco.sourceforge.net
@set grads-url http://grads.iges.org/grads/grads.html
Expand Down
6 changes: 3 additions & 3 deletions docs/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

<hr size="2"/>
<address style="text-align: center;">
<a href="http://www.unidata.ucar.edu/software/netcdf/">Return to the Main Unidata NetCDF page.</a><br>
<img src="http://www.unidata.ucar.edu/images/logos/uniLogo.png">
<a href="https://www.unidata.ucar.edu/software/netcdf/">Return to the Main Unidata NetCDF page.</a><br>
<img src="https://docs.unidata.ucar.edu/images/logos/uniLogo.png">

<address style="text-align: right;"><small>
Generated on $datetime for $projectname. NetCDF is
a <a href="http://www.unidata.ucar.edu/">Unidata</a> library.</small></address>
a <a href="https://www.unidata.ucar.edu/">Unidata</a> library.</small></address>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/netcdf-f77.md
Original file line number Diff line number Diff line change
Expand Up @@ -5841,7 +5841,7 @@ In order to use a custom filter (other than zip or szip), it is necessary
to install the custom filter into some directory and then to specify
the path to that directory by setting the environment variable named
__HDF5_PLUGIN_PATH__. For details, see the netcdf-c library documentation
for filters: https://www.unidata.ucar.edu/software/netcdf/docs/.
for filters: https://docs.unidata.ucar.edu/netcdf-c/.

Usage
-----
Expand Down
2 changes: 1 addition & 1 deletion docs/netcdf.m4
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ f90 -dp -i64 ... -lnetcdf
)
.ad
.hy
Complete documentation for the netCDF libraries can be found at the netCDF website: http://www.unidata.ucar.edu/software/netcdf/.
Complete documentation for the netCDF libraries can be found at the netCDF website: https://www.unidata.ucar.edu/software/netcdf/.
.sp
.SH "LIBRARY VERSION"
.LP
Expand Down
2 changes: 1 addition & 1 deletion docs/netcdf_fortran.3
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ f90 -dp -i64 ... -lnetcdf

.ad
.hy
Complete documentation for the netCDF libraries can be found at the netCDF website: http://www.unidata.ucar.edu/software/netcdf/.
Complete documentation for the netCDF libraries can be found at the netCDF website: https://www.unidata.ucar.edu/software/netcdf/.
.sp
.SH "LIBRARY VERSION"
.LP
Expand Down
4 changes: 2 additions & 2 deletions examples/F77/pres_temp_4D_rd.f
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
C illustrate the use of the netCDF Fortran 77 API.

C This program is part of the netCDF tutorial:
C http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
C https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

C Full documentation of the netCDF Fortran 77 API can be found at:
C http://www.unidata.ucar.edu/software/netcdf/docs-fortran/nc_f77_interface_guide.html
C https://docs.unidata.ucar.edu/netcdf-fortran/current/nc_f77_interface_guide.html

C Ed Hartnett

Expand Down
4 changes: 2 additions & 2 deletions examples/F77/pres_temp_4D_wr.f
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
C to read the netCDF data file created by this program.

C This program is part of the netCDF tutorial:
C http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
C https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

C Full documentation of the netCDF Fortran 77 API can be found at:
C http://www.unidata.ucar.edu/software/netcdf/docs-fortran/nc_f77_interface_guide.html
C https://docs.unidata.ucar.edu/netcdf-fortran/current/nc_f77_interface_guide.html

C Ed Hartnett

Expand Down
4 changes: 2 additions & 2 deletions examples/F77/sfc_pres_temp_rd.f
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
C the use of the netCDF fortran 77 API.

C This program is part of the netCDF tutorial:
C http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
C https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

C Full documentation of the netCDF Fortran 77 API can be found at:
C http://www.unidata.ucar.edu/software/netcdf/docs-fortran/nc_f77_interface_guide.html
C https://docs.unidata.ucar.edu/netcdf-fortran/current/nc_f77_interface_guide.html

C Ed Hartnett

Expand Down
4 changes: 2 additions & 2 deletions examples/F77/sfc_pres_temp_wr.f
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
C data file created by this program.

C This program is part of the netCDF tutorial:
C http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
C https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

C Full documentation of the netCDF Fortran 77 API can be found at:
C http://www.unidata.ucar.edu/software/netcdf/docs-fortran/nc_f77_interface_guide.html
C https://docs.unidata.ucar.edu/netcdf-fortran/current/nc_f77_interface_guide.html

C Ed Hartnett

Expand Down
4 changes: 2 additions & 2 deletions examples/F77/simple_xy_nc4_rd.f
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
C netCDF data file created by the companion program simple_xy_wr.f.

C This program is part of the netCDF tutorial:
C http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
C https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

C Full documentation of the netCDF Fortran 77 API can be found at:
C http://www.unidata.ucar.edu/software/netcdf/docs-fortran/nc_f77_interface_guide.html
C https://docs.unidata.ucar.edu/netcdf-fortran/current/nc_f77_interface_guide.html

C Ed Hartnett

Expand Down
4 changes: 2 additions & 2 deletions examples/F77/simple_xy_nc4_wr.f
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
C dimensions, "x" and "y", and a netCDF variable, called "data".

C This program is part of the netCDF tutorial:
C http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
C https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

C Full documentation of the netCDF Fortran 77 API can be found at:
C http://www.unidata.ucar.edu/software/netcdf/docs-fortran/nc_f77_interface_guide.html
C https://docs.unidata.ucar.edu/netcdf-fortran/current/nc_f77_interface_guide.html

C Ed Hartnett

Expand Down
4 changes: 2 additions & 2 deletions examples/F77/simple_xy_rd.f
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
C netCDF data file created by the companion program simple_xy_wr.f.

C This program is part of the netCDF tutorial:
C http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
C https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

C Full documentation of the netCDF Fortran 77 API can be found at:
C http://www.unidata.ucar.edu/software/netcdf/docs-fortran/nc_f77_interface_guide.html
C https://docs.unidata.ucar.edu/netcdf-fortran/current/nc_f77_interface_guide.html

C Ed Hartnett

Expand Down
4 changes: 2 additions & 2 deletions examples/F77/simple_xy_wr.f
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
C dimensions, "x" and "y", and a netCDF variable, called "data".

C This program is part of the netCDF tutorial:
C http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
C https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

C Full documentation of the netCDF Fortran 77 API can be found at:
C http://www.unidata.ucar.edu/software/netcdf/docs-fortran/nc_f77_interface_guide.html
C https://docs.unidata.ucar.edu/netcdf-fortran/current/nc_f77_interface_guide.html

C Ed Hartnett

Expand Down
4 changes: 2 additions & 2 deletions examples/F90/nc4_pres_temp_4D_wr.f90
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
! to read the netCDF data file created by this program.

! This program is part of the netCDF tutorial:
! http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
! https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

! Full documentation of the netCDF Fortran 90 API can be found at:
! http://www.unidata.ucar.edu/software/netcdf/docs-fortran/f90_The-NetCDF-Fortran-90-Interface-Guide.html
! https://docs.unidata.ucar.edu/netcdf-fortran/current/f90_The-NetCDF-Fortran-90-Interface-Guide.html

! Ed Hartnett

Expand Down
4 changes: 2 additions & 2 deletions examples/F90/pres_temp_4D_rd.f90
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
! illustrate the use of the netCDF Fortran 90 API.

! This program is part of the netCDF tutorial:
! http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
! https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

! Full documentation of the netCDF Fortran 90 API can be found at:
! http://www.unidata.ucar.edu/software/netcdf/docs-fortran/f90_The-NetCDF-Fortran-90-Interface-Guide.html
! https://docs.unidata.ucar.edu/netcdf-fortran/current/f90_The-NetCDF-Fortran-90-Interface-Guide.html

! Ed Hartnett

Expand Down
4 changes: 2 additions & 2 deletions examples/F90/pres_temp_4D_wr.f90
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
! to read the netCDF data file created by this program.

! This program is part of the netCDF tutorial:
! http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
! https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

! Full documentation of the netCDF Fortran 90 API can be found at:
! http://www.unidata.ucar.edu/software/netcdf/docs-fortran/f90_The-NetCDF-Fortran-90-Interface-Guide.html
! https://docs.unidata.ucar.edu/netcdf-fortran/current/f90_The-NetCDF-Fortran-90-Interface-Guide.html

! Ed Hartnett

Expand Down
4 changes: 2 additions & 2 deletions examples/F90/sfc_pres_temp_rd.f90
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
! the use of the netCDF fortran 90 API.

! This program is part of the netCDF tutorial:
! http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
! https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

! Full documentation of the netCDF Fortran 90 API can be found at:
! http://www.unidata.ucar.edu/software/netcdf/docs-fortran/f90_The-NetCDF-Fortran-90-Interface-Guide.html
! https://docs.unidata.ucar.edu/netcdf-fortran/current/f90_The-NetCDF-Fortran-90-Interface-Guide.html

! Ed Hartnett

Expand Down
4 changes: 2 additions & 2 deletions examples/F90/sfc_pres_temp_wr.f90
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
! data file created by this program.

! This program is part of the netCDF tutorial:
! http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
! https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

! Full documentation of the netCDF Fortran 90 API can be found at:
! http://www.unidata.ucar.edu/software/netcdf/docs-fortran/f90_The-NetCDF-Fortran-90-Interface-Guide.html
! https://docs.unidata.ucar.edu/netcdf-fortran/current/f90_The-NetCDF-Fortran-90-Interface-Guide.html

! Ed Hartnett

Expand Down
4 changes: 2 additions & 2 deletions examples/F90/simple_xy_nc4_rd.f90
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
! netCDF data file created by the companion program simple_xy_wr.f90.

! This program is part of the netCDF tutorial:
! http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
! https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

! Full documentation of the netCDF Fortran 90 API can be found at:
! http://www.unidata.ucar.edu/software/netcdf/docs-fortran/f90_The-NetCDF-Fortran-90-Interface-Guide.html
! https://docs.unidata.ucar.edu/netcdf-fortran/current/f90_The-NetCDF-Fortran-90-Interface-Guide.html

! Ed Hartnett

Expand Down
4 changes: 2 additions & 2 deletions examples/F90/simple_xy_nc4_wr.f90
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
! and "y", and a netCDF variable, called "data".

! This program is part of the netCDF tutorial:
! http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
! https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

! Full documentation of the netCDF Fortran 90 API can be found at:
! http://www.unidata.ucar.edu/software/netcdf/docs-fortran/f90_The-NetCDF-Fortran-90-Interface-Guide.html
! https://docs.unidata.ucar.edu/netcdf-fortran/current/f90_The-NetCDF-Fortran-90-Interface-Guide.html

! Ed Hartnett

Expand Down
4 changes: 2 additions & 2 deletions examples/F90/simple_xy_par_rd.f90
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
! simple_xy_par_wr.f90. The data are read using parallel I/O.

! This program is part of the netCDF tutorial:
! http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
! https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

! Full documentation of the netCDF Fortran 90 API can be found at:
! http://www.unidata.ucar.edu/software/netcdf/docs-fortran/f90_The-NetCDF-Fortran-90-Interface-Guide.html
! https://docs.unidata.ucar.edu/netcdf-fortran/current/f90_The-NetCDF-Fortran-90-Interface-Guide.html

! Ed Hartnett

Expand Down
4 changes: 2 additions & 2 deletions examples/F90/simple_xy_par_wr.f90
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
! to write the file from all processors at the same time.

! This program is part of the netCDF tutorial:
! http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
! https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

! Full documentation of the netCDF Fortran 90 API can be found at:
! http://www.unidata.ucar.edu/software/netcdf/docs-fortran/f90_The-NetCDF-Fortran-90-Interface-Guide.html
! https://docs.unidata.ucar.edu/netcdf-fortran/current/f90_The-NetCDF-Fortran-90-Interface-Guide.html

! Ed Hartnett

Expand Down
4 changes: 2 additions & 2 deletions examples/F90/simple_xy_par_wr2.f90
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
! - include first process for opening/metadata/closing file

! This program is part of the netCDF tutorial:
! http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
! https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

! Full documentation of the netCDF Fortran 90 API can be found at:
! http://www.unidata.ucar.edu/software/netcdf/docs-fortran/f90_The-NetCDF-Fortran-90-Interface-Guide.html
! https://docs.unidata.ucar.edu/netcdf-fortran/current/f90_The-NetCDF-Fortran-90-Interface-Guide.html

! Russ Rew, Marshall Ward, Ed Hartnett

Expand Down
4 changes: 2 additions & 2 deletions examples/F90/simple_xy_rd.f90
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
! netCDF data file created by the companion program simple_xy_wr.f90.

! This program is part of the netCDF tutorial:
! http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
! https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

! Full documentation of the netCDF Fortran 90 API can be found at:
! http://www.unidata.ucar.edu/software/netcdf/docs-fortran/f90_The-NetCDF-Fortran-90-Interface-Guide.html
! https://docs.unidata.ucar.edu/netcdf-fortran/current/f90_The-NetCDF-Fortran-90-Interface-Guide.html

! Ed Hartnett

Expand Down
4 changes: 2 additions & 2 deletions examples/F90/simple_xy_wr.f90
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
! and "y", and a netCDF variable, called "data".

! This program is part of the netCDF tutorial:
! http://www.unidata.ucar.edu/software/netcdf/docs/tutorial_8dox.html
! https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html

! Full documentation of the netCDF Fortran 90 API can be found at:
! http://www.unidata.ucar.edu/software/netcdf/docs-fortran/f90_The-NetCDF-Fortran-90-Interface-Guide.html
! https://docs.unidata.ucar.edu/netcdf-fortran/current/f90_The-NetCDF-Fortran-90-Interface-Guide.html

! Ed Hartnett

Expand Down
2 changes: 1 addition & 1 deletion netcdf-fortran.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fcompiler=@FC@

Name: @PACKAGE@
Description: NetCDF Client Library for Fortran
URL: http://www.unidata.ucar.edu/netcdf
URL: https://www.unidata.ucar.edu/netcdf
Version: @PACKAGE_VERSION@
Requires.private: netcdf > 4.1.1
Libs: -L${libdir} -lnetcdff
Expand Down

0 comments on commit cde90be

Please sign in to comment.