Forráskód Böngészése

update demo describe

wangweimin 5 éve
szülő
commit
95f94793d6
1 módosított fájl, 5 hozzáadás és 5 törlés
  1. 5 5
      demos/__main__.py

+ 5 - 5
demos/__main__.py

@@ -14,14 +14,14 @@ from tornado.options import define, options
 index_md = r"""# PyWebIO demos
 ### 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
 * 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)
 
 """