Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
wang0618 committed Nov 16, 2021
1 parent fa8b017 commit db86110
Show file tree
Hide file tree
Showing 15 changed files with 1,822 additions and 1,633 deletions.
2 changes: 2 additions & 0 deletions demos/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [Online Gomoku game](./gomoku_game): An online shared Gomoku game (using less than 100 lines of code)
- [Input demo](./input_usage): Demonstrate the usage of PyWebIO input module
- [Output demo](./output_usage): Demonstrate the usage of PyWebIO output module
- [Theme preview](./theme): Demo page with various themes supported by PyWebIO
### Data visualization demo
PyWebIO supports for data visualization with the third-party libraries.
Expand Down Expand Up @@ -53,6 +54,7 @@
- [在线五子棋游戏](./gomoku_game): 多人协作对战的五子棋游戏 (不到100行代码实现)
- [输入演示](./input_usage): 演示PyWebIO输入模块的用法
- [输出演示](./output_usage): 演示PyWebIO输出模块的用法
- [主题预览](./theme): 展示PyWebIO支持的各种主题
- 更多Demo请见[文档](https://pywebio.readthedocs.io)中示例代码的在线Demo
### 数据可视化demo
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"sphinx.ext.viewcode",
'sphinx_tabs.tabs',
'sphinx.ext.extlinks',
'codeblock',
'codeblock', # defined in docs/_ext/codeblock.py
'sphinx_toolbox.collapse',
]

Expand Down
3 changes: 1 addition & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ PyWebIO provides a diverse set of imperative functions to obtain user input and
turning the browser into a "rich text terminal", and can be used to build simple web applications or browser-based
GUI applications. Using PyWebIO, developers can write applications just like writing terminal scripts
(interaction based on input and print function), without the need to have knowledge of HTML and JS.
PyWebIO can also be easily integrated into existing Web services.
PyWebIO is very suitable for quickly building applications that do not require complex UI.
PyWebIO is ideal for quickly building interactive applications that don't require a complicated user interface.

Features
------------
Expand Down
Loading

0 comments on commit db86110

Please sign in to comment.