Updating generate documentation to reference GitHub.

This commit is contained in:
Ward Fisher 2013-08-07 16:13:18 -06:00
parent 4c0e15605d
commit 7f8453c8f4
4 changed files with 2682 additions and 11 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
build

View File

@ -11,6 +11,8 @@ library.
\page getting Getting NetCDF
\section sec_get_pre_built Getting pre-built netCDF-C libraries.
The easiest way to get netCDF is through a package management program,
such as rpm, yum, adept, and others. NetCDF is available from many
different repositories, including the default Red Hat and Ubuntu
@ -20,19 +22,21 @@ When getting netCDF from a software repository, you will wish to get
the development version of the package ("netcdf-devel"). This includes
the netcdf.h header file.
Unfortunately, you may not be able to get a recent version of netCDF
from a package management system, in which case you must build from
source code. Get the <a
href=ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf.tar.gz>source
distribution</a> for the latest, fully-tested release.
\section sec_get_source Getting the latest netCDF-C Source Code
Alternatively, you may wish to try the <a
href=ftp://ftp.unidata.ucar.edu/pub/netcdf/snapshot/netcdf-4-daily.tar.gz>daily
snapshot</a>. It is generated nightly at the Unidata Program
Center. It has passed all tests on our (Linux) test machine, but not
necessarily all platform compatibility tests.
Starting with netCDF-C version 4.3.1, the netCDF-C source code is hosted at the
Unidata GitHub repository, available at http://github.com/Unidata/netcdf-c.
\warning The daily snapshot release contains bug-fixes and new
Two options are available for building from source.
- The latest release
- The developer snapshot
\subsection sec_latest_release The latest release
\subsection sec_dev_snapshot The developer snapshot
\warning The developer snapshot release contains bug-fixes and new
features added since the last full release. It may also contain
portability bugs.

1333
ncdump/ctest.c Normal file

File diff suppressed because it is too large Load Diff

1333
ncdump/ctest64.c Normal file

File diff suppressed because it is too large Load Diff