Skip to content

Commit

Permalink
Fix to broken urls in example gallery pages (#6038)
Browse files Browse the repository at this point in the history
  • Loading branch information
junietoc authored Dec 18, 2023
1 parent 898c11f commit 3da0679
Show file tree
Hide file tree
Showing 18 changed files with 30 additions and 41 deletions.
9 changes: 1 addition & 8 deletions examples/gallery/demos/bokeh/dot_example.ipynb
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"URL: http://bokeh.pydata.org/en/latest/docs/gallery/dot.html"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -69,5 +62,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
4 changes: 2 additions & 2 deletions examples/gallery/demos/bokeh/histogram_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"URL: http://bokeh.pydata.org/en/latest/docs/gallery/histogram.html\n",
"URL: https://docs.bokeh.org/en/latest/docs/examples/topics/stats/histogram.html\n",
"\n",
"Most examples work across multiple plotting backends, this example is also available for:\n",
"\n",
Expand Down Expand Up @@ -133,5 +133,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
4 changes: 2 additions & 2 deletions examples/gallery/demos/bokeh/iris_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"URL: http://bokeh.pydata.org/en/latest/docs/gallery/iris.html\n",
"URL: https://docs.bokeh.org/en/2.4.1/docs/gallery/iris.html\n",
"\n",
"Most examples work across multiple plotting backends, this example is also available for:\n",
"\n",
Expand Down Expand Up @@ -63,5 +63,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
4 changes: 2 additions & 2 deletions examples/gallery/demos/bokeh/iris_splom_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"URL: http://bokeh.pydata.org/en/latest/docs/gallery/iris_splom.html\n",
"URL: https://docs.bokeh.org/en/2.4.1/docs/gallery/iris_splom.html\n",
"\n",
"Most examples work across multiple plotting backends, this example is also available for:\n",
"\n",
Expand Down Expand Up @@ -68,5 +68,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
4 changes: 2 additions & 2 deletions examples/gallery/demos/bokeh/lesmis_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"URL: http://bokeh.pydata.org/en/latest/docs/gallery/les_mis.html"
"URL: https://docs.bokeh.org/en/latest/docs/examples/topics/categorical/les_mis.html"
]
},
{
Expand Down Expand Up @@ -104,5 +104,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
4 changes: 2 additions & 2 deletions examples/gallery/demos/bokeh/lorenz_attractor_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"URL: http://bokeh.pydata.org/en/latest/docs/gallery/lorenz.html\n",
"URL: https://docs.bokeh.org/en/latest/docs/examples/basic/lines/lorenz.html\n",
"\n",
"Most examples work across multiple plotting backends, this example is also available for:\n",
"\n",
Expand Down Expand Up @@ -89,5 +89,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
4 changes: 1 addition & 3 deletions examples/gallery/demos/bokeh/step_chart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"URL: http://bokeh.pydata.org/en/latest/docs/gallery/step_chart.html\n",
"\n",
"Most examples work across multiple plotting backends, this example is also available for:\n",
"\n",
"* [Matplotlib - step_chart example](../bokeh/step_chart_example.ipynb)"
Expand Down Expand Up @@ -61,7 +59,7 @@
"outputs": [],
"source": [
"postage.opts(\n",
" opts.Curve(interpolation='steps-mid', width=400, height=400, \n",
" opts.Curve(interpolation='steps-mid', width=400, height=400,\n",
" line_dash=hv.Cycle(values=['dashed', 'solid'])),\n",
" opts.Overlay(legend_position='top_left'))"
]
Expand Down
4 changes: 2 additions & 2 deletions examples/gallery/demos/bokeh/stocks_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"URL: http://bokeh.pydata.org/en/latest/docs/gallery/stocks.html\n",
"URL: https://docs.bokeh.org/en/2.4.1/docs/gallery/stocks.html\n",
"\n",
"Most examples work across multiple plotting backends, this example is also available for:\n",
"\n",
Expand Down Expand Up @@ -87,5 +87,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"URL: http://bokeh.pydata.org/en/latest/docs/gallery/texas.html\n",
"URL: https://docs.bokeh.org/en/latest/docs/examples/topics/geo/texas_hover_map.html\n",
"\n",
"Most examples work across multiple plotting backends, this example is also available for:\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions examples/gallery/demos/bokeh/us_unemployment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"URL: http://bokeh.pydata.org/en/latest/docs/gallery/unemployment.html\n",
"URL: https://docs.bokeh.org/en/latest/docs/examples/topics/categorical/heatmap_unemployment.html\n",
"\n",
"Most examples work across multiple plotting backends, this example is also available for:\n",
"\n",
Expand Down Expand Up @@ -70,5 +70,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
4 changes: 2 additions & 2 deletions examples/gallery/demos/matplotlib/histogram_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"URL: http://bokeh.pydata.org/en/latest/docs/gallery/histogram.html\n",
"URL: https://docs.bokeh.org/en/latest/docs/examples/topics/stats/histogram.html\n",
"\n",
"Most examples work across multiple plotting backends, this example is also available for:\n",
"\n",
Expand Down Expand Up @@ -134,5 +134,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
4 changes: 2 additions & 2 deletions examples/gallery/demos/matplotlib/iris_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"URL: http://bokeh.pydata.org/en/latest/docs/gallery/iris.html\n",
"URL: https://docs.bokeh.org/en/2.4.1/docs/gallery/iris.html\n",
"\n",
"Most examples work across multiple plotting backends, this example is also available for:\n",
"\n",
Expand Down Expand Up @@ -65,5 +65,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
4 changes: 2 additions & 2 deletions examples/gallery/demos/matplotlib/iris_splom_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"URL: http://bokeh.pydata.org/en/latest/docs/gallery/iris_splom.html\n",
"URL: https://docs.bokeh.org/en/2.4.1/docs/gallery/iris_splom.html\n",
"\n",
"Most examples work across multiple plotting backends, this example is also available for:\n",
"\n",
Expand Down Expand Up @@ -69,5 +69,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"URL: http://bokeh.pydata.org/en/latest/docs/gallery/lorenz.html\n",
"URL: https://docs.bokeh.org/en/latest/docs/examples/basic/lines/lorenz.html\n",
"\n",
"Most examples work across multiple plotting backends, this example is also available for:\n",
"\n",
Expand Down Expand Up @@ -88,5 +88,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
2 changes: 0 additions & 2 deletions examples/gallery/demos/matplotlib/step_chart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"URL: http://bokeh.pydata.org/en/latest/docs/gallery/step_chart.html\n",
"\n",
"Most examples work across multiple plotting backends, this example is also available for:\n",
"\n",
"* [Bokeh - step_chart example](../bokeh/step_chart.ipynb)"
Expand Down
4 changes: 2 additions & 2 deletions examples/gallery/demos/matplotlib/stocks_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"URL: http://bokeh.pydata.org/en/latest/docs/gallery/stocks.html\n",
"URL: https://docs.bokeh.org/en/2.4.1/docs/gallery/stocks.html\n",
"\n",
"Most examples work across multiple plotting backends, this example is also available for:\n",
"\n",
Expand Down Expand Up @@ -94,5 +94,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"URL: http://bokeh.pydata.org/en/latest/docs/gallery/texas.html\n",
"URL: https://docs.bokeh.org/en/latest/docs/examples/topics/geo/texas_hover_map.html\n",
"\n",
"Most examples work across multiple plotting backends, this example is also available for:\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions examples/gallery/demos/matplotlib/us_unemployment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"URL: http://bokeh.pydata.org/en/latest/docs/gallery/unemployment.html\n",
"URL: https://docs.bokeh.org/en/latest/docs/examples/topics/categorical/heatmap_unemployment.html\n",
"\n",
"Most examples work across multiple plotting backends, this example is also available for:\n",
"\n",
Expand Down Expand Up @@ -68,5 +68,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit 3da0679

Please sign in to comment.