Skip to content

Commit 22b1dbf

Browse files
committed
Fix img tags and <img> pattern for spell checker
1 parent 79b6cd0 commit 22b1dbf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/actions/spelling/patterns.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0
4040
[A-Za-z-_]+@[0-9]+(\.[.0-9]+)?(\+[0-9a-z]+)?
4141

4242
# img tag
43-
<img.*/>
43+
<img.*>

docs/software/devtools/linaro-ddt.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To use the DDT client with uenv, it must be launched in `Manual Launch` mode
3838
Click on `Manual launch`, set the number of processes to listen to, then wait for the Slurm job to start
3939
(see the "on Alps" tab for how to start the Slurm job).
4040

41-
<img src="https://raw.githubusercontent.com/jgphpc/cornerstone-octree/ddt/scripts/img/ddt/0.png" width="600" />
41+
<img src="https://raw.githubusercontent.com/jgphpc/cornerstone-octree/ddt/scripts/img/ddt/0.png" width="600">
4242

4343
=== "On Alps"
4444

@@ -57,21 +57,21 @@ To use the DDT client with uenv, it must be launched in `Manual Launch` mode
5757
### Start debugging
5858

5959
By default, DDT will pause execution on the call to `MPI_Init`:
60-
<img src="https://raw.githubusercontent.com/jgphpc/cornerstone-octree/ddt/scripts/img/ddt/1.png" width="600" />
60+
<img src="https://raw.githubusercontent.com/jgphpc/cornerstone-octree/ddt/scripts/img/ddt/1.png" width="600">
6161

6262
There are two mechanisms for controlling program execution:
6363

6464
=== "Breakpoint"
6565

6666
Breakpoint(s) can be set by clicking in the margin to the left of the line number:
6767

68-
<img src="https://raw.githubusercontent.com/jgphpc/cornerstone-octree/ddt/scripts/img/ddt/3.png" width="600" />
68+
<img src="https://raw.githubusercontent.com/jgphpc/cornerstone-octree/ddt/scripts/img/ddt/3.png" width="600">
6969

7070
=== "Stop at"
7171

7272
Execution can be paused in every CUDA kernel launch by activating the default breakpoints from the `Control` menu:
7373

74-
<img src="https://raw.githubusercontent.com/jgphpc/cornerstone-octree/ddt/scripts/img/ddt/4.png" width="400" />
74+
<img src="https://raw.githubusercontent.com/jgphpc/cornerstone-octree/ddt/scripts/img/ddt/4.png" width="400">
7575

7676

7777
??? example "Debugging with 128 GPUs"

docs/software/devtools/linaro-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To open this file we can open the Linaro Forge Client on our local machine, navi
2626

2727
After loading the report file we will be in the home of Linaro MAP.
2828

29-
<img src="https://raw.githubusercontent.com/iomaganaris/alps-uenv/refs/heads/linaro_map_docs_archive/docs/images/map-home.png" width="800" />
29+
<img src="https://raw.githubusercontent.com/iomaganaris/alps-uenv/refs/heads/linaro_map_docs_archive/docs/images/map-home.png" width="800">
3030

3131
## Linaro Forge Performance Reports
3232

0 commit comments

Comments
 (0)