Skip to content

Commit a2d3efc

Browse files
committed
Readme update
1 parent 527d556 commit a2d3efc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WebUI Python v2.3.0
22

3-
[![Website](https://img.shields.io/circleci/project/github/badges/shields/master?style=for-the-badge)](https://github.com/webui-dev/webui) [![Website](https://img.shields.io/github/issues/webui-dev/webui.svg?branch=master&style=for-the-badge&url=https://google.com)](https://github.com/webui-dev/webui/issues) [![Website](https://img.shields.io/website?label=webui.me&style=for-the-badge&url=https://google.com)](https://webui.me/)
3+
[![Website](https://img.shields.io/circleci/project/github/badges/shields/master?style=for-the-badge)](https://github.com/webui-dev/python-webui) [![Website](https://img.shields.io/github/issues/webui-dev/python-webui.svg?branch=master&style=for-the-badge&url=https://google.com)](https://github.com/webui-dev/python-webui/issues) [![Website](https://img.shields.io/website?label=webui.me&style=for-the-badge&url=https://google.com)](https://webui.me/)
44

55
> Use any web browser as GUI, with Python in the backend and HTML5 in the frontend, all in a lightweight Python pypi package.
66
@@ -37,6 +37,10 @@ webui.wait()
3737

3838
[More examples](https://github.com/webui-dev/python-webui/tree/main/examples)
3939

40+
## Documentation
41+
42+
- [Online Documentation](https://webui.me/docs/#/python_api)
43+
4044
## CppCon 2019 Presentation
4145

4246
[Borislav Stanimirov](https://ibob.bg/) explained at [C++ Conference 2019 (*YouTube*)](https://www.youtube.com/watch?v=bbbcZd4cuxg) how beneficial it is to use the web browser as GUI.
@@ -69,10 +73,6 @@ Think of WebUI like a WebView controller, but instead of embedding the WebView c
6973
| Runtime Dependencies on Linux | *GTK3, WebKitGTK* | *QtCore, QtGui, QtWidgets* | ***A Web Browser*** |
7074
| Runtime Dependencies on macOS | *Cocoa, WebKit* | *QtCore, QtGui, QtWidgets* | ***A Web Browser*** |
7175

72-
## Documentation
73-
74-
- [Online Documentation](https://webui.me/docs/#/python_api)
75-
7676
## Supported Web Browsers
7777

7878
| OS | Browser | Status |

0 commit comments

Comments
 (0)