Skip to content

Commit f2e97de

Browse files
committed
deploy: e3dd14c
1 parent ec39533 commit f2e97de

113 files changed

Lines changed: 20950 additions & 8669 deletions

File tree

Some content is hidden

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

_admonition/gpu.html

Lines changed: 44 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@
7777
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />
7878

7979
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=03e43079" />
80-
<link rel="stylesheet" href="../_static/styles/quantecon-book-theme.css?digest=22b71a9b445b7b2b6a277c0a48ea72bf6e7c90d9" type="text/css" />
81-
<link rel="stylesheet" type="text/css" href="../_static/togglebutton.css?v=13237357" />
80+
<link rel="stylesheet" href="../_static/styles/quantecon-book-theme.css?digest=300d9cef76b95d0252c8ff6263fc63de943d6f3a" type="text/css" />
81+
<link rel="stylesheet" type="text/css" href="../_static/togglebutton.css?v=9c3e77be" />
8282
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
83-
<link rel="stylesheet" type="text/css" href="../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css?v=6644e6bb" />
83+
<link rel="stylesheet" type="text/css" href="../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css" />
8484
<link rel="stylesheet" type="text/css" href="../_static/sphinx-thebe.css?v=4fa983c6" />
85-
<link rel="stylesheet" type="text/css" href="../_static/exercise.css?v=982b99e0" />
85+
<link rel="stylesheet" type="text/css" href="../_static/exercise.css" />
8686
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=95c83b7e" />
8787

8888
<!-- Pre-loaded scripts that we'll load fully later -->
@@ -100,8 +100,8 @@
100100
<script>let toggleHintShow = 'Click to show';</script>
101101
<script>let toggleHintHide = 'Click to hide';</script>
102102
<script>let toggleOpenOnPrint = 'true';</script>
103-
<script src="../_static/togglebutton.js?v=4a39c7ea"></script>
104-
<script src="../_static/scripts/quantecon-book-theme.js?digest=65b86b9423025043228643fcfb616ce846cb91c1"></script>
103+
<script src="../_static/togglebutton.js?v=1ae7504c"></script>
104+
<script src="../_static/scripts/quantecon-book-theme.js?digest=af25365e6360aeca6ba8101dda3f432eb6b6fa9c"></script>
105105
<script src="../_static/scripts/jquery.js?v=5d32c60e"></script>
106106
<script src="../_static/scripts/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
107107
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
@@ -154,8 +154,26 @@
154154
</head>
155155
<body dir="rtl">
156156

157+
<!-- Prevent flash of light theme when dark mode is saved -->
158+
<script>
159+
(function() {
160+
try {
161+
if (localStorage.setContrast === '1') {
162+
document.body.classList.add('dark-theme');
163+
document.documentElement.setAttribute('data-theme', 'dark');
164+
} else {
165+
document.documentElement.setAttribute('data-theme', 'light');
166+
}
167+
} catch(e) {
168+
document.documentElement.setAttribute('data-theme', 'light');
169+
}
170+
})();
171+
</script>
172+
157173
<!-- Override QuantEcon theme colors -->
158174

175+
<!-- Color scheme: applies scheme-specific body class -->
176+
159177
<span id="top"></span>
160178

161179
<div class="qe-wrapper">
@@ -166,7 +184,12 @@
166184

167185
<div class="qe-page__toc">
168186

169-
<div class="inner">
187+
188+
189+
190+
191+
192+
<div class="inner sticky" data-autoexpand="true">
170193

171194

172195
<div class="qe-page__toc-header">
@@ -196,11 +219,17 @@
196219
<div class="qe-page__toc-footer">
197220

198221

199-
<p><a href="#top"><strong>Back to top</strong></a></p>
222+
223+
224+
200225
</div>
201226

202227
</div>
203228

229+
230+
<a href="#top" class="back-to-top-btn" title="Back to top">↑ Top</a>
231+
232+
204233
</div>
205234

206235
<div class="qe-page__header">
@@ -226,7 +255,7 @@
226255

227256
<!-- Last modified / Changelog dropdown -->
228257
<button class="qe-page__header-changed" id="changelog-toggle" aria-expanded="false">
229-
Last changed: Jan 29, 2026
258+
Last changed: Mar 19, 2026
230259
<span class="changelog-icon"></span>
231260
</button>
232261

@@ -237,11 +266,11 @@ <h4>Changelog (<a href="https://github.com/QuantEcon/lecture-python-programming.
237266

238267
<li class="changelog-entry">
239268

240-
<a href="https://github.com/QuantEcon/lecture-python-programming.fa/commit/52c94d6" class="changelog-hash">52c94d6</a>
269+
<a href="https://github.com/QuantEcon/lecture-python-programming.fa/commit/e3dd14c" class="changelog-hash">e3dd14c</a>
241270

242-
<span class="changelog-author">Matt McKay</span>
243-
<span class="changelog-time">22 minutes ago</span>
244-
<span class="changelog-message">Fix additional build warnings (#57)</span>
271+
<span class="changelog-author">Zahra</span>
272+
<span class="changelog-time">5 minutes ago</span>
273+
<span class="changelog-message">Update lecture markdown files (#54)</span>
245274
</li>
246275

247276
</ul>
@@ -347,12 +376,12 @@ <h4>Changelog (<a href="https://github.com/QuantEcon/lecture-python-programming.
347376
</li>
348377
<li class="toctree-l1">
349378
<a class="reference internal" href="../python_essentials.html">
350-
5. اصول Python
379+
5. اصول برنامه‌نویسی پایتون
351380
</a>
352381
</li>
353382
<li class="toctree-l1">
354383
<a class="reference internal" href="../oop_intro.html">
355-
6. OOP I: اشیاء و متدها
384+
6. برنامه‌نویسی شی‌گرا قسمت اول : اشیاء و متدها
356385
</a>
357386
</li>
358387
<li class="toctree-l1">
Binary file not shown.
Binary file not shown.
39.3 KB
Binary file not shown.
Binary file not shown.
14.4 KB
36.8 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)