diff --git a/README.md b/README.md index 0ded5a98..d779c6b9 100644 --- a/README.md +++ b/README.md @@ -147,9 +147,6 @@ __ERROR: ## Features -Check this [Cheatsheet](https://reference.pocketpy.dev/python.html) -for a quick overview of the supported features. - | Name | Example | Supported | | --------------- | ------------------------------- | --------- | | If Else | `if..else..elif` | ✅ | @@ -238,7 +235,6 @@ Your sponsorship will help us develop pkpy continuously. [![Star History Chart](https://api.star-history.com/svg?repos=blueloveth/pocketpy&type=Date)](https://star-history.com/#blueloveth/pocketpy&Date) - ## License [MIT License](http://opensource.org/licenses/MIT) diff --git a/docs/features/basic.md b/docs/features/basic.md index a34a2e2b..c9af4ff7 100644 --- a/docs/features/basic.md +++ b/docs/features/basic.md @@ -4,9 +4,6 @@ title: Basic Features order: 100 --- -Check this [Cheatsheet](https://reference.pocketpy.dev/python.html) -for a quick overview of the supported features. - The following table shows the basic features of pkpy with respect to [cpython](https://github.com/python/cpython). The features marked with `YES` are supported, and the features marked with `NO` are not supported.