|
@@ -14,14 +14,14 @@ from tornado.options import define, options
|
|
index_md = r"""# PyWebIO demos
|
|
index_md = r"""# PyWebIO demos
|
|
### Demos list
|
|
### Demos list
|
|
|
|
|
|
-* [BMI计算](./?pywebio_api=bmi): 根据身高体重计算BMI指数
|
|
|
|
-* [聊天室](./?pywebio_api=chat_room): 和当前所有在线的人聊天
|
|
|
|
-* [输入演示](./?pywebio_api=input_usage): 演示PyWebIO输入模块的用法
|
|
|
|
-* [输出演示](./?pywebio_api=output_usage): 演示PyWebIO输出模块的用法
|
|
|
|
|
|
+* [BMI计算](./?pywebio_api=bmi): 根据身高体重计算BMI指数 [源码](https://github.com/wang0618/PyWebIO/blob/master/demos/bmi.py)
|
|
|
|
+* [聊天室](./?pywebio_api=chat_room): 和当前所有在线的人聊天 [源码](https://github.com/wang0618/PyWebIO/blob/master/demos/chat_room.py)
|
|
|
|
+* [输入演示](./?pywebio_api=input_usage): 演示PyWebIO输入模块的用法 [源码](https://github.com/wang0618/PyWebIO/blob/master/demos/input_usage.py)
|
|
|
|
+* [输出演示](./?pywebio_api=output_usage): 演示PyWebIO输出模块的用法 [源码](https://github.com/wang0618/PyWebIO/blob/master/demos/output_usage.py)
|
|
|
|
|
|
### Links
|
|
### Links
|
|
* PyWebIO Github [github.com/wang0618/PyWebIO](https://github.com/wang0618/PyWebIO)
|
|
* PyWebIO Github [github.com/wang0618/PyWebIO](https://github.com/wang0618/PyWebIO)
|
|
-* 使用手册和开发文档见 [pywebio.readthedocs.io](https://pywebio.readthedocs.io)
|
|
|
|
|
|
+* 使用手册和实现文档见 [pywebio.readthedocs.io](https://pywebio.readthedocs.io)
|
|
|
|
|
|
"""
|
|
"""
|
|
|
|
|