Address problem links (#6387)

* Replace link in Glossary.dox with added Chessboard.svg file.

* Exclude checking links on server "web.cels.anl.gov" that rejects
automated link checker.
This commit is contained in:
Larry Knox
2026-04-30 22:34:43 -05:00
committed by GitHub
parent d926e3cbd0
commit 4606f0e770
3 changed files with 46 additions and 1 deletions
+1
View File
@@ -70,6 +70,7 @@ jobs:
--exclude "reddit.com"
--exclude "twitter.com"
--exclude "linkedin.com"
--exclude "web.cels.anl.gov"
"${{ steps.build_docs.outputs.html_path }}/**/*.html"
output: lychee-report.md
format: markdown
+1 -1
View File
@@ -241,7 +241,7 @@ and an HDF5 path name in that file.</DD>
origin at <CODE>(0,0)</CODE> can be represented as the union of two
hyperslabs representing the even <CODE>(0,2,4,6)</CODE> and
odd <CODE>(1,3,5,7)</CODE> rows, respectively.</P>
<IMG SRC="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Chessboard480.svg/176px-Chessboard480.svg.png"/>
\image html chessboard.svg
<P>The hyperslab parameters for the even rows are: <CODE>start (0,0)</CODE>,
<CODE>stride (2,2)</CODE>, <CODE>count (4,4)</CODE>, <CODE>block
(1,1)</CODE>. Likewise the parameters for the odd rows are: <CODE>start
+44
View File
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 176 176" width="176" height="176">
<rect width="176" height="176" fill="#CCCCCC"/>
<!-- Row 0 -->
<rect x="0" y="0" width="22" height="22" fill="#000000"/>
<rect x="44" y="0" width="22" height="22" fill="#000000"/>
<rect x="88" y="0" width="22" height="22" fill="#000000"/>
<rect x="132" y="0" width="22" height="22" fill="#000000"/>
<!-- Row 1 -->
<rect x="22" y="22" width="22" height="22" fill="#000000"/>
<rect x="66" y="22" width="22" height="22" fill="#000000"/>
<rect x="110" y="22" width="22" height="22" fill="#000000"/>
<rect x="154" y="22" width="22" height="22" fill="#000000"/>
<!-- Row 2 -->
<rect x="0" y="44" width="22" height="22" fill="#000000"/>
<rect x="44" y="44" width="22" height="22" fill="#000000"/>
<rect x="88" y="44" width="22" height="22" fill="#000000"/>
<rect x="132" y="44" width="22" height="22" fill="#000000"/>
<!-- Row 3 -->
<rect x="22" y="66" width="22" height="22" fill="#000000"/>
<rect x="66" y="66" width="22" height="22" fill="#000000"/>
<rect x="110" y="66" width="22" height="22" fill="#000000"/>
<rect x="154" y="66" width="22" height="22" fill="#000000"/>
<!-- Row 4 -->
<rect x="0" y="88" width="22" height="22" fill="#000000"/>
<rect x="44" y="88" width="22" height="22" fill="#000000"/>
<rect x="88" y="88" width="22" height="22" fill="#000000"/>
<rect x="132" y="88" width="22" height="22" fill="#000000"/>
<!-- Row 5 -->
<rect x="22" y="110" width="22" height="22" fill="#000000"/>
<rect x="66" y="110" width="22" height="22" fill="#000000"/>
<rect x="110" y="110" width="22" height="22" fill="#000000"/>
<rect x="154" y="110" width="22" height="22" fill="#000000"/>
<!-- Row 6 -->
<rect x="0" y="132" width="22" height="22" fill="#000000"/>
<rect x="44" y="132" width="22" height="22" fill="#000000"/>
<rect x="88" y="132" width="22" height="22" fill="#000000"/>
<rect x="132" y="132" width="22" height="22" fill="#000000"/>
<!-- Row 7 -->
<rect x="22" y="154" width="22" height="22" fill="#000000"/>
<rect x="66" y="154" width="22" height="22" fill="#000000"/>
<rect x="110" y="154" width="22" height="22" fill="#000000"/>
<rect x="154" y="154" width="22" height="22" fill="#000000"/>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB