Skip to content

Commit 83b2cd3

Browse files
AP-CSPrinciplesAP-CSPrinciples
authored andcommitted
Autobuild latest version
1 parent 180c2f1 commit 83b2cd3

27 files changed

+840
-689
lines changed
33.1 KB
Binary file not shown.

docs/.doctrees/environment.pickle

-2 Bytes
Binary file not shown.

docs/Python/PyGame.html

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<!doctype html>
22
<html class="no-js" lang="en" data-content_root="../">
3-
<head><meta charset="utf-8"/>
4-
<meta name="viewport" content="width=device-width,initial-scale=1"/>
3+
<head><meta charset="utf-8">
4+
<meta name="viewport" content="width=device-width,initial-scale=1">
55
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="🐢 Python Turtle Graphics — Comprehensive Guide" href="Python_Turtle.html" /><link rel="prev" title="Python Basics" href="Python_Basics.html" />
6+
<link rel="index" title="Index" href="../genindex.html"><link rel="search" title="Search" href="../search.html"><link rel="next" title="🐢 Python Turtle Graphics — Comprehensive Guide" href="Python_Turtle.html"><link rel="prev" title="Python Basics" href="Python_Basics.html">
77

8-
<!-- Generated with Sphinx 8.1.3 and Furo 2025.07.19 -->
8+
<!-- Generated with Sphinx 8.1.3 and Furo 2025.09.25 -->
99
<title>🎮 PyGame: An Introduction - AP CS Principles</title>
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d111a655" />
11-
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=25af2a20" />
11+
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=580074bf" />
1212
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?v=8dab3a3b" />
1313

1414

@@ -22,14 +22,14 @@
2222
}
2323
@media not print {
2424
body[data-theme="dark"] {
25-
--color-code-background: #2b2b2b;
26-
--color-code-foreground: #f8f8f2;
25+
--color-code-background: #202020;
26+
--color-code-foreground: #d0d0d0;
2727

2828
}
2929
@media (prefers-color-scheme: dark) {
3030
body:not([data-theme="light"]) {
31-
--color-code-background: #2b2b2b;
32-
--color-code-foreground: #f8f8f2;
31+
--color-code-background: #202020;
32+
--color-code-foreground: #d0d0d0;
3333

3434
}
3535
}
@@ -144,14 +144,10 @@
144144
</symbol>
145145
</svg>
146146

147-
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
148-
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
149-
<label class="overlay sidebar-overlay" for="__navigation">
150-
<div class="visually-hidden">Hide navigation sidebar</div>
151-
</label>
152-
<label class="overlay toc-overlay" for="__toc">
153-
<div class="visually-hidden">Hide table of contents sidebar</div>
154-
</label>
147+
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation" aria-label="Toggle site navigation sidebar">
148+
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc" aria-label="Toggle table of contents sidebar">
149+
<label class="overlay sidebar-overlay" for="__navigation"></label>
150+
<label class="overlay toc-overlay" for="__toc"></label>
155151

156152
<a class="skip-to-content muted-link" href="#furo-main-content">Skip to content</a>
157153

@@ -161,26 +157,23 @@
161157
<header class="mobile-header">
162158
<div class="header-left">
163159
<label class="nav-overlay-icon" for="__navigation">
164-
<div class="visually-hidden">Toggle site navigation sidebar</div>
165-
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
160+
<span class="icon"><svg><use href="#svg-menu"></use></svg></span>
166161
</label>
167162
</div>
168163
<div class="header-center">
169164
<a href="../index.html"><div class="brand">AP CS Principles</div></a>
170165
</div>
171166
<div class="header-right">
172167
<div class="theme-toggle-container theme-toggle-header">
173-
<button class="theme-toggle">
174-
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
168+
<button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
175169
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
176170
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
177171
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
178172
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
179173
</button>
180174
</div>
181175
<label class="toc-overlay-icon toc-header-icon" for="__toc">
182-
<div class="visually-hidden">Toggle table of contents sidebar</div>
183-
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
176+
<span class="icon"><svg><use href="#svg-toc"></use></svg></span>
184177
</label>
185178
</div>
186179
</header>
@@ -262,17 +255,15 @@
262255
</a>
263256
</div>
264257
<div class="theme-toggle-container theme-toggle-content">
265-
<button class="theme-toggle">
266-
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
258+
<button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
267259
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
268260
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
269261
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
270262
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
271263
</button>
272264
</div>
273265
<label class="toc-overlay-icon toc-content-icon" for="__toc">
274-
<div class="visually-hidden">Toggle table of contents sidebar</div>
275-
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
266+
<span class="icon"><svg><use href="#svg-toc"></use></svg></span>
276267
</label>
277268
</div>
278269
<article role="main" id="furo-main-content">

docs/Python/Python_Basics.html

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<!doctype html>
22
<html class="no-js" lang="en" data-content_root="../">
3-
<head><meta charset="utf-8"/>
4-
<meta name="viewport" content="width=device-width,initial-scale=1"/>
3+
<head><meta charset="utf-8">
4+
<meta name="viewport" content="width=device-width,initial-scale=1">
55
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="🎮 PyGame: An Introduction" href="PyGame.html" /><link rel="prev" title="Performance Task" href="../Resources/Performance_Task.html" />
6+
<link rel="index" title="Index" href="../genindex.html"><link rel="search" title="Search" href="../search.html"><link rel="next" title="🎮 PyGame: An Introduction" href="PyGame.html"><link rel="prev" title="Performance Task" href="../Resources/Performance_Task.html">
77

8-
<!-- Generated with Sphinx 8.1.3 and Furo 2025.07.19 -->
8+
<!-- Generated with Sphinx 8.1.3 and Furo 2025.09.25 -->
99
<title>Python Basics - AP CS Principles</title>
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d111a655" />
11-
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=25af2a20" />
11+
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=580074bf" />
1212
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?v=8dab3a3b" />
1313

1414

@@ -22,14 +22,14 @@
2222
}
2323
@media not print {
2424
body[data-theme="dark"] {
25-
--color-code-background: #2b2b2b;
26-
--color-code-foreground: #f8f8f2;
25+
--color-code-background: #202020;
26+
--color-code-foreground: #d0d0d0;
2727

2828
}
2929
@media (prefers-color-scheme: dark) {
3030
body:not([data-theme="light"]) {
31-
--color-code-background: #2b2b2b;
32-
--color-code-foreground: #f8f8f2;
31+
--color-code-background: #202020;
32+
--color-code-foreground: #d0d0d0;
3333

3434
}
3535
}
@@ -144,14 +144,10 @@
144144
</symbol>
145145
</svg>
146146

147-
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
148-
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
149-
<label class="overlay sidebar-overlay" for="__navigation">
150-
<div class="visually-hidden">Hide navigation sidebar</div>
151-
</label>
152-
<label class="overlay toc-overlay" for="__toc">
153-
<div class="visually-hidden">Hide table of contents sidebar</div>
154-
</label>
147+
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation" aria-label="Toggle site navigation sidebar">
148+
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc" aria-label="Toggle table of contents sidebar">
149+
<label class="overlay sidebar-overlay" for="__navigation"></label>
150+
<label class="overlay toc-overlay" for="__toc"></label>
155151

156152
<a class="skip-to-content muted-link" href="#furo-main-content">Skip to content</a>
157153

@@ -161,26 +157,23 @@
161157
<header class="mobile-header">
162158
<div class="header-left">
163159
<label class="nav-overlay-icon" for="__navigation">
164-
<div class="visually-hidden">Toggle site navigation sidebar</div>
165-
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
160+
<span class="icon"><svg><use href="#svg-menu"></use></svg></span>
166161
</label>
167162
</div>
168163
<div class="header-center">
169164
<a href="../index.html"><div class="brand">AP CS Principles</div></a>
170165
</div>
171166
<div class="header-right">
172167
<div class="theme-toggle-container theme-toggle-header">
173-
<button class="theme-toggle">
174-
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
168+
<button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
175169
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
176170
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
177171
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
178172
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
179173
</button>
180174
</div>
181175
<label class="toc-overlay-icon toc-header-icon" for="__toc">
182-
<div class="visually-hidden">Toggle table of contents sidebar</div>
183-
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
176+
<span class="icon"><svg><use href="#svg-toc"></use></svg></span>
184177
</label>
185178
</div>
186179
</header>
@@ -262,17 +255,15 @@
262255
</a>
263256
</div>
264257
<div class="theme-toggle-container theme-toggle-content">
265-
<button class="theme-toggle">
266-
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
258+
<button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
267259
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
268260
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
269261
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
270262
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
271263
</button>
272264
</div>
273265
<label class="toc-overlay-icon toc-content-icon" for="__toc">
274-
<div class="visually-hidden">Toggle table of contents sidebar</div>
275-
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
266+
<span class="icon"><svg><use href="#svg-toc"></use></svg></span>
276267
</label>
277268
</div>
278269
<article role="main" id="furo-main-content">

docs/Python/Python_Turtle.html

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<!doctype html>
22
<html class="no-js" lang="en" data-content_root="../">
3-
<head><meta charset="utf-8"/>
4-
<meta name="viewport" content="width=device-width,initial-scale=1"/>
3+
<head><meta charset="utf-8">
4+
<meta name="viewport" content="width=device-width,initial-scale=1">
55
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Unit 1: Creative Development" href="../Unit%201/Creative_Development.html" /><link rel="prev" title="🎮 PyGame: An Introduction" href="PyGame.html" />
6+
<link rel="index" title="Index" href="../genindex.html"><link rel="search" title="Search" href="../search.html"><link rel="next" title="Unit 1: Creative Development" href="../Unit%201/Creative_Development.html"><link rel="prev" title="🎮 PyGame: An Introduction" href="PyGame.html">
77

8-
<!-- Generated with Sphinx 8.1.3 and Furo 2025.07.19 -->
8+
<!-- Generated with Sphinx 8.1.3 and Furo 2025.09.25 -->
99
<title>🐢 Python Turtle Graphics — Comprehensive Guide - AP CS Principles</title>
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d111a655" />
11-
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=25af2a20" />
11+
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=580074bf" />
1212
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?v=8dab3a3b" />
1313

1414

@@ -22,14 +22,14 @@
2222
}
2323
@media not print {
2424
body[data-theme="dark"] {
25-
--color-code-background: #2b2b2b;
26-
--color-code-foreground: #f8f8f2;
25+
--color-code-background: #202020;
26+
--color-code-foreground: #d0d0d0;
2727

2828
}
2929
@media (prefers-color-scheme: dark) {
3030
body:not([data-theme="light"]) {
31-
--color-code-background: #2b2b2b;
32-
--color-code-foreground: #f8f8f2;
31+
--color-code-background: #202020;
32+
--color-code-foreground: #d0d0d0;
3333

3434
}
3535
}
@@ -144,14 +144,10 @@
144144
</symbol>
145145
</svg>
146146

147-
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
148-
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
149-
<label class="overlay sidebar-overlay" for="__navigation">
150-
<div class="visually-hidden">Hide navigation sidebar</div>
151-
</label>
152-
<label class="overlay toc-overlay" for="__toc">
153-
<div class="visually-hidden">Hide table of contents sidebar</div>
154-
</label>
147+
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation" aria-label="Toggle site navigation sidebar">
148+
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc" aria-label="Toggle table of contents sidebar">
149+
<label class="overlay sidebar-overlay" for="__navigation"></label>
150+
<label class="overlay toc-overlay" for="__toc"></label>
155151

156152
<a class="skip-to-content muted-link" href="#furo-main-content">Skip to content</a>
157153

@@ -161,26 +157,23 @@
161157
<header class="mobile-header">
162158
<div class="header-left">
163159
<label class="nav-overlay-icon" for="__navigation">
164-
<div class="visually-hidden">Toggle site navigation sidebar</div>
165-
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
160+
<span class="icon"><svg><use href="#svg-menu"></use></svg></span>
166161
</label>
167162
</div>
168163
<div class="header-center">
169164
<a href="../index.html"><div class="brand">AP CS Principles</div></a>
170165
</div>
171166
<div class="header-right">
172167
<div class="theme-toggle-container theme-toggle-header">
173-
<button class="theme-toggle">
174-
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
168+
<button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
175169
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
176170
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
177171
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
178172
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
179173
</button>
180174
</div>
181175
<label class="toc-overlay-icon toc-header-icon" for="__toc">
182-
<div class="visually-hidden">Toggle table of contents sidebar</div>
183-
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
176+
<span class="icon"><svg><use href="#svg-toc"></use></svg></span>
184177
</label>
185178
</div>
186179
</header>
@@ -262,17 +255,15 @@
262255
</a>
263256
</div>
264257
<div class="theme-toggle-container theme-toggle-content">
265-
<button class="theme-toggle">
266-
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
258+
<button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
267259
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
268260
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
269261
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
270262
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
271263
</button>
272264
</div>
273265
<label class="toc-overlay-icon toc-content-icon" for="__toc">
274-
<div class="visually-hidden">Toggle table of contents sidebar</div>
275-
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
266+
<span class="icon"><svg><use href="#svg-toc"></use></svg></span>
276267
</label>
277268
</div>
278269
<article role="main" id="furo-main-content">

0 commit comments

Comments
 (0)