Skip to content

Commit 90c1c14

Browse files
authored
Merge pull request #3013 from ianhi/master
add alt text so images aren't duplicated in html
2 parents 9016d74 + eacbad2 commit 90c1c14

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/source/examples/Widget Low Level.ipynb

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"cell_type": "markdown",
3030
"metadata": {},
3131
"source": [
32-
"| ![](images/inputoutput.PNG) | ![](images/widgets.PNG) |\n",
32+
"| ![inputoutput](images/inputoutput.PNG) | ![example-widgets](images/widgets.PNG) |\n",
3333
"|-------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|\n",
3434
"| Before the widgets, this was just the segmentation of code and results from executing those segments. | Widgets further decrease the distance between the user and their data by allowing UI interactions to directly manipulate data in the kernel. |"
3535
]
@@ -74,7 +74,7 @@
7474
"cell_type": "markdown",
7575
"metadata": {},
7676
"source": [
77-
"![](images/transport.svg)"
77+
"![comms](images/transport.svg)"
7878
]
7979
},
8080
{
@@ -99,7 +99,7 @@
9999
"cell_type": "markdown",
100100
"metadata": {},
101101
"source": [
102-
"![](images/state_sync.svg)"
102+
"![synchronized state](images/state_sync.svg)"
103103
]
104104
},
105105
{
@@ -145,7 +145,7 @@
145145
"cell_type": "markdown",
146146
"metadata": {},
147147
"source": [
148-
"![](images/assoc.svg)"
148+
"![model-view venn diagram](images/assoc.svg)"
149149
]
150150
},
151151
{
@@ -179,7 +179,7 @@
179179
"cell_type": "markdown",
180180
"metadata": {},
181181
"source": [
182-
"![](images/execute.svg)"
182+
"![execution-1](images/execute.svg)"
183183
]
184184
},
185185
{
@@ -197,7 +197,7 @@
197197
"cell_type": "markdown",
198198
"metadata": {},
199199
"source": [
200-
"![](images/busy.svg)"
200+
"![execution-2](images/busy.svg)"
201201
]
202202
},
203203
{
@@ -222,7 +222,7 @@
222222
"cell_type": "markdown",
223223
"metadata": {},
224224
"source": [
225-
"![](images/widgetcomm.svg)"
225+
"![model-construction](images/widgetcomm.svg)"
226226
]
227227
},
228228
{
@@ -240,7 +240,7 @@
240240
"cell_type": "markdown",
241241
"metadata": {},
242242
"source": [
243-
"![](images/widgetcomm2.svg)"
243+
"![construction-2](images/widgetcomm2.svg)"
244244
]
245245
},
246246
{
@@ -258,7 +258,7 @@
258258
"cell_type": "markdown",
259259
"metadata": {},
260260
"source": [
261-
"![](images/state.svg)"
261+
"![construction-3](images/state.svg)"
262262
]
263263
},
264264
{
@@ -283,7 +283,7 @@
283283
"cell_type": "markdown",
284284
"metadata": {},
285285
"source": [
286-
"![](images/display.svg)"
286+
"![display a view](images/display.svg)"
287287
]
288288
},
289289
{
@@ -543,9 +543,9 @@
543543
"name": "python",
544544
"nbconvert_exporter": "python",
545545
"pygments_lexer": "ipython3",
546-
"version": "3.6.4"
546+
"version": "3.8.5"
547547
}
548548
},
549549
"nbformat": 4,
550-
"nbformat_minor": 2
551-
}
550+
"nbformat_minor": 4
551+
}

0 commit comments

Comments
 (0)