Skip to content

Commit ce4fd51

Browse files
MatplotlibCircleBotMatplotlibCircleBot
MatplotlibCircleBot
authored and
MatplotlibCircleBot
committedMar 22, 2025·
[skip ci] Doc build of 3d40411
1 parent 14f49b6 commit ce4fd51

File tree

14 files changed

+87
-11
lines changed

14 files changed

+87
-11
lines changed
 
Binary file not shown.
Loading
Loading
Binary file not shown.

‎_images/index-2.png

1.17 KB
Loading

‎_sphinx_design_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎_sphinx_design_static/design-tabs.js

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
var sd_labels_by_text = {};
2+
3+
function ready() {
4+
const li = document.getElementsByClassName("sd-tab-label");
5+
for (const label of li) {
6+
syncId = label.getAttribute("data-sync-id");
7+
if (syncId) {
8+
label.onclick = onLabelClick;
9+
if (!sd_labels_by_text[syncId]) {
10+
sd_labels_by_text[syncId] = [];
11+
}
12+
sd_labels_by_text[syncId].push(label);
13+
}
14+
}
15+
}
16+
17+
function onLabelClick() {
18+
// Activate other inputs with the same sync id.
19+
syncId = this.getAttribute("data-sync-id");
20+
for (label of sd_labels_by_text[syncId]) {
21+
if (label === this) continue;
22+
label.previousElementSibling.checked = true;
23+
}
24+
window.localStorage.setItem("sphinx-design-last-tab", syncId);
25+
}
26+
27+
document.addEventListener("DOMContentLoaded", ready, false);

‎_static/css/style.css

+4-5
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ html[data-theme="dark"] {
1414
}
1515

1616
:root {
17-
--pst-color-link-hover: var(--pst-color-secondary);
17+
--pst-color-link-hover: var(--pst-color-secondary);
1818
}
1919

20-
.sidebar-cheatsheets, .sidebar-donate {
21-
margin: 2.75rem 0;
20+
.sidebar-donate > .sd-btn {
21+
width: 100%;
2222
}
2323

2424
#navbar-icon-links {
25-
margin-left: 1.5em;
25+
margin-left: 1.5em;
2626
}
2727

2828
#navbar-icon-links .nav-link {
@@ -32,4 +32,3 @@ html[data-theme="dark"] {
3232
#navbar-icon-links .nav-link:hover {
3333
color: var(--pst-color-primary);
3434
}
35-

‎_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎_static/design-tabs.js

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
var sd_labels_by_text = {};
2+
3+
function ready() {
4+
const li = document.getElementsByClassName("sd-tab-label");
5+
for (const label of li) {
6+
syncId = label.getAttribute("data-sync-id");
7+
if (syncId) {
8+
label.onclick = onLabelClick;
9+
if (!sd_labels_by_text[syncId]) {
10+
sd_labels_by_text[syncId] = [];
11+
}
12+
sd_labels_by_text[syncId].push(label);
13+
}
14+
}
15+
}
16+
17+
function onLabelClick() {
18+
// Activate other inputs with the same sync id.
19+
syncId = this.getAttribute("data-sync-id");
20+
for (label of sd_labels_by_text[syncId]) {
21+
if (label === this) continue;
22+
label.previousElementSibling.checked = true;
23+
}
24+
window.localStorage.setItem("sphinx-design-last-tab", syncId);
25+
}
26+
27+
document.addEventListener("DOMContentLoaded", ready, false);

‎genindex.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
2929

3030
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=8f2a1f02" />
31-
<link rel="stylesheet" type="text/css" href="_static/css/style.css?v=86e00652" />
31+
<link rel="stylesheet" type="text/css" href="_static/css/style.css?v=f16eb9d3" />
3232
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
33+
<link rel="stylesheet" type="text/css" href="_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
3334

3435
<!-- Pre-loaded scripts that we'll load fully later -->
3536
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=5b4479735964841361fd" />
@@ -39,6 +40,7 @@
3940
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=b3ba4146"></script>
4041
<script src="_static/doctools.js?v=888ff710"></script>
4142
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
43+
<script src="_static/design-tabs.js?v=36754332"></script>
4244
<script>DOCUMENTATION_OPTIONS.pagename = 'genindex';</script>
4345
<link rel="icon" href="_static/favicon.ico"/>
4446
<link rel="index" title="Index" href="#" />

‎index.html

+20-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
3030

3131
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=8f2a1f02" />
32-
<link rel="stylesheet" type="text/css" href="_static/css/style.css?v=86e00652" />
32+
<link rel="stylesheet" type="text/css" href="_static/css/style.css?v=f16eb9d3" />
3333
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
34+
<link rel="stylesheet" type="text/css" href="_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
3435

3536
<!-- Pre-loaded scripts that we'll load fully later -->
3637
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=5b4479735964841361fd" />
@@ -40,6 +41,7 @@
4041
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=b3ba4146"></script>
4142
<script src="_static/doctools.js?v=888ff710"></script>
4243
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
44+
<script src="_static/design-tabs.js?v=36754332"></script>
4345
<script>DOCUMENTATION_OPTIONS.pagename = 'index';</script>
4446
<link rel="icon" href="_static/favicon.ico"/>
4547
<link rel="index" title="Index" href="genindex.html" />
@@ -256,7 +258,7 @@
256258
<div class="bd-container">
257259
<div class="bd-container__inner bd-page-width">
258260

259-
<div class="bd-sidebar-primary bd-sidebar hide-on-wide">
261+
<div class="bd-sidebar-primary bd-sidebar">
260262

261263

262264

@@ -351,6 +353,14 @@
351353

352354
</div>
353355

356+
<div class="sidebar-primary-items__start sidebar-primary__section">
357+
<div class="sidebar-primary-item"><div class="sidebar-donate">
358+
<a class="sd-btn sd-btn-primary sd-fs-5 sd-px-5 sd-py-2" href="https://numfocus.org/donate-to-matplotlib" target="_blank">
359+
Support Matplotlib
360+
</a>
361+
</div></div>
362+
</div>
363+
354364

355365
<div class="sidebar-primary-items__end sidebar-primary__section">
356366
</div>
@@ -470,7 +480,8 @@ <h2>Configuration for this demo<a class="headerlink" href="#configuration-for-th
470480
<span class="c1"># extensions coming with Sphinx (named &#39;sphinx.ext.*&#39;) or your custom</span>
471481
<span class="c1"># ones.</span>
472482
<span class="n">extensions</span> <span class="o">=</span> <span class="p">[</span>
473-
<span class="s1">&#39;matplotlib.sphinxext.plot_directive&#39;</span><span class="p">,</span>
483+
<span class="s2">&quot;matplotlib.sphinxext.plot_directive&quot;</span><span class="p">,</span>
484+
<span class="s2">&quot;sphinx_design&quot;</span>
474485
<span class="p">]</span>
475486

476487
<span class="c1"># Add any paths that contain templates here, relative to this directory.</span>
@@ -502,6 +513,12 @@ <h2>Configuration for this demo<a class="headerlink" href="#configuration-for-th
502513
<span class="s2">&quot;navbar_links&quot;</span><span class="p">:</span> <span class="s2">&quot;absolute&quot;</span><span class="p">,</span>
503514
<span class="p">}</span>
504515

516+
<span class="n">html_sidebars</span> <span class="o">=</span> <span class="p">{</span>
517+
<span class="s2">&quot;index&quot;</span><span class="p">:</span> <span class="p">[</span>
518+
<span class="s2">&quot;donate_sidebar.html&quot;</span><span class="p">,</span>
519+
<span class="p">],</span>
520+
<span class="p">}</span>
521+
505522
<span class="c1"># Add any paths that contain custom static files (such as style sheets) here,</span>
506523
<span class="c1"># relative to this directory. They are copied after the builtin static files,</span>
507524
<span class="c1"># so a file named &quot;default.css&quot; will overwrite the builtin &quot;default.css&quot;.</span>

‎search.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@
2727
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
2828

2929
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=8f2a1f02" />
30-
<link rel="stylesheet" type="text/css" href="_static/css/style.css?v=86e00652" />
30+
<link rel="stylesheet" type="text/css" href="_static/css/style.css?v=f16eb9d3" />
3131
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
32+
<link rel="stylesheet" type="text/css" href="_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
3233

3334
<!-- Pre-loaded scripts that we'll load fully later -->
3435
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=5b4479735964841361fd" />
@@ -38,6 +39,7 @@
3839
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=b3ba4146"></script>
3940
<script src="_static/doctools.js?v=888ff710"></script>
4041
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
42+
<script src="_static/design-tabs.js?v=36754332"></script>
4143
<script>DOCUMENTATION_OPTIONS.pagename = 'search';</script>
4244
<script src="_static/searchtools.js"></script>
4345
<script src="_static/language_data.js"></script>

‎searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.