Skip to content

Commit 7f993a2

Browse files
authored
Merge pull request #46 from pyscript/ntoll-2023-11-1
Docs for release 2023.11.1
2 parents b9a736a + 6d8af5b commit 7f993a2

File tree

6 files changed

+6
-50
lines changed

6 files changed

+6
-50
lines changed

docs/beginning-pyscript.md

Lines changed: 3 additions & 3 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/v2" 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/v3" 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.11.1.RC3/core.js"></script>
109+
<script type="module" src="https://pyscript.net/snapshots/2023.11.1/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.11.1.RC3/core.js"></script>
158+
<script type="module" src="https://pyscript.net/snapshots/2023.11.1/core.js"></script>
159159
</head>
160160
<body>
161161
<h1>Polyglot 🦜 💬 🇬🇧 ➡️ 🏴‍☠️</h1>

docs/javascripts/mini-coi.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/user-guide/first-steps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ CSS:
2020
<meta charset="UTF-8">
2121
<meta name="viewport" content="width=device-width,initial-scale=1.0">
2222
<!-- PyScript CSS -->
23-
<link rel="stylesheet" href="https://pyscript.net/snapshots/2023.11.1.RC3/core.css">
23+
<link rel="stylesheet" href="https://pyscript.net/snapshots/2023.11.1/core.css">
2424
<!-- This script tag bootstraps PyScript -->
25-
<script type="module" src="https://pyscript.net/snapshots/2023.11.1.RC3/core.js"></script>
25+
<script type="module" src="https://pyscript.net/snapshots/2023.11.1/core.js"></script>
2626
</head>
2727
<body>
2828
<!-- your code goes here... -->

mkdocs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
site_name: PyScript
22

3-
extra_javascript:
4-
- mini-coi.js
5-
63
theme:
74
name: material
85

96
logo: assets/images/pyscript-black.svg
107

11-
custom_dir: overrides
12-
138
palette:
149
# Palette toggle for automatic mode
1510
- media: "(prefers-color-scheme)"

overrides/main.html

Lines changed: 0 additions & 11 deletions
This file was deleted.

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2023.11.1.RC3"
2+
"version": "2023.11.1"
33
}

0 commit comments

Comments
 (0)