From 0479ed49a0b598ca0ad30ae9db32272cb8bc8ae8 Mon Sep 17 00:00:00 2001 From: Brendan Kiu Date: Mon, 20 May 2024 11:10:50 -0400 Subject: [PATCH 1/4] Small text change for distinction between pyscript.net and pyscript.com --- docs/beginning-pyscript.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/beginning-pyscript.md b/docs/beginning-pyscript.md index de6098b..dca8b62 100644 --- a/docs/beginning-pyscript.md +++ b/docs/beginning-pyscript.md @@ -38,8 +38,10 @@ All PyScript applications need three things: how your application works. Create these files with your favourite code editor on your local file system. -Alternatively, [pyscript.com](https://pyscript.com) will take away all the pain -of organising, previewing and deploying your application. +Alternatively, [pyscript.com](https://pyscript.com) is a cloud-hosted service +by Anaconda that streamlines organising, previewing and deploying your application. +The distinction between [pyscript.net](https://pyscript.net) and +[pyscript.com](https://pyscript.com) on the FAQ on [pyscript.com](https://pyscript.com). If you're using your local file system, you'll need a way to view your application in your browser. If you already have Python installed on From 0538f11b18e97fbdb64797d95095a4a3cfe35619 Mon Sep 17 00:00:00 2001 From: Brendan Date: Mon, 20 May 2024 11:54:33 -0400 Subject: [PATCH 2/4] Update docs/beginning-pyscript.md Co-authored-by: Fabio Pliger --- docs/beginning-pyscript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/beginning-pyscript.md b/docs/beginning-pyscript.md index dca8b62..d10d7ba 100644 --- a/docs/beginning-pyscript.md +++ b/docs/beginning-pyscript.md @@ -38,7 +38,7 @@ All PyScript applications need three things: how your application works. Create these files with your favourite code editor on your local file system. -Alternatively, [pyscript.com](https://pyscript.com) is a cloud-hosted service +Alternatively, [pyscript.com](https://pyscript.com) is a free cloud-hosted service by Anaconda that streamlines organising, previewing and deploying your application. The distinction between [pyscript.net](https://pyscript.net) and [pyscript.com](https://pyscript.com) on the FAQ on [pyscript.com](https://pyscript.com). From 720b53bd361738717c3a9ba93200b47609d9c436 Mon Sep 17 00:00:00 2001 From: Brendan Date: Mon, 20 May 2024 11:54:56 -0400 Subject: [PATCH 3/4] Accepting edits to PR Co-authored-by: Fabio Pliger --- docs/beginning-pyscript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/beginning-pyscript.md b/docs/beginning-pyscript.md index d10d7ba..15bb577 100644 --- a/docs/beginning-pyscript.md +++ b/docs/beginning-pyscript.md @@ -40,7 +40,7 @@ All PyScript applications need three things: Create these files with your favourite code editor on your local file system. Alternatively, [pyscript.com](https://pyscript.com) is a free cloud-hosted service by Anaconda that streamlines organising, previewing and deploying your application. -The distinction between [pyscript.net](https://pyscript.net) and +For more information about the distinction between [pyscript.net](https://pyscript.net) and [pyscript.com](https://pyscript.com) on the FAQ on [pyscript.com](https://pyscript.com). If you're using your local file system, you'll need a way to view your From 2c66518fd65ff9bb311b5d1c9b7e575132ab4be4 Mon Sep 17 00:00:00 2001 From: Brendan Date: Mon, 20 May 2024 11:55:21 -0400 Subject: [PATCH 4/4] Accepting edits to PR on pyscript.net/pyscript.com distinction Co-authored-by: Fabio Pliger --- docs/beginning-pyscript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/beginning-pyscript.md b/docs/beginning-pyscript.md index 15bb577..60079fa 100644 --- a/docs/beginning-pyscript.md +++ b/docs/beginning-pyscript.md @@ -41,7 +41,7 @@ Create these files with your favourite code editor on your local file system. Alternatively, [pyscript.com](https://pyscript.com) is a free cloud-hosted service by Anaconda that streamlines organising, previewing and deploying your application. For more information about the distinction between [pyscript.net](https://pyscript.net) and -[pyscript.com](https://pyscript.com) on the FAQ on [pyscript.com](https://pyscript.com). +[pyscript.com](https://pyscript.com), check out the FAQ on [pyscript.com](https://pyscript.com). If you're using your local file system, you'll need a way to view your application in your browser. If you already have Python installed on