Skip to content

Commit 51e5fce

Browse files
committed
1 parent 5c6911f commit 51e5fce

File tree

44 files changed

+41
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+41
-41
lines changed

.doctrees/docs/changelog.doctree

24 Bytes
Binary file not shown.

.doctrees/download.doctree

0 Bytes
Binary file not shown.

.doctrees/environment.pickle

24 Bytes
Binary file not shown.

_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '2.17.2',
2+
VERSION: '2.18.0',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'dirhtml',

_static/pyodide/packages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"info": {"arch": "wasm32", "platform": "Emscripten-1.0"}, "packages": {"distutils": {"name": "distutils", "version": "1.0", "file_name": "distutils.tar", "install_dir": "lib", "depends": [], "imports": ["distutils"]}, "micropip": {"name": "micropip", "version": "0.1", "file_name": "micropip-0.1-py3-none-any.whl", "install_dir": "site", "depends": ["pyparsing", "packaging", "distutils"], "imports": ["micropip"]}, "packaging": {"name": "packaging", "version": "21.3", "file_name": "packaging-21.3-py3-none-any.whl", "install_dir": "site", "depends": ["pyparsing"], "imports": ["packaging"]}, "pygments": {"name": "Pygments", "version": "2.99", "file_name": "pygments-2.17.2-py3-none-any.whl", "install_dir": "site", "depends": [], "imports": ["pygments"]}, "pyparsing": {"name": "pyparsing", "version": "3.0.7", "file_name": "pyparsing-3.0.7-py3-none-any.whl", "install_dir": "site", "depends": [], "imports": ["pyparsing"]}, "test": {"name": "test", "version": "1.0", "file_name": "test.tar", "install_dir": "lib", "depends": [], "imports": ["test"]}}}
1+
{"info": {"arch": "wasm32", "platform": "Emscripten-1.0"}, "packages": {"distutils": {"name": "distutils", "version": "1.0", "file_name": "distutils.tar", "install_dir": "lib", "depends": [], "imports": ["distutils"]}, "micropip": {"name": "micropip", "version": "0.1", "file_name": "micropip-0.1-py3-none-any.whl", "install_dir": "site", "depends": ["pyparsing", "packaging", "distutils"], "imports": ["micropip"]}, "packaging": {"name": "packaging", "version": "21.3", "file_name": "packaging-21.3-py3-none-any.whl", "install_dir": "site", "depends": ["pyparsing"], "imports": ["packaging"]}, "pygments": {"name": "Pygments", "version": "2.99", "file_name": "pygments-2.18.0-py3-none-any.whl", "install_dir": "site", "depends": [], "imports": ["pygments"]}, "pyparsing": {"name": "pyparsing", "version": "3.0.7", "file_name": "pyparsing-3.0.7-py3-none-any.whl", "install_dir": "site", "depends": [], "imports": ["pyparsing"]}, "test": {"name": "test", "version": "1.0", "file_name": "test.tar", "install_dir": "lib", "depends": [], "imports": ["test"]}}}
1.15 MB
Binary file not shown.

_static/pyodide/pyodide.asm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/pyodide/test.tar

0 Bytes
Binary file not shown.

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><title>Demo &#8212; Pygments</title>
77
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=649a27d8" />
88
<link rel="stylesheet" type="text/css" href="../_static/pygments14.css?v=597fcfb8" />
9-
<script src="../_static/documentation_options.js?v=e221dd36"></script>
9+
<script src="../_static/documentation_options.js?v=8cb0f710"></script>
1010
<script src="../_static/doctools.js?v=9a2dae69"></script>
1111
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1212
<link rel="icon" href="../_static/favicon.ico"/>

docs/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>The full Pygments API &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=649a27d8" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=e221dd36"></script>
11+
<script src="../../_static/documentation_options.js?v=8cb0f710"></script>
1212
<script src="../../_static/doctools.js?v=9a2dae69"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

0 commit comments

Comments
 (0)