From 26c76960e99e08d7dbba94f88ea38b4cb7746595 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sun, 11 Aug 2024 23:53:57 +0800 Subject: [PATCH] ... --- README.md | 6 +++--- docs/retype.yml | 4 ---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e367c7f4..e67e9e06 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ pkpy is a lightweight(~15K LOC) Python 3.x interpreter for game scripting, writt It aims to be an alternative to lua for game scripting, with elegant syntax, powerful features and competitive performance. pkpy is extremely easy to embed via a single header file `pocketpy.h`, without external dependencies. - +Please see https://pocketpy.dev for details and try the following resources. ++ [Live Python Demo](https://pocketpy.dev/static/web/): Run Python code in your browser + ## Supported Platforms diff --git a/docs/retype.yml b/docs/retype.yml index 8d8164b4..0d92cd02 100644 --- a/docs/retype.yml +++ b/docs/retype.yml @@ -16,10 +16,6 @@ links: icon: play link: "https://pocketpy.dev/static/web/" target: blank - - text: "Live Examples" - icon: play - link: "https://pocketpy.github.io/examples/" - target: blank - text: "Github" icon: mark-github link: https://github.com/blueloveth/pocketpy