Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add alt text so images aren't duplicated in html #3013

Merged
merged 1 commit into from
Jan 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions docs/source/examples/Widget Low Level.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"| ![](images/inputoutput.PNG) | ![](images/widgets.PNG) |\n",
"| ![inputoutput](images/inputoutput.PNG) | ![example-widgets](images/widgets.PNG) |\n",
"|-------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|\n",
"| 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. |"
]
Expand Down Expand Up @@ -74,7 +74,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![](images/transport.svg)"
"![comms](images/transport.svg)"
]
},
{
Expand All @@ -99,7 +99,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![](images/state_sync.svg)"
"![synchronized state](images/state_sync.svg)"
]
},
{
Expand Down Expand Up @@ -145,7 +145,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![](images/assoc.svg)"
"![model-view venn diagram](images/assoc.svg)"
]
},
{
Expand Down Expand Up @@ -179,7 +179,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![](images/execute.svg)"
"![execution-1](images/execute.svg)"
]
},
{
Expand All @@ -197,7 +197,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![](images/busy.svg)"
"![execution-2](images/busy.svg)"
]
},
{
Expand All @@ -222,7 +222,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![](images/widgetcomm.svg)"
"![model-construction](images/widgetcomm.svg)"
]
},
{
Expand All @@ -240,7 +240,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![](images/widgetcomm2.svg)"
"![construction-2](images/widgetcomm2.svg)"
]
},
{
Expand All @@ -258,7 +258,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![](images/state.svg)"
"![construction-3](images/state.svg)"
]
},
{
Expand All @@ -283,7 +283,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![](images/display.svg)"
"![display a view](images/display.svg)"
]
},
{
Expand Down Expand Up @@ -543,9 +543,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.4"
"version": "3.8.5"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
"nbformat_minor": 4
}