Skip to content

Commit 84cc3a8

Browse files
committed
Copy external images to doc/media/ folder
be able to build the doc offline.
1 parent d428e9a commit 84cc3a8

20 files changed

+21
-19
lines changed

doc/Custom-colors-in-VS-Code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In addition to semantic highlighting, users can customize syntax highlighting fo
1313

1414
You can use the [Developer: Inspect editor tokens and scopes](https://www.youtube.com/watch?v=mC_htrJ1QPg&ab_channel=Code2020) command to know the scope of a given token (see the screenshot below).
1515

16-
<img src="media/inspect-tokens.png" width="400" />
16+
![inspect-tokens](media/inspect-tokens.png)
1717

1818
You can also find more documentation about TextMat scopes [here](https://macromates.com/manual/en/language_grammars).
1919

doc/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ recommended to create a project file even for the simplest Ada project.
6666
In the File Explorer title bar, select **New File** and name the file
6767
`hello_world.gpr`.
6868

69-
![New File button](https://code.visualstudio.com/assets/docs/cpp/msvc/new-file-button.png)
69+
![New File button](media/new-file-button.png)
7070

7171
Paste in the following source code:
7272

doc/Working-on-a-remote-machine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ To do that, open the `Remote Explorer` view and click on the toolbar `Configure`
3333

3434
After saving your SSH configuration file, you should now see all the servers in the `Remote Explorer` view.
3535

36-
<img width="387" src="media/remote-explorer.png">
36+
![remote-explorer](media/remote-explorer.png)
3737

3838
## Connect to a remote machine
3939

4040
Just click on the `Connect to Host in New Window` to connect to the server of your choice. If a passphrase is needed, VS Code will ask for it via an input dialog. You can avoid typing your passphrase each time by following the instructions described [here](https://www.thegeekdiary.com/how-to-avoid-ssh-from-prompting-key-passphrase-for-passwordless-logins/).
4141

42-
<img width="669" src="media/connect-host.png">
42+
![connect-host](media/connect-host.png)
4343

4444
Once you are connected, you will be able to open the workspace or folder of your choice and develop as if you were running VS Code locally.
4545

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"Thumbs.db",
2323
".DS_Store",
2424
"gitpod.md",
25+
"devel/*",
2526
]
2627

2728
# -- Options for HTML output -------------------------------------------------

doc/media/add_parameter.gif

236 KB
Loading

doc/media/auto_import.gif

95.3 KB
Loading
141 KB
Loading

doc/media/change_parameter_mode.gif

105 KB
Loading

doc/media/change_parameter_type.gif

94.9 KB
Loading

doc/media/extract_subprogram.gif

327 KB
Loading

0 commit comments

Comments
 (0)