Skip to content

Commit 129e3ef

Browse files
committed
Deployed 9528b18 to 2026.1.1 with MkDocs 1.6.1 and mike 1.1.2
1 parent af0b767 commit 129e3ef

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

2026.1.1/sitemap.xml.gz

0 Bytes
Binary file not shown.

2026.1.1/user-guide/architecture/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1838,7 +1838,7 @@ <h3 id="pyodide">Pyodide</h3>
18381838
<a href="https://pyodide.org/en/stable/usage/faq.html#why-can-t-micropip-find-a-pure-python-wheel-for-a-package">Pyodide's FAQ</a>
18391839
for details.</p>
18401840
<p>If you want to check if a package works with PyScript, check
1841-
out <a href="https://pyscript.github.io/pyscript-packages/">this handy website</a>
1841+
out <a href="https://packages.pyscript.net/">this handy website</a>
18421842
for more information.</p>
18431843
</div>
18441844
<h3 id="micropython">MicroPython</h3>

2026.1.1/user-guide/configuration/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,7 @@ <h2 id="file-or-inline">File or inline</h2>
19241924
<p>Starting from PyScript 2025.10.1 the config guards against incompatible or unavailable
19251925
packages relating to the current Pyodide version.</p>
19261926
<p>There is an
1927-
<a href="https://pyscript.github.io/pyscript-packages/">ongoing effort to make choosing packages in Pyodide far more helpful</a>
1927+
<a href="https://packages.pyscript.net/">ongoing effort to make choosing packages in Pyodide far more helpful</a>
19281928
than it has ever been, but right now be aware that if a non-existent package for a
19291929
specific Pyodide version cannot be found, an error will be thrown.</p>
19301930
</div>
@@ -2120,11 +2120,11 @@ <h3 id="packages">Packages</h3>
21202120
<li>A file copied onto the browser based file system: <code>"emfs://.../package.whl"</code></li>
21212121
</ul>
21222122
<h4 id="package-support">Package Support</h4>
2123-
<p>We have created a <a href="https://pyscript.github.io/pyscript-packages/">handy website</a>
2123+
<p>We have created a <a href="https://packages.pyscript.net/">handy website</a>
21242124
that tracks which third party packages in PyPI are supported by PyScript. You
21252125
can also use this site to report if a package you're trying to use is supported
21262126
or not.</p>
2127-
<p>The <a href="https://pyscript.github.io/pyscript-packages/help/">website's help section</a>
2127+
<p>The <a href="https://packages.pyscript.net/help/">website's help section</a>
21282128
explains more.</p>
21292129
<h4 id="package-cache">Package Cache</h4>
21302130
<p>For performance reasons, PyScript caches packages so that a delay resulting

2026.1.1/user-guide/what/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1841,7 +1841,7 @@ <h3 id="two-python-interpreters">Two Python interpreters</h3>
18411841
<div class="admonition info">
18421842
<p class="admonition-title">Info</p>
18431843
<p>Want to check if a third party package works with PyScript/Pyodide?</p>
1844-
<p><a href="https://pyscript.github.io/pyscript-packages/">Use this handy site!</a></p>
1844+
<p><a href="https://packages.pyscript.net/">Use this handy site!</a></p>
18451845
</div>
18461846
<p><a href="https://micropython.org/"><img src="../../assets/images/micropython.png" alt="MicroPython logo"/></a></p>
18471847
<p><strong><a href="https://micropython.org/">MicroPython</a></strong> is a lean, efficient
@@ -1905,7 +1905,7 @@ <h3 id="pythons-vast-ecosystem">Python's vast ecosystem</h3>
19051905
share your work with just a URL. No server required, no complex
19061906
deployment - just Python running where your users are.</p>
19071907
<p>Need to check if a package is supported by PyScript? Use our
1908-
<a href="https://pyscript.github.io/pyscript-packages/">PyScript Packages</a> website
1908+
<a href="https://packages.pyscript.net/">PyScript Packages</a> website
19091909
to check and/or report the status of any third party packages.</p>
19101910
<h3 id="ai-and-data-science-built-in">AI and data science built in</h3>
19111911
<p>Python is famous for its extraordinary usefulness in artificial

0 commit comments

Comments
 (0)