Skip to content

Commit 7390360

Browse files
committed
update image links
1 parent c816363 commit 7390360

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

demos/index.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
**Screenshots**
2626
2727
<a href="{charts_demo_host}/?app=bokeh">
28-
<img src="https://cdn.jsdelivr.net/gh/wang0618/pywebio-chart-gallery/assets/bokeh.png" alt="bokeh demo">
28+
<img src="https://fastly.jsdelivr.net/gh/wang0618/pywebio-chart-gallery/assets/bokeh.png" alt="bokeh demo">
2929
</a>
3030
3131
<a href="{charts_demo_host}/?app=plotly">
32-
<img src="https://cdn.jsdelivr.net/gh/wang0618/pywebio-chart-gallery/assets/plotly.png" alt="plotly demo">
32+
<img src="https://fastly.jsdelivr.net/gh/wang0618/pywebio-chart-gallery/assets/plotly.png" alt="plotly demo">
3333
</a>
3434
3535
<a href="{charts_demo_host}/?app=pyecharts">
36-
<img src="https://cdn.jsdelivr.net/gh/wang0618/pywebio-chart-gallery/assets/pyecharts.gif" alt="pyecharts demo">
36+
<img src="https://fastly.jsdelivr.net/gh/wang0618/pywebio-chart-gallery/assets/pyecharts.gif" alt="pyecharts demo">
3737
</a>
3838
3939
<a href="{charts_demo_host}/?app=cutecharts">
40-
<img src="https://cdn.jsdelivr.net/gh/wang0618/pywebio-chart-gallery/assets/cutecharts.png" alt="cutecharts demo">
40+
<img src="https://fastly.jsdelivr.net/gh/wang0618/pywebio-chart-gallery/assets/cutecharts.png" alt="cutecharts demo">
4141
</a>
4242
4343
### Links
@@ -69,19 +69,19 @@
6969
**数据可视化demo截图**
7070
7171
<a href="{charts_demo_host}/?app=bokeh">
72-
<img src="https://cdn.jsdelivr.net/gh/wang0618/pywebio-chart-gallery/assets/bokeh.png" alt="bokeh demo">
72+
<img src="https://fastly.jsdelivr.net/gh/wang0618/pywebio-chart-gallery/assets/bokeh.png" alt="bokeh demo">
7373
</a>
7474
7575
<a href="{charts_demo_host}/?app=plotly">
76-
<img src="https://cdn.jsdelivr.net/gh/wang0618/pywebio-chart-gallery/assets/plotly.png" alt="plotly demo">
76+
<img src="https://fastly.jsdelivr.net/gh/wang0618/pywebio-chart-gallery/assets/plotly.png" alt="plotly demo">
7777
</a>
7878
7979
<a href="{charts_demo_host}/?app=pyecharts">
80-
<img src="https://cdn.jsdelivr.net/gh/wang0618/pywebio-chart-gallery/assets/pyecharts.gif" alt="pyecharts demo">
80+
<img src="https://fastly.jsdelivr.net/gh/wang0618/pywebio-chart-gallery/assets/pyecharts.gif" alt="pyecharts demo">
8181
</a>
8282
8383
<a href="{charts_demo_host}/?app=cutecharts">
84-
<img src="https://cdn.jsdelivr.net/gh/wang0618/pywebio-chart-gallery/assets/cutecharts.png" alt="cutecharts demo">
84+
<img src="https://fastly.jsdelivr.net/gh/wang0618/pywebio-chart-gallery/assets/cutecharts.png" alt="cutecharts demo">
8585
</a>
8686
8787
### Links

demos/theme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def page():
348348

349349
put_markdown('# Switch Theme')
350350
themes = [
351-
put_image(f"https://cdn.jsdelivr.net/gh/wang0618/PyWebIO@dev/docs/assets/theme/{name}.png").onclick(
351+
put_image(f"https://fastly.jsdelivr.net/gh/wang0618/PyWebIO@dev/docs/assets/theme/{name}.png").onclick(
352352
partial(go_app, name=name, new_window=False))
353353
for name in ALL_THEME if name != theme
354354
]

docs/libraries_support.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ In PyWebIO, you can also use ``bokeh.io.show()`` to display a Bokeh App. For the
6464

6565
.. note:: Bokeh App currently is only available in the default Tornado backend
6666

67-
.. image:: https://cdn.jsdelivr.net/gh/wang0618/pywebio-chart-gallery@master/assets/bokeh.png
67+
.. image:: https://fastly.jsdelivr.net/gh/wang0618/pywebio-chart-gallery@master/assets/bokeh.png
6868

6969
pyecharts
7070
^^^^^^^^^^^^^^^^^^^^^^
@@ -80,7 +80,7 @@ See related demo on :charts_demo_host:`pyecharts demo </?app=pyecharts>`
8080

8181
.. only:: not latex
8282

83-
.. image:: https://cdn.jsdelivr.net/gh/wang0618/pywebio-chart-gallery@master/assets/pyecharts.gif
83+
.. image:: https://fastly.jsdelivr.net/gh/wang0618/pywebio-chart-gallery@master/assets/pyecharts.gif
8484

8585
plotly
8686
^^^^^^^^^^^^^^^^^^^^^^
@@ -95,7 +95,7 @@ In PyWebIO, you can use the following code to output the plotly chart instance::
9595

9696
See related demo on :charts_demo_host:`plotly demo </?app=plotly>`
9797

98-
.. image:: https://cdn.jsdelivr.net/gh/wang0618/pywebio-chart-gallery@master/assets/plotly.png
98+
.. image:: https://fastly.jsdelivr.net/gh/wang0618/pywebio-chart-gallery@master/assets/plotly.png
9999

100100
pyg2plot
101101
^^^^^^^^^^^^^^^^^^^^^^
@@ -121,4 +121,4 @@ In PyWebIO, you can use the following code to output the cutecharts.py chart ins
121121

122122
See related demo on :charts_demo_host:`cutecharts demo </?app=cutecharts>`
123123

124-
.. image:: https://cdn.jsdelivr.net/gh/wang0618/pywebio-chart-gallery@master/assets/cutecharts.png
124+
.. image:: https://fastly.jsdelivr.net/gh/wang0618/pywebio-chart-gallery@master/assets/cutecharts.png

0 commit comments

Comments
 (0)