Skip to content

Commit

Permalink
Merge pull request #46 from pyscript/ntoll-2023-11-1
Browse files Browse the repository at this point in the history
Docs for release 2023.11.1
  • Loading branch information
ntoll committed Nov 10, 2023
2 parents b9a736a + 6d8af5b commit 7f993a2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 50 deletions.
6 changes: 3 additions & 3 deletions docs/beginning-pyscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ level.

You can see this application embedded into the page below:

<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>
<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>

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

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

Expand Down Expand Up @@ -155,7 +155,7 @@ In the end, our HTML should look like this:
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>🦜 Polyglot - Piratical PyScript</title>
<script type="module" src="https://pyscript.net/snapshots/2023.11.1.RC3/core.js"></script>
<script type="module" src="https://pyscript.net/snapshots/2023.11.1/core.js"></script>
</head>
<body>
<h1>Polyglot 🦜 💬 🇬🇧 ➡️ 🏴‍☠️</h1>
Expand Down
28 changes: 0 additions & 28 deletions docs/javascripts/mini-coi.js

This file was deleted.

4 changes: 2 additions & 2 deletions docs/user-guide/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ CSS:
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- PyScript CSS -->
<link rel="stylesheet" href="https://pyscript.net/snapshots/2023.11.1.RC3/core.css">
<link rel="stylesheet" href="https://pyscript.net/snapshots/2023.11.1/core.css">
<!-- This script tag bootstraps PyScript -->
<script type="module" src="https://pyscript.net/snapshots/2023.11.1.RC3/core.js"></script>
<script type="module" src="https://pyscript.net/snapshots/2023.11.1/core.js"></script>
</head>
<body>
<!-- your code goes here... -->
Expand Down
5 changes: 0 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
site_name: PyScript

extra_javascript:
- mini-coi.js

theme:
name: material

logo: assets/images/pyscript-black.svg

custom_dir: overrides

palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
Expand Down
11 changes: 0 additions & 11 deletions overrides/main.html

This file was deleted.

2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2023.11.1.RC3"
"version": "2023.11.1"
}

0 comments on commit 7f993a2

Please sign in to comment.