Skip to content

Commit 3f72ef0

Browse files
committed
deploy: dcfc488
1 parent f0d547c commit 3f72ef0

19 files changed

Lines changed: 436 additions & 553 deletions

.doctrees/environment.pickle

-3 Bytes
Binary file not shown.

README.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" />
6+
<link rel="index" title="Index" href="genindex.html"><link rel="search" title="Search" href="search.html">
77

8-
<!-- Generated with Sphinx 8.2.3 and Furo 2025.07.19 -->
8+
<!-- Generated with Sphinx 8.2.3 and Furo 2025.09.25 -->
99
<title>python template cpp - python-template-cpp v0.1.0</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
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/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css" />
1313
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
1414
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=4ae1632d" />
@@ -28,14 +28,14 @@
2828
}
2929
@media not print {
3030
body[data-theme="dark"] {
31-
--color-code-background: #2b2b2b;
32-
--color-code-foreground: #f8f8f2;
31+
--color-code-background: #202020;
32+
--color-code-foreground: #d0d0d0;
3333

3434
}
3535
@media (prefers-color-scheme: dark) {
3636
body:not([data-theme="light"]) {
37-
--color-code-background: #2b2b2b;
38-
--color-code-foreground: #f8f8f2;
37+
--color-code-background: #202020;
38+
--color-code-foreground: #d0d0d0;
3939

4040
}
4141
}
@@ -150,14 +150,10 @@
150150
</symbol>
151151
</svg>
152152

153-
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
154-
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
155-
<label class="overlay sidebar-overlay" for="__navigation">
156-
<div class="visually-hidden">Hide navigation sidebar</div>
157-
</label>
158-
<label class="overlay toc-overlay" for="__toc">
159-
<div class="visually-hidden">Hide table of contents sidebar</div>
160-
</label>
153+
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation" aria-label="Toggle site navigation sidebar">
154+
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc" aria-label="Toggle table of contents sidebar">
155+
<label class="overlay sidebar-overlay" for="__navigation"></label>
156+
<label class="overlay toc-overlay" for="__toc"></label>
161157

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

@@ -167,26 +163,23 @@
167163
<header class="mobile-header">
168164
<div class="header-left">
169165
<label class="nav-overlay-icon" for="__navigation">
170-
<div class="visually-hidden">Toggle site navigation sidebar</div>
171-
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
166+
<span class="icon"><svg><use href="#svg-menu"></use></svg></span>
172167
</label>
173168
</div>
174169
<div class="header-center">
175170
<a href="index.html"><div class="brand">python-template-cpp <code style='font-size: var(--font-size--small--4);color: var(--sd-color-primary);'>v0.1.0</code></div></a>
176171
</div>
177172
<div class="header-right">
178173
<div class="theme-toggle-container theme-toggle-header">
179-
<button class="theme-toggle">
180-
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
174+
<button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
181175
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
182176
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
183177
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
184178
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
185179
</button>
186180
</div>
187181
<label class="toc-overlay-icon toc-header-icon" for="__toc">
188-
<div class="visually-hidden">Toggle table of contents sidebar</div>
189-
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
182+
<span class="icon"><svg><use href="#svg-toc"></use></svg></span>
190183
</label>
191184
</div>
192185
</header>
@@ -228,17 +221,15 @@
228221
</a>
229222
</div>
230223
<div class="theme-toggle-container theme-toggle-content">
231-
<button class="theme-toggle">
232-
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
224+
<button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
233225
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
234226
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
235227
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
236228
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
237229
</button>
238230
</div>
239231
<label class="toc-overlay-icon toc-content-icon" for="__toc">
240-
<div class="visually-hidden">Toggle table of contents sidebar</div>
241-
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
232+
<span class="icon"><svg><use href="#svg-toc"></use></svg></span>
242233
</label>
243234
</div>
244235
<article role="main" id="furo-main-content">

_modules/index.html

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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"/>
5-
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
3+
<head><meta charset="utf-8">
4+
<meta name="viewport" content="width=device-width,initial-scale=1">
5+
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../genindex.html"><link rel="search" title="Search" href="../search.html">
66

7-
<!-- Generated with Sphinx 8.2.3 and Furo 2025.07.19 -->
7+
<!-- Generated with Sphinx 8.2.3 and Furo 2025.09.25 -->
88
<title>Overview: module code - python-template-cpp v0.1.0</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=03e43079" />
10-
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=25af2a20" />
10+
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=580074bf" />
1111
<link rel="stylesheet" type="text/css" href="../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css" />
1212
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
1313
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=4ae1632d" />
@@ -27,14 +27,14 @@
2727
}
2828
@media not print {
2929
body[data-theme="dark"] {
30-
--color-code-background: #2b2b2b;
31-
--color-code-foreground: #f8f8f2;
30+
--color-code-background: #202020;
31+
--color-code-foreground: #d0d0d0;
3232

3333
}
3434
@media (prefers-color-scheme: dark) {
3535
body:not([data-theme="light"]) {
36-
--color-code-background: #2b2b2b;
37-
--color-code-foreground: #f8f8f2;
36+
--color-code-background: #202020;
37+
--color-code-foreground: #d0d0d0;
3838

3939
}
4040
}
@@ -149,14 +149,10 @@
149149
</symbol>
150150
</svg>
151151

152-
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
153-
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
154-
<label class="overlay sidebar-overlay" for="__navigation">
155-
<div class="visually-hidden">Hide navigation sidebar</div>
156-
</label>
157-
<label class="overlay toc-overlay" for="__toc">
158-
<div class="visually-hidden">Hide table of contents sidebar</div>
159-
</label>
152+
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation" aria-label="Toggle site navigation sidebar">
153+
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc" aria-label="Toggle table of contents sidebar">
154+
<label class="overlay sidebar-overlay" for="__navigation"></label>
155+
<label class="overlay toc-overlay" for="__toc"></label>
160156

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

@@ -166,26 +162,23 @@
166162
<header class="mobile-header">
167163
<div class="header-left">
168164
<label class="nav-overlay-icon" for="__navigation">
169-
<div class="visually-hidden">Toggle site navigation sidebar</div>
170-
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
165+
<span class="icon"><svg><use href="#svg-menu"></use></svg></span>
171166
</label>
172167
</div>
173168
<div class="header-center">
174169
<a href="../index.html"><div class="brand">python-template-cpp <code style='font-size: var(--font-size--small--4);color: var(--sd-color-primary);'>v0.1.0</code></div></a>
175170
</div>
176171
<div class="header-right">
177172
<div class="theme-toggle-container theme-toggle-header">
178-
<button class="theme-toggle">
179-
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
173+
<button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
180174
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
181175
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
182176
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
183177
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
184178
</button>
185179
</div>
186180
<label class="toc-overlay-icon toc-header-icon no-toc" for="__toc">
187-
<div class="visually-hidden">Toggle table of contents sidebar</div>
188-
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
181+
<span class="icon"><svg><use href="#svg-toc"></use></svg></span>
189182
</label>
190183
</div>
191184
</header>
@@ -221,17 +214,15 @@
221214
</a>
222215
<div class="content-icon-container">
223216
<div class="theme-toggle-container theme-toggle-content">
224-
<button class="theme-toggle">
225-
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
217+
<button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
226218
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
227219
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
228220
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
229221
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
230222
</button>
231223
</div>
232224
<label class="toc-overlay-icon toc-content-icon no-toc" for="__toc">
233-
<div class="visually-hidden">Toggle table of contents sidebar</div>
234-
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
225+
<span class="icon"><svg><use href="#svg-toc"></use></svg></span>
235226
</label>
236227
</div>
237228
<article role="main" id="furo-main-content">

_modules/python_template_cpp.html

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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"/>
5-
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
3+
<head><meta charset="utf-8">
4+
<meta name="viewport" content="width=device-width,initial-scale=1">
5+
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../genindex.html"><link rel="search" title="Search" href="../search.html">
66

7-
<!-- Generated with Sphinx 8.2.3 and Furo 2025.07.19 -->
7+
<!-- Generated with Sphinx 8.2.3 and Furo 2025.09.25 -->
88
<title>python_template_cpp - python-template-cpp v0.1.0</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=03e43079" />
10-
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=25af2a20" />
10+
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=580074bf" />
1111
<link rel="stylesheet" type="text/css" href="../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css" />
1212
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
1313
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=4ae1632d" />
@@ -27,14 +27,14 @@
2727
}
2828
@media not print {
2929
body[data-theme="dark"] {
30-
--color-code-background: #2b2b2b;
31-
--color-code-foreground: #f8f8f2;
30+
--color-code-background: #202020;
31+
--color-code-foreground: #d0d0d0;
3232

3333
}
3434
@media (prefers-color-scheme: dark) {
3535
body:not([data-theme="light"]) {
36-
--color-code-background: #2b2b2b;
37-
--color-code-foreground: #f8f8f2;
36+
--color-code-background: #202020;
37+
--color-code-foreground: #d0d0d0;
3838

3939
}
4040
}
@@ -149,14 +149,10 @@
149149
</symbol>
150150
</svg>
151151

152-
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
153-
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
154-
<label class="overlay sidebar-overlay" for="__navigation">
155-
<div class="visually-hidden">Hide navigation sidebar</div>
156-
</label>
157-
<label class="overlay toc-overlay" for="__toc">
158-
<div class="visually-hidden">Hide table of contents sidebar</div>
159-
</label>
152+
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation" aria-label="Toggle site navigation sidebar">
153+
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc" aria-label="Toggle table of contents sidebar">
154+
<label class="overlay sidebar-overlay" for="__navigation"></label>
155+
<label class="overlay toc-overlay" for="__toc"></label>
160156

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

@@ -166,26 +162,23 @@
166162
<header class="mobile-header">
167163
<div class="header-left">
168164
<label class="nav-overlay-icon" for="__navigation">
169-
<div class="visually-hidden">Toggle site navigation sidebar</div>
170-
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
165+
<span class="icon"><svg><use href="#svg-menu"></use></svg></span>
171166
</label>
172167
</div>
173168
<div class="header-center">
174169
<a href="../index.html"><div class="brand">python-template-cpp <code style='font-size: var(--font-size--small--4);color: var(--sd-color-primary);'>v0.1.0</code></div></a>
175170
</div>
176171
<div class="header-right">
177172
<div class="theme-toggle-container theme-toggle-header">
178-
<button class="theme-toggle">
179-
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
173+
<button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
180174
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
181175
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
182176
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
183177
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
184178
</button>
185179
</div>
186180
<label class="toc-overlay-icon toc-header-icon no-toc" for="__toc">
187-
<div class="visually-hidden">Toggle table of contents sidebar</div>
188-
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
181+
<span class="icon"><svg><use href="#svg-toc"></use></svg></span>
189182
</label>
190183
</div>
191184
</header>
@@ -221,17 +214,15 @@
221214
</a>
222215
<div class="content-icon-container">
223216
<div class="theme-toggle-container theme-toggle-content">
224-
<button class="theme-toggle">
225-
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
217+
<button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
226218
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
227219
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
228220
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
229221
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
230222
</button>
231223
</div>
232224
<label class="toc-overlay-icon toc-content-icon no-toc" for="__toc">
233-
<div class="visually-hidden">Toggle table of contents sidebar</div>
234-
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
225+
<span class="icon"><svg><use href="#svg-toc"></use></svg></span>
235226
</label>
236227
</div>
237228
<article role="main" id="furo-main-content">

0 commit comments

Comments
 (0)