Commit Graph

151 Commits

Author SHA1 Message Date
Ward Fisher
f6a969cfd5 Updated and consolidated some redundant documentation. 2014-02-25 17:08:04 -07:00
Ward Fisher
56e2d0349d Reorganized files to reduce clutter and to make things a little more coherent. This is an ongoing process. 2014-02-24 16:06:09 -07:00
Ward Fisher
056e5c3fea Removed 'section' flag that was causing a problem with the 'internal' flag. 2014-02-21 16:34:13 -07:00
Ward Fisher
030645c222 Updated Cmake builds to properly manage the 'ENABLE_INTERNAL_DOCS' option.
Reformatted documentation to make things a little more cohesive.
2014-02-20 15:48:01 -07:00
Ward Fisher
75a71ffcf0 Reorganized doxygen documents, renamed .doc files as .dox.
Bumped revision to 4.3.1.2.  There may not be a 4.3.1.2 release, but I didn't want to leave it as 4.3.1.1.
Removed CMake-specific doxygen/documentation template, made changes required so that
CMake and autotools-based builds can use the same template (Doxyfile.in).
2014-02-19 16:32:26 -07:00
Ward Fisher
9749390720 Corrected some warnings issued by doxygen when generating documentation. 2014-02-06 17:59:57 -07:00
Ward Fisher
0b97d35b86 Fixed some markdown syntax errors on the 'building with cmake' document. 2014-02-05 13:24:18 -07:00
Ward Fisher
9b9e83c632 Corrected a markdown/doxygen syntax issue. 2014-02-05 13:24:18 -07:00
Ward Fisher
e66ab99303 Updated documentation in preparation for upcoming 4.3.1.1 bugfix release. 2014-02-05 10:16:10 -07:00
Ward Fisher
7debd132d2 Bumped version to 4.3.1.1 in preparation for upcoming bugfix release.
Modified the Doxyfile templates to use 'dot', when available, to generate class diagrams instead of the inferior diagram engine bundled in doxygen.
2014-02-04 16:13:18 -07:00
Ward Fisher
ae8e5d1ff2 Updated windows binary download links. 2014-01-16 14:24:44 -07:00
Ward Fisher
a048bb54e7 Updated links on Windows download document to reflect new file names. 2013-12-19 10:23:51 -07:00
Ward Fisher
45196f50ae Updated documentation for forthcoming release candidate. 2013-12-06 11:08:43 -07:00
Ward Fisher
5707513756 Updated the Windows download page to reflect latest release candidate (rc4). 2013-11-06 14:22:30 -07:00
dmh
9b0f0a9da4 Add proper templating to esg documentation 2013-10-17 11:43:53 -06:00
dmh
29867a5b03 Add better documentation about ESG access 2013-10-17 11:24:23 -06:00
Ward Fisher
5757f9ef5b Updated windows binaries documentation page to reflect new download links. 2013-09-24 15:56:22 -06:00
Ward Fisher
49ad32e610 Added new option to enable/disable 'Data Conversion warnings', ENABLE_CONVERSION_WARNINGS, when using CMake-based builds.
Added a custom cmake test configuration file to override the default '50' warnings when submitting to a remote dashboard.
Updated Building-with-CMake file.
2013-09-16 11:45:34 -06:00
Ward Fisher
e6e8bba26a Added TOC, FAQ to CMake instructions document. 2013-08-29 17:04:26 -06:00
Ward Fisher
55eed7ffa1 Removed stray (but harmless) debugging info. Updated windows-binaries documentation to allow both latest stable release as well as latest release candidate. 2013-08-29 15:48:03 -06:00
Ward Fisher
e3de20971d Replaced large version with small version. 2013-08-21 15:10:48 -06:00
Ward Fisher
21adf62b9e Updated doxyfile with some of the modern options. Also added proper identification of project, version. 2013-08-21 14:00:34 -06:00
Ward Fisher
14ffd4e148 Updated links to Windows Binaries. 2013-08-19 15:30:27 -06:00
Ward Fisher
f9e1374b6f Added information to RELEASE_NOTES to reflect the 'release candidate' status of the current release.
Added information about needing to generate configure scripts with 'autoreconf'.
Updated Building with CMake documentation, moved 4.3.0 errata to a place of less prominence.
2013-08-09 11:14:07 -06:00
Ward Fisher
74de0d1468 Modified windows-binaries.md document to point at binary downloads for netCDF-C 4.3.1-rc1. 2013-08-08 16:55:34 -06:00
Ward Fisher
b25c64bd33 Changed label from 'Older documentation' to 'other documentation', to remove explicit reference to netcdf 4.1.3, as per discussion with Russ. 2013-08-08 11:14:11 -06:00
Ward Fisher
c02f2c3b16 Updated documentation to reference retrieving the latest source release and the developer snapshot from the Unidata GitHub repository. 2013-08-07 16:19:37 -06:00
Ward Fisher
7f8453c8f4 Updating generate documentation to reference GitHub. 2013-08-07 16:13:18 -06:00
Russ Rew
58a63708cc Fix contributed by Nath Gopalaswamy to large file problem reading
netCDF classic or 64-bit offset files that have a UINT32_MAX flag for
large last record size of a variable that has values larger than 1
byte.  This problem had previously been fixed for *writing* such data,
but was only tested with an ncbyte variable.  Fixed test to
demonstrate problem and the fix.

More updates to chunking documentation, cosmetic fixes for some
"--option=" documentation that doxygen turns into mdash.
2013-06-25 17:04:10 +00:00
Ward Fisher
3c7895add1 Updated CMake-related documentation in generated websites with more detail. 2013-06-04 17:33:21 +00:00
Ward Fisher
33d3d06971 Added initial 'make dist', 'make distcheck' support to
CMake-based builds.
2013-06-03 16:42:04 +00:00
Russ Rew
946a7ab8b5 Fix contributed by Nath Gopalaswamy to large file problem reading
netCDF classic or 64-bit offset files that have a UINT32_MAX flag for
large last record size of a variable that has values larger than 1
byte.  This problem had previously been fixed for *writing* such data,
but was only tested with an ncbyte variable.  Fixed test to
demonstrate problem and the fix.

More updates to chunking documentation, cosmetic fixes for some
"--option=" documentation that doxygen turns into mdash.
2013-05-31 20:18:18 +00:00
Russ Rew
3152893da0 Updated documentation on default chunk size for unlimited dimensions.
Removed old heuristic for dims several orders of magnitude smaller
than the max dimension.
2013-05-28 15:34:55 +00:00
Russ Rew
2cd6e5f7aa Update building parallel doc to show what worked here 2013-05-17 20:34:36 +00:00
Dennis Heimbigner
63141b80d5 updated the dap description in guide.doc 2013-05-13 18:22:14 +00:00
Ward Fisher
5ebc2a38ee Corrected a type in the Building with Cmake help file. 2013-05-10 22:55:54 +00:00
Ward Fisher
df9a54b689 o Fixed the SOVERSION for CMake-based builds.
o Updated autotools-based build to include files required for CMake-based 
builds.

o Updated Markdown-based documentation processed by Doxygen to include a
CMake FAQ.
2013-05-08 21:59:11 +00:00
Ward Fisher
aecd090f53 Added markdown version of RELEASE_NOTES for evaluation.
Modified Doxyfile templates to generate html from the
markdown file (assumes doxygen version 1.8+)

Added link to release notes to mainpage.doc
2013-05-07 20:54:54 +00:00
Russ Rew
5944c71c51 Oops, forgot to remove --disable-shared from build example 2013-05-01 21:07:22 +00:00
Russ Rew
6c28f30789 Update documentation for building with HDF4 and with Fortran 2013-05-01 21:05:31 +00:00
Russ Rew
f424c28710 Thwart doxygen's conversion of configure option '--disable-' to '–disable-' garbage in resulting HTML document. 2013-05-01 15:46:55 +00:00
Ward Fisher
7d8bee2320 Updated version number to 4.3.0 2013-04-29 20:23:42 +00:00
Russ Rew
07154a6693 Fix 'Building with HDF4 Support' document 2013-04-24 22:44:17 +00:00
Ward Fisher
b4bc5bfe24 Incorporating changes in preparation for
releasing 4.3.0RC4.
2013-03-27 19:19:10 +00:00
Ward Fisher
c23a97dd7f Fixed a windows-related issue (required malloc.h include),
update documentation related to netcdf for Windows.
2013-03-11 22:45:26 +00:00
Ward Fisher
57084316de Merging changes from netCDF branch. 2013-02-28 21:50:55 +00:00
Ward Fisher
ba6bcca272 Updated files to next rc (4.3.0rc2) 2013-02-22 21:03:02 +00:00
Ward Fisher
ddf3c31bb0 Corrected a handful of syntax issues in CMake config files,
probably introduced more.  

Added CMake-related files to Makefile.am files for inclusion
when creating a distribution package.
2013-02-20 23:28:28 +00:00
Ward Fisher
2d09f2e1cd Updated documents to contain top-level link to Windows resource. 2013-02-19 19:34:30 +00:00
Ward Fisher
51848614c3 Corrected parallel support in CMake, including
library checks and parallel IO tests.  Updated 
CMake-related documentation.
2013-02-12 22:22:54 +00:00