From 023688a8a4c50ccede1358069291b7742bb434d6 Mon Sep 17 00:00:00 2001 From: bmribler <39579120+bmribler@users.noreply.github.com> Date: Sun, 24 Mar 2024 16:12:36 -0400 Subject: [PATCH] Fix broken URLs in documentation (#4214) Fixes GH-3881 partially. There are pages that need to be recreated. --- doxygen/aliases | 10 +++++----- doxygen/dox/GettingStarted.dox | 4 ++-- doxygen/dox/IntroHDF5.dox | 2 +- doxygen/dox/LearnHDFView.dox | 2 +- doxygen/dox/UsersGuide.dox | 8 ++++---- doxygen/dox/VOLConnGuide.dox | 4 ++-- doxygen/dox/ViewTools.dox | 2 +- src/H5Fmodule.h | 8 ++++---- src/H5VLmodule.h | 2 +- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/doxygen/aliases b/doxygen/aliases index ad868432bee..0f5a4a4ed8f 100644 --- a/doxygen/aliases +++ b/doxygen/aliases @@ -234,14 +234,14 @@ ALIASES += sa_metadata_ops="\sa \li H5Pget_all_coll_metadata_ops() \li H5Pget_co # References ################################################################################ -ALIASES += ref_cons_semantics="Enabling a Strict Consistency Semantics Model in Parallel HDF5" -ALIASES += ref_file_image_ops="HDF5 File Image Operations" +ALIASES += ref_cons_semantics="Enabling a Strict Consistency Semantics Model in Parallel HDF5" +ALIASES += ref_file_image_ops="HDF5 File Image Operations" ALIASES += ref_filter_pipe="Data Flow Pipeline for H5Dread()" -ALIASES += ref_group_impls="Group implementations in HDF5" -ALIASES += ref_h5lib_relver="HDF5 Library Release Version Numbers" +ALIASES += ref_group_impls="Group implementations in HDF5" +ALIASES += ref_h5lib_relver="HDF5 Library Release Version Numbers" ALIASES += ref_mdc_in_hdf5="Metadata Caching in HDF5" ALIASES += ref_mdc_logging="Metadata Cache Logging" -ALIASES += ref_news_112="New Features in HDF5 Release 1.12" +ALIASES += ref_news_112="New Features in HDF5 Release 1.12" ALIASES += ref_h5ocopy="Copying Committed Datatypes with H5Ocopy()" ALIASES += ref_sencode_fmt_change="RFC H5Secnode() / H5Sdecode() Format Change" ALIASES += ref_vlen_strings="\Emph{Creating variable-length string datatypes}" diff --git a/doxygen/dox/GettingStarted.dox b/doxygen/dox/GettingStarted.dox index 87f3566361e..feb5f919f9a 100644 --- a/doxygen/dox/GettingStarted.dox +++ b/doxygen/dox/GettingStarted.dox @@ -42,7 +42,7 @@ Parallel HDF5, and the HDF5-1.10 VDS and SWMR new features:
-Using the High Level APIs +Using the High Level APIs | \ref H5LT \ref H5IM \ref H5TB \ref H5PT \ref H5DS @@ -72,7 +72,7 @@ HDF5-1.10 New Features | \li Introduction to the Virtual Dataset - VDS -\li Introduction to Single-Writer/Multiple-Reader (SWMR) +\li Introduction to Single-Writer/Multiple-Reader (SWMR) |
- + |
Describes how an HDF5 application can apply a filter that is not registered with the HDF5 Library. @@ -382,7 +382,7 @@ These documents provide additional information for the use and tuning of specifi | |
- + |
Describes how to work with HDF5 files in memory. Disk I/O is not required when file images are opened, created, read from, or written to. @@ -390,7 +390,7 @@ These documents provide additional information for the use and tuning of specifi | |
- + |
Describes how to set write operations for in-memory files so that only modified regions are written to storage. Available when the Core (Memory) VFD is used. @@ -438,4 +438,4 @@ Previous Chapter \ref sec_plist HDF5 repo, make changes, and create a pull request !\n -*/ \ No newline at end of file +*/ diff --git a/doxygen/dox/VOLConnGuide.dox b/doxygen/dox/VOLConnGuide.dox index fb662a0ef5a..7a03ab1590d 100644 --- a/doxygen/dox/VOLConnGuide.dox +++ b/doxygen/dox/VOLConnGuide.dox @@ -92,7 +92,7 @@ Public header Files you will need to be familiar with include: |