From b321f585d014a8b864d20ab967b739baad883b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E5=A4=A7=E5=AE=9D?= Date: Mon, 16 May 2022 17:15:38 +0800 Subject: [PATCH] add link to docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 610dcb8..80404aa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # winsdk_toast +[![Documentation Status](https://readthedocs.org/projects/winsdk-toast/badge/?version=latest)](https://winsdk-toast.readthedocs.io/en/latest/?badge=latest) + A simple package for displaying Windows Toast Notification based on [winsdk]. Sometimes, after starting my data processing python script, I may surf the Internet. @@ -40,7 +42,7 @@ notifier.show(toast) ![minimal_example.gif](docs/source/Examples/pics/minimal.gif) -More examples and documents are on the way. +[More examples and documents](https://winsdk-toast.readthedocs.io/en/latest/?badge=latest) are on the way. [winsdk]: https://pypi.org/project/winsdk