Skip to content

Commit

Permalink
Merge pull request #197 from HDFGroup/release_1.14.4
Browse files Browse the repository at this point in the history
Update various documentation links
  • Loading branch information
bmribler authored Apr 18, 2024
2 parents 25c1b45 + 65bf6bf commit ec2fbd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For further information, see:

* [New Features in 1.12](new_features_1_12.md)
* [Software Changes from release to release](sw_changes_1.12.md)
* [API Compatibility Macros in HDF5](api_comp_macros.md)
* [API Compatibility Macros in HDF5](https://docs.hdfgroup.org/hdf5/develop/api-compat-macros.html)

## Compiling 1.10 and earlier applications with 1.12

Expand All @@ -28,7 +28,7 @@ Applications that were created with earlier HDF5 releases may not compile with 1
~~~
Autotools: h5cc -DH5_USE_110_API (C)
CMake: cmake -DCMAKE_C_FLAGS="-DH5_USE_110_API" (and likewise for other CMAKE_<LANG>_FLAGS)
CMake: cmake `-DCMAKE_C_FLAGS="-DH5_USE_110_API"` (and likewise for other `CMAKE_<LANG>_FLAGS`)
~~~

* To build an HDF5 library with the 1.10 APIs specify --with-default-api-version=v110 (Autotools) or -DDEFAULT_API_VERSION:STRING=v110 (CMake).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ redirect_from:

## API Compatibility

See [API Compatibility Macros](api_comp_macros.html) in HDF5 for details on using HDF5 version 1.14 with previous releases.
See [API Compatibility Macros](https://docs.hdfgroup.org/hdf5/develop/api-compat-macros.html) in HDF5 for details on using HDF5 version 1.14 with previous releases.


* [Compatibility report for Release 1.14.4 versus Release 1.14.3](https://github.com/HDFGroup/hdf5/releases/download/hdf5_1.14.4.2/hdf5-1.14.4-2.html.abi.reports.tar.gz)
Expand Down
3 changes: 1 addition & 2 deletions downloads/hdf5/hdf5_1_14_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ Please refer to [Build instructions](https://github.com/HDFGroup/hdf5/blob/hdf5_

## Doxygen Generated Reference Manual

The new HDF5 C-API documentation based on [Doxygen](https://www.doxygen.nl/index.html) is available at
[https://docs.hdfgroup.org/hdf5/v1_14/index.html](https://docs.hdfgroup.org/hdf5/v1_14/index.html)
The new HDF5 documentation based on [Doxygen](https://www.doxygen.nl/index.html) is available [here](https://portal.hdfgroup.org/hdf5/v1_14_4/index.html)

This documentation is WORK-IN-PROGRESS.

Expand Down

0 comments on commit ec2fbd0

Please sign in to comment.