Skip to content

Commit a0ae87e

Browse files
committed
Merge branch 'main' into fpliger/pydom_initial_docs
2 parents 8dbd29b + ad4f7f1 commit a0ae87e

19 files changed

+1410
-1322
lines changed

docs/assets/images/py-terminal.gif

136 KB
Loading

docs/assets/images/pyterm1.png

8.34 KB
Loading

docs/assets/images/pyterm2.gif

64.9 KB
Loading

docs/beginning-pyscript.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ level.
7070

7171
You can see this application embedded into the page below:
7272

73-
<iframe src="https://ntoll.pyscriptapps.com/piratical/v1" style="border: 1px solid black; width:100%;min-height: 400px; border-radius: 0.2rem; box-shadow: var(--md-shadow-z1);"></iframe>
73+
<iframe src="https://ntoll.pyscriptapps.com/piratical/v2" style="border: 1px solid black; width:100%;min-height: 400px; border-radius: 0.2rem; box-shadow: var(--md-shadow-z1);"></iframe>
7474

7575
Let's explore each of the three files that make this app work.
7676

@@ -106,7 +106,7 @@ module in the document's `<head>` tag:
106106
<meta charset="utf-8" />
107107
<meta name="viewport" content="width=device-width,initial-scale=1" />
108108
<title>🦜 Polyglot - Piratical PyScript</title>
109-
<script type="module" src="https://pyscript.net/snapshots/2023.09.1.RC2/core.js"></script>
109+
<script type="module" src="https://pyscript.net/snapshots/2023.11.1.RC3/core.js"></script>
110110
</head>
111111
<body>
112112

@@ -155,7 +155,7 @@ In the end, our HTML should look like this:
155155
<meta charset="utf-8" />
156156
<meta name="viewport" content="width=device-width,initial-scale=1" />
157157
<title>🦜 Polyglot - Piratical PyScript</title>
158-
<script type="module" src="https://pyscript.net/snapshots/2023.09.1.RC2/core.js"></script>
158+
<script type="module" src="https://pyscript.net/snapshots/2023.11.1.RC3/core.js"></script>
159159
</head>
160160
<body>
161161
<h1>Polyglot 🦜 💬 🇬🇧 ➡️ 🏴‍☠️</h1>
@@ -226,7 +226,7 @@ and click the "run" button. Assuming you've copied the code properly, you
226226
should have a fine old time using "Polyglot 🦜" to translate English to
227227
Pirate-ish.
228228

229-
Alternatively, [click here to see a working example of this app](https://ntoll.pyscriptapps.com/piratical/latest/).
229+
Alternatively, [click here to see a working example of this app](https://ntoll.pyscriptapps.com/piratical/v2).
230230
Notice that the bottom right hand corner contains a link to view the code on
231231
[pyscript.com](https://pyscript.com). Why not explore the code, copy it to your own
232232
account and change it to your satisfaction.

0 commit comments

Comments
 (0)