generated from ProjectPythia/cookbook-template
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 90feb34 🚀
- Loading branch information
Showing
238 changed files
with
3,672 additions
and
58,128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 13793b38e4c882e659fc13f8e405345c | ||
config: 4f52a05037ae93a508c1e1bd812feb26 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,43 +16,46 @@ | |
document.documentElement.dataset.mode = localStorage.getItem("mode") || ""; | ||
document.documentElement.dataset.theme = localStorage.getItem("theme") || ""; | ||
</script> | ||
|
||
<!-- Loaded before other Sphinx assets --> | ||
<link href="_static/styles/theme.css?digest=3ee479438cf8b5e0d341" rel="stylesheet" /> | ||
<link href="_static/styles/bootstrap.css?digest=3ee479438cf8b5e0d341" rel="stylesheet" /> | ||
<link href="_static/styles/pydata-sphinx-theme.css?digest=3ee479438cf8b5e0d341" rel="stylesheet" /> | ||
<!-- | ||
this give us a css class that will be invisible only if js is disabled | ||
--> | ||
<noscript> | ||
<style> | ||
.pst-js-only { display: none !important; } | ||
|
||
</style> | ||
</noscript> | ||
|
||
<link href="_static/vendor/fontawesome/6.5.2/css/all.min.css?digest=3ee479438cf8b5e0d341" rel="stylesheet" /> | ||
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2" /> | ||
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" /> | ||
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" /> | ||
<!-- Loaded before other Sphinx assets --> | ||
<link href="_static/styles/theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" /> | ||
<link href="_static/styles/pydata-sphinx-theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" /> | ||
|
||
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" /> | ||
<link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=384b581d" /> | ||
<link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=a3416100" /> | ||
<link rel="stylesheet" type="text/css" href="_static/togglebutton.css?v=13237357" /> | ||
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" /> | ||
<link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" /> | ||
<link rel="stylesheet" type="text/css" href="_static/sphinx-thebe.css?v=4fa983c6" /> | ||
<link rel="stylesheet" type="text/css" href="_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" /> | ||
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" /> | ||
|
||
<!-- So that users can add custom icons --> | ||
<script src="_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549"></script> | ||
<!-- Pre-loaded scripts that we'll load fully later --> | ||
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=3ee479438cf8b5e0d341" /> | ||
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=3ee479438cf8b5e0d341" /> | ||
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=3ee479438cf8b5e0d341"></script> | ||
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" /> | ||
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" /> | ||
|
||
<script src="_static/documentation_options.js?v=9eb32ce0"></script> | ||
<script src="_static/doctools.js?v=9a2dae69"></script> | ||
<script src="_static/sphinx_highlight.js?v=dc90522c"></script> | ||
<script src="_static/clipboard.min.js?v=a7894cd8"></script> | ||
<script src="_static/copybutton.js?v=f281be69"></script> | ||
<script src="_static/scripts/sphinx-book-theme.js?v=efea14e4"></script> | ||
<script src="_static/scripts/sphinx-book-theme.js?v=887ef09a"></script> | ||
<script>let toggleHintShow = 'Click to show';</script> | ||
<script>let toggleHintHide = 'Click to hide';</script> | ||
<script>let toggleOpenOnPrint = 'true';</script> | ||
<script src="_static/togglebutton.js?v=4a39c7ea"></script> | ||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script> | ||
<script src="_static/design-tabs.js?v=36754332"></script> | ||
<script src="_static/design-tabs.js?v=f930bc37"></script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script> | ||
<script async="async" src="_static/sphinx-thebe.js?v=c100c467"></script> | ||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script> | ||
|
@@ -66,7 +69,8 @@ | |
<link rel="next" title="Schedule" href="schedule.html" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<meta name="docsearch:language" content="en"/> | ||
<meta name="docbuild:last-update" content="29 May 2024"/> | ||
<meta name="docsearch:version" content="" /> | ||
<meta name="docbuild:last-update" content="6 December 2024"/> | ||
</head> | ||
|
||
|
||
|
@@ -82,36 +86,24 @@ | |
<i class="fa-solid fa-arrow-up"></i>Back to top</button> | ||
|
||
|
||
<input type="checkbox" | ||
class="sidebar-toggle" | ||
id="pst-primary-sidebar-checkbox"/> | ||
<label class="overlay overlay-primary" for="pst-primary-sidebar-checkbox"></label> | ||
|
||
<input type="checkbox" | ||
class="sidebar-toggle" | ||
id="pst-secondary-sidebar-checkbox"/> | ||
<label class="overlay overlay-secondary" for="pst-secondary-sidebar-checkbox"></label> | ||
|
||
<div class="search-button__wrapper"> | ||
<div class="search-button__overlay"></div> | ||
<div class="search-button__search-container"> | ||
<dialog id="pst-search-dialog"> | ||
|
||
<form class="bd-search d-flex align-items-center" | ||
action="search.html" | ||
method="get"> | ||
<i class="fa-solid fa-magnifying-glass"></i> | ||
<input type="search" | ||
class="form-control" | ||
name="q" | ||
id="search-input" | ||
placeholder="Search..." | ||
aria-label="Search..." | ||
autocomplete="off" | ||
autocorrect="off" | ||
autocapitalize="off" | ||
spellcheck="false"/> | ||
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span> | ||
</form></div> | ||
</div> | ||
</form> | ||
</dialog> | ||
|
||
<div class="pst-async-banner-revealer d-none"> | ||
<aside id="bd-header-version-warning" class="d-none d-print-none" aria-label="Version warning"></aside> | ||
|
@@ -129,7 +121,8 @@ | |
|
||
|
||
|
||
<div class="bd-sidebar-primary bd-sidebar"> | ||
<dialog id="pst-primary-sidebar-modal"></dialog> | ||
<div id="pst-primary-sidebar" class="bd-sidebar-primary bd-sidebar"> | ||
|
||
|
||
|
||
|
@@ -145,7 +138,7 @@ | |
|
||
|
||
|
||
<a class="navbar-brand logo" href="#"> | ||
<a class="navbar-brand logo" href="https://www.arm.gov"> | ||
|
||
|
||
|
||
|
@@ -157,11 +150,11 @@ | |
|
||
|
||
<img src="_static/arm_logo.png" class="logo__image only-light" alt="ARM Open Science Summer School 2024 - Home"/> | ||
<script>document.write(`<img src="_static/arm_logo.png" class="logo__image only-dark" alt="ARM Open Science Summer School 2024 - Home"/>`);</script> | ||
<img src="_static/arm_logo.png" class="logo__image only-dark pst-js-only" alt="ARM Open Science Summer School 2024 - Home"/> | ||
|
||
|
||
</a></div> | ||
<div class="sidebar-primary-item"><ul class="navbar-icon-links navbar-nav" | ||
<div class="sidebar-primary-item"><ul class="navbar-icon-links" | ||
aria-label="Icon Links"> | ||
<li class="nav-item"> | ||
|
||
|
@@ -172,7 +165,7 @@ | |
|
||
|
||
|
||
<a href="https://github.com/ARM-Development/arm-summer-school-2024" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span> | ||
<a href="https://github.com/ARM-Development/arm-summer-school-2024" title="GitHub" class="nav-link pst-navbar-icon" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i> | ||
<span class="sr-only">GitHub</span></a> | ||
</li> | ||
<li class="nav-item"> | ||
|
@@ -184,21 +177,17 @@ | |
|
||
|
||
|
||
<a href="https://www.youtube.com/@armuserfacility9698" title="YouTube" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fab fa-youtube-square fa-lg" aria-hidden="true"></i></span> | ||
<a href="https://www.youtube.com/@armuserfacility9698" title="YouTube" class="nav-link pst-navbar-icon" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><i class="fab fa-youtube-square fa-lg" aria-hidden="true"></i> | ||
<span class="sr-only">YouTube</span></a> | ||
</li> | ||
</ul></div> | ||
<div class="sidebar-primary-item"> | ||
|
||
<script> | ||
document.write(` | ||
<button class="btn navbar-btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip"> | ||
<i class="fa-solid fa-magnifying-glass"></i> | ||
<span class="search-button__default-text">Search</span> | ||
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> | ||
</button> | ||
`); | ||
</script></div> | ||
<button class="btn search-button-field search-button__button pst-js-only" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip"> | ||
<i class="fa-solid fa-magnifying-glass"></i> | ||
<span class="search-button__default-text">Search</span> | ||
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> | ||
</button></div> | ||
<div class="sidebar-primary-item"><nav class="bd-links bd-docs-nav" aria-label="Main"> | ||
<div class="bd-toc-item navbar-nav active"> | ||
|
||
|
@@ -303,9 +292,9 @@ | |
|
||
<div class="header-article-items__start"> | ||
|
||
<div class="header-article-item"><label class="sidebar-toggle primary-toggle btn btn-sm" for="__primary" title="Toggle primary sidebar" data-bs-placement="bottom" data-bs-toggle="tooltip"> | ||
<div class="header-article-item"><button class="sidebar-toggle primary-toggle btn btn-sm" title="Toggle primary sidebar" data-bs-placement="bottom" data-bs-toggle="tooltip"> | ||
<span class="fa-solid fa-bars"></span> | ||
</label></div> | ||
</button></div> | ||
|
||
</div> | ||
|
||
|
@@ -445,27 +434,19 @@ | |
|
||
|
||
|
||
<script> | ||
document.write(` | ||
<button class="btn btn-sm navbar-btn theme-switch-button" title="light/dark" aria-label="light/dark" data-bs-placement="bottom" data-bs-toggle="tooltip"> | ||
<span class="theme-switch nav-link" data-mode="light"><i class="fa-solid fa-sun fa-lg"></i></span> | ||
<span class="theme-switch nav-link" data-mode="dark"><i class="fa-solid fa-moon fa-lg"></i></span> | ||
<span class="theme-switch nav-link" data-mode="auto"><i class="fa-solid fa-circle-half-stroke fa-lg"></i></span> | ||
</button> | ||
`); | ||
</script> | ||
<button class="btn btn-sm nav-link pst-navbar-icon theme-switch-button pst-js-only" aria-label="Color mode" data-bs-title="Color mode" data-bs-placement="bottom" data-bs-toggle="tooltip"> | ||
<i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light" title="Light"></i> | ||
<i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark" title="Dark"></i> | ||
<i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto" title="System Settings"></i> | ||
</button> | ||
|
||
|
||
<script> | ||
document.write(` | ||
<button class="btn btn-sm navbar-btn search-button search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip"> | ||
<button class="btn btn-sm pst-navbar-icon search-button search-button__button pst-js-only" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip"> | ||
<i class="fa-solid fa-magnifying-glass fa-lg"></i> | ||
</button> | ||
`); | ||
</script> | ||
<label class="sidebar-toggle secondary-toggle btn btn-sm" for="__secondary"title="Toggle secondary sidebar" data-bs-placement="bottom" data-bs-toggle="tooltip"> | ||
</button> | ||
<button class="sidebar-toggle secondary-toggle btn btn-sm" title="Toggle secondary sidebar" data-bs-placement="bottom" data-bs-toggle="tooltip"> | ||
<span class="fa-solid fa-list"></span> | ||
</label> | ||
</button> | ||
</div></div> | ||
|
||
</div> | ||
|
@@ -661,7 +642,8 @@ <h3>Running on Your Own Machine<a class="headerlink" href="#running-on-your-own- | |
|
||
|
||
|
||
<div class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner"> | ||
<dialog id="pst-secondary-sidebar-modal"></dialog> | ||
<div id="pst-secondary-sidebar" class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner"> | ||
|
||
|
||
<div class="sidebar-secondary-item"> | ||
|
@@ -718,7 +700,7 @@ <h3>Running on Your Own Machine<a class="headerlink" href="#running-on-your-own- | |
|
||
<div class="footer-item"> | ||
<p class="last-updated"> | ||
Last updated on 29 May 2024. | ||
Last updated on 6 December 2024. | ||
<br/> | ||
</p> | ||
</div> | ||
|
@@ -736,8 +718,8 @@ <h3>Running on Your Own Machine<a class="headerlink" href="#running-on-your-own- | |
</div> | ||
|
||
<!-- Scripts loaded after <body> so the DOM is not blocked --> | ||
<script src="_static/scripts/bootstrap.js?digest=3ee479438cf8b5e0d341"></script> | ||
<script src="_static/scripts/pydata-sphinx-theme.js?digest=3ee479438cf8b5e0d341"></script> | ||
<script defer src="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549"></script> | ||
<script defer src="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549"></script> | ||
|
||
<footer class="bd-footer"> | ||
</footer> | ||
|
Binary file removed
BIN
-142 KB
_images/036d39ea45a85b61ad926747c64a269f56a25f2241b1f8be00346dba26c07b17.png
Binary file not shown.
Binary file removed
BIN
-202 KB
_images/03d9fe94ff6dadbcaa524d06b62bac352098e7eeeb6d311a32873e177bebc93d.png
Binary file not shown.
Binary file removed
BIN
-202 KB
_images/04a39252d007196dd1777cb7635681a4121c7808e6bbb061c60d75a59b5354f8.png
Binary file not shown.
Binary file removed
BIN
-358 KB
_images/0965b2b8cf06945aab54df4959c450318ad2f38a66d90a6d4d3afd2d5484925d.png
Binary file not shown.
Binary file removed
BIN
-60.6 KB
_images/219370a58fcbc1e9097f00155bb12471a8a1fc4fe2d02dbe273e50caf10fbce6.png
Binary file not shown.
Binary file removed
BIN
-21.4 KB
_images/28f01b872872220def7e59df83de151850ce3f15143632aea8e311f97374e02f.png
Binary file not shown.
Binary file removed
BIN
-106 KB
_images/2b890ab75aff1c9a23b9c28e360e1397be05989c341014f0299513d07f6ce9c1.png
Binary file not shown.
Binary file removed
BIN
-37.2 KB
_images/2da5a3ea7ca889b409c92cd204b9e26c7c35b3e017f134b3670f25a42bb9952f.png
Binary file not shown.
Binary file removed
BIN
-358 KB
_images/30b048299bbb4aa19256297ec56484e69c0cb5b3aba6dcf69a6217e6bff91a4c.png
Binary file not shown.
Binary file removed
BIN
-55.6 KB
_images/38e195ebdba6e4423bee41a7636063f69e9d3e292da03103e4d97df33c542ea3.png
Binary file not shown.
Binary file removed
BIN
-38.1 KB
_images/3d29d3442c45fd885ed214ff4e7a77a4b7f764fa6736837d940575f40b3975d7.png
Binary file not shown.
Binary file removed
BIN
-37.1 KB
_images/3f8fe2f6b4800a7abbdd0c63c3d9a3d0335118be9f3cf51cf02b2d9baa98f42f.png
Binary file not shown.
Binary file removed
BIN
-322 KB
_images/434a6c1fd4314edb9c3ef3d70f54af84ad7cfa88090aedd9d0badcc6b4fc342e.png
Binary file not shown.
Binary file removed
BIN
-36.6 KB
_images/48d7a074f99ac49517f808c8bf6d6d2328949d20281216310642155cc14f92f0.png
Binary file not shown.
Binary file removed
BIN
-53 KB
_images/49d8de65f46774f6564bdb4466dfddfc17aa830ddb9c60b429abaa0c92bb2404.png
Binary file not shown.
Binary file removed
BIN
-47.8 KB
_images/4b093fa5fa97fee7132c03b5ba8ede7f83c14d6192a2f8b6d04bfdd8d4dd8bf4.png
Binary file not shown.
Binary file removed
BIN
-59.5 KB
_images/4b3df342aa3d656722222b3ce15226b2a5b59e3d2fe93c0fea5c7a88a5e27cdc.png
Binary file not shown.
Binary file removed
BIN
-455 KB
_images/4da42d527cb0fae5ddbf44aee8314fa7ea8d289243685768229e81d9b3d8ce32.png
Binary file not shown.
Binary file removed
BIN
-49.8 KB
_images/53d3cdf53678ad45a4f175ae10d451270c3a36958c4efef14ea994e350c1071d.png
Binary file not shown.
Binary file removed
BIN
-22.9 KB
_images/5a1625f9c1cef8d5e46a3765defd94848651bbdb6aeeeb70568f9237a1aa3e52.png
Binary file not shown.
Binary file removed
BIN
-49.8 KB
_images/5bd7028af2881928f30c275abf00e976b3a91b51ca135b98969edd211d8b7395.png
Binary file not shown.
Binary file removed
BIN
-102 KB
_images/5c5773b23bee45e135afa2544c5f3faf4079182e8e5e91869d3eef614c0ce26f.png
Binary file not shown.
Binary file removed
BIN
-107 KB
_images/5d6af99c0ce267b717433a5440213bfe40d9bf16b2328e2a6ce5c73e0ead0687.png
Binary file not shown.
Binary file removed
BIN
-53 KB
_images/5e8bb1622c678ef01bdc6e51508830e7421a744a1ef0630e637a4a6b2194ffe6.png
Binary file not shown.
Binary file removed
BIN
-202 KB
_images/60cefa50cda2c4571319ba02c4eaee6a5781c24a78b073892ec80b46ac7f4c86.png
Binary file not shown.
Binary file removed
BIN
-47.8 KB
_images/622c847b88e90dc26e084555f7752ddad02e3c5fc7a5d3345133a5196bf1859c.png
Diff not rendered.
Binary file removed
BIN
-274 KB
_images/6784c752b96b1441cc689bb760e579e033c8f178b9e71da8376f7cdf9c7b3636.png
Diff not rendered.
Binary file removed
BIN
-202 KB
_images/68d139588d8eff2f3676835c0cf8f932e2f34baef27d353acb42b1e4f4faa3bb.png
Diff not rendered.
Binary file removed
BIN
-142 KB
_images/70d9f813cad636f987c775280a3d19f6f5095281db49f128d7cb7f90b79f694a.png
Diff not rendered.
Binary file removed
BIN
-268 KB
_images/735ccff2bca465dff532db8907bfc4534ba5b284303258acff22272e6e8755e0.png
Diff not rendered.
Binary file removed
BIN
-322 KB
_images/764df729991f871c60731889abdac829d1164cdc6e273ee2c2f95f600dc0a953.png
Diff not rendered.
Binary file removed
BIN
-53 KB
_images/7653e47b6163cd380404a3096de0c0eb17357ee96ccfda58e1d3dda3ff045e4f.png
Diff not rendered.
Binary file removed
BIN
-106 KB
_images/76efc37893ad2d0c2a1ccfc28a28bd1e2ab51f237332d9f4df7d7821a883ac4c.png
Diff not rendered.
Binary file removed
BIN
-358 KB
_images/7e13d1726627c6db11c8dae8dfd3bda4750f866cfaae20e2ba73b4b72825f4a4.png
Diff not rendered.
Binary file removed
BIN
-178 KB
_images/7ef426f970aced04291af5144f86a9dcac2829b020d8911bd9dd51e06d0dae7c.png
Diff not rendered.
Binary file removed
BIN
-22.9 KB
_images/7feb0841b50b4b43fd7413feae01547c5e4ed896d2606ff0dc1b24ed40fc055a.png
Diff not rendered.
Binary file removed
BIN
-115 KB
_images/82756068eb261c2df30969a1eaef2d0424df07adfa54c029a704e9e41e8a088b.png
Diff not rendered.
Binary file removed
BIN
-49.8 KB
_images/8c0b6d2d3c256dc5e15b6ff6834508a5aefd9ae208ab143446c4ca56ab128bd3.png
Diff not rendered.
Binary file removed
BIN
-177 KB
_images/91e806126bcf1e8b38af930cfc183a4625db29d91f2b0f20d5f8ec2f19d11133.png
Diff not rendered.
Binary file removed
BIN
-47.8 KB
_images/969dbb0c0deb1af84841bc6ad730bae9fc948262a9424ce00d8b7540aab6dc95.png
Diff not rendered.
Oops, something went wrong.