blueloveTH hace 1 año
padre
commit
26c76960e9
Se han modificado 2 ficheros con 3 adiciones y 7 borrados
  1. 3 3
      README.md
  2. 0 4
      docs/retype.yml

+ 3 - 3
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.
 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.
 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/): Python REPL of the latest version
-+ [Live C++ Examples](https://pocketpy.github.io/examples/): Common usage of pkpy in C++ -->
+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
+<!-- + [Live C++ Examples](https://pocketpy.github.io/examples/): Common usage of pkpy in C++ -->
 
 
 ## Supported Platforms
 ## Supported Platforms
 
 

+ 0 - 4
docs/retype.yml

@@ -16,10 +16,6 @@ links:
     icon: play
     icon: play
     link: "https://pocketpy.dev/static/web/"
     link: "https://pocketpy.dev/static/web/"
     target: blank
     target: blank
-  - text: "Live Examples"
-    icon: play
-    link: "https://pocketpy.github.io/examples/"
-    target: blank
   - text: "Github"
   - text: "Github"
     icon: mark-github
     icon: mark-github
     link: https://github.com/blueloveth/pocketpy
     link: https://github.com/blueloveth/pocketpy