Skip to content

Commit a646a72

Browse files
committed
add pywebio playground link
1 parent 291a7d6 commit a646a72

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

README-zh.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<img src="https://img.shields.io/github/license/wang0618/PyWebIO.svg" alt="License">
3333
</a>
3434
<br/>
35-
<a href="https://pywebio.readthedocs.io/zh_CN/latest/">[Document]</a> | <a href="http://pywebio-demos.pywebio.online/">[Demos]</a> | <a href="https://github.com/wang0618/PyWebIO/wiki/%5B%E4%B8%AD%E6%96%87%5D-Why-PyWebIO%3F">[Why PyWebIO?]</a>
35+
<a href="https://pywebio.readthedocs.io/zh_CN/latest/">[Document]</a> | <a href="http://pywebio-demos.pywebio.online/">[Demos]</a> | <a href="https://play.pywebio.online">[Playground]</a> | <a href="https://github.com/wang0618/PyWebIO/wiki/%5B%E4%B8%AD%E6%96%87%5D-Why-PyWebIO%3F">[Why PyWebIO?]</a>
3636
</p>
3737

3838
[English](README.md) | [中文](README-zh.md)
@@ -155,6 +155,7 @@ if __name__ == "__main__":
155155
- [基本demo](http://pywebio-demos.pywebio.online/) : 包含PyWebIO基本输入输出演示和使用PyWebIO编写的小应用
156156
- [数据可视化demo](http://pywebio-charts.pywebio.online/) : 使用 bokeh、plotly、pyecharts 等库进行数据可视化
157157

158-
## Document
158+
## Links
159159

160-
使用手册和实现文档见 [https://pywebio.readthedocs.io](https://pywebio.readthedocs.io/zh_CN/latest/)
160+
* 使用手册和实现文档见 [pywebio.readthedocs.io](https://pywebio.readthedocs.io/zh_CN/latest/)
161+
* [PyWebIO Playground](https://play.pywebio.online/): 在线编辑、运行和分享PyWebIO代码

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<img src="https://img.shields.io/github/license/wang0618/PyWebIO.svg" alt="License">
3333
</a>
3434
<br/>
35-
<a href="https://pywebio.readthedocs.io">[Document]</a> | <a href="http://pywebio-demos.pywebio.online/">[Demos]</a> | <a href="https://github.com/wang0618/PyWebIO/wiki/Why-PyWebIO%3F">[Why PyWebIO?]</a>
35+
<a href="https://pywebio.readthedocs.io">[Document]</a> | <a href="http://pywebio-demos.pywebio.online/">[Demos]</a> | <a href="https://play.pywebio.online">[Playground]</a> | <a href="https://github.com/wang0618/PyWebIO/wiki/Why-PyWebIO%3F">[Why PyWebIO?]</a>
3636
</p>
3737

3838
[English](README.md) | [中文](README-zh.md)
@@ -153,6 +153,7 @@ For integration with other web frameworks, please refer to [document](https://py
153153
- [Basic demo](http://pywebio-demos.pywebio.online/) : PyWebIO basic input and output demos and some small applications written using PyWebIO.
154154
- [Data visualization demo](http://pywebio-charts.pywebio.online/) : Data visualization with the third-party libraries, e.g., `plotly`, `bokeh`, `pyecharts`.
155155

156-
## Document
156+
## Links
157157

158-
Document is on [https://pywebio.readthedocs.io](https://pywebio.readthedocs.io)
158+
* Document [pywebio.readthedocs.io](https://pywebio.readthedocs.io)
159+
* [PyWebIO Playground](https://play.pywebio.online/): Edit, Run, Share PyWebIO Code Online

demos/index.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
### Links
4444
* PyWebIO Github [github.com/wang0618/PyWebIO](https://github.com/wang0618/PyWebIO)
4545
* Document [pywebio.readthedocs.io](https://pywebio.readthedocs.io)
46+
* [PyWebIO Playground](https://play.pywebio.online/): Edit, Run, Share PyWebIO Code Online
4647
4748
""".format(charts_demo_host=charts_demo_host)
4849

@@ -87,6 +88,7 @@
8788
### Links
8889
* PyWebIO Github [github.com/wang0618/PyWebIO](https://github.com/wang0618/PyWebIO)
8990
* 使用手册和实现文档见 [pywebio.readthedocs.io](https://pywebio.readthedocs.io/zh_CN/latest/)
91+
* [PyWebIO Playground](https://play.pywebio.online/): 在线编辑、运行和分享PyWebIO代码
9092
9193
""".format(charts_demo_host=charts_demo_host)
9294

docs/guide.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ user input. In addition, PyWebIO also provides support for click events, layout,
1313
the least code to interact with the user and provide a good user experience as much as possible.
1414

1515
This user guide introduces you the most of the features of PyWebIO. There is a demo link at the top right of the example
16-
codes in this document, where you can run the example code online and see what happens.
16+
codes in this document, where you can run the example code online and see what happens. Also, the
17+
`PyWebIO Playground <https://play.pywebio.online/>`_ is a good place to write, run and share your PyWebIO code online.
1718

1819
Input
1920
------------

docs/locales/zh_CN/LC_MESSAGES/guide.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,7 @@ msgid ""
11501150
"persists or the solution is not good enough, you can consider the :ref:`callback mechanism <callback>` or :doc:`pin <./pin>` module."
11511151
msgstr ""
11521152
"最后再提供一条建议,当你在使用PyWebIO遇到设计上的问题时,可以问一下自己:如果在是在终端程序中我会怎么做?如果你已经有答案了,那么在PyWebIO中一样可以"
1153-
"使用这样的方式完成。如果问题依然存在或者觉得解决方案不够好,你可以考虑使用 :ref:`回掉机制 <callback>` 或 :doc:`pin <./pin>` 模块。"
1153+
"使用这样的方式完成。如果问题依然存在或者觉得解决方案不够好,你可以考虑使用 :ref:`回调机制 <callback>` 或 :doc:`pin <./pin>` 模块。"
11541154

11551155
#: ../../guide.rst:814
11561156
msgid "OK, Have fun with PyWebIO!"

0 commit comments

Comments
 (0)