Skip to content

Commit 131c97e

Browse files
committed
deploy: 149c5a5
1 parent 3b4710f commit 131c97e

Some content is hidden

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

43 files changed

+470
-490
lines changed

.doctrees/environment.pickle

-27 Bytes
Binary file not shown.

_static/css/napari-sphinx-theme.css

Lines changed: 34 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -215,15 +215,6 @@ h1 {
215215
box-shadow: none;
216216
}
217217

218-
.navbar .nav-item.active a {
219-
font-weight: 700 !important;
220-
}
221-
222-
.navbar .nav-item a>i {
223-
margin-left: 0.5rem;
224-
font-size: 0.875rem !important;
225-
}
226-
227218
.navbar-brand {
228219
vertical-align: middle;
229220
font-size: 1.25rem;
@@ -237,35 +228,36 @@ h1 {
237228
color: var(--napari-color-text-base) !important;
238229
}
239230

240-
.navbar .navbar-brand p.title {
241-
font-size: 1rem;
242-
line-height: 125%;
231+
.bd-header .navbar-nav li.pst-header-nav-item {
232+
font-size: 1.0625rem;
233+
font-weight: 500 !important;
243234
}
244235

245-
.navbar .nav-item a {
246-
text-decoration-line: none;
236+
.navbar-icon-links li.nav-item a.nav-link {
247237
color: var(--napari-color-text-base) !important;
248-
font-size: 1.0625rem;
249-
padding: 15px 1.0625rem 15px !important;
250-
border-bottom: .1875rem solid transparent;
251-
font-weight: 500 !important;
252238
}
253239

254-
.bd-header .navbar-nav li a.nav-link {
255-
font-weight: bold;
240+
.bd-header .navbar-nav li.pst-header-nav-item>.nav-link {
241+
color: var(--napari-color-text-base) !important;
242+
border-bottom: 3px solid transparent;
256243
}
257244

258-
.bd-header .navbar-nav li a.nav-link:hover {
259-
text-decoration: none !important;
260-
border-bottom: .1875rem solid var(--napari-color-text-base);
245+
.bd-header .navbar-nav li.pst-header-nav-item>.nav-link:hover {
246+
color: var(--napari-color-text-base) !important;
247+
border-bottom: 3px solid var(--pst-color-primary);
261248
}
262249

263-
.bd-header .navbar-nav>.current>.nav-link {
264-
border-bottom: .1875rem solid var(--napari-color-text-base);
250+
.bd-header .navbar-nav li.pst-header-nav-item.current>.nav-link::before {
251+
border-bottom: 0px solid var(--pst-color-primary);
265252
}
266253

267-
.col-lg-9.navbar-header-items {
268-
max-width: 75%;
254+
.bd-header .navbar-nav li.pst-header-nav-item.current>.nav-link {
255+
border-bottom: 3px solid var(--pst-color-primary);
256+
font-weight: 700 !important;
257+
}
258+
259+
.bd-header .navbar-nav li.pst-header-nav-item>.nav-link {
260+
padding: 15px 1.0625rem 15px !important;
269261
}
270262

271263
/***************************
@@ -307,14 +299,21 @@ button.version-switcher__button {
307299
sidebar
308300
***************************/
309301

310-
.bd-sidebar label {
311-
left: 0px;
302+
.bd-search {
303+
border: 1px solid transparent;
312304
}
313305

314-
.bd-sidebar-primary label.toctree-toggle:hover {
315-
background: none;
306+
/* Remove "Section Navigation" caption */
307+
.bd-links__title {
308+
display: none;
316309
}
317310

311+
/* Move chevron to the left */
312+
.bd-sidebar-primary li.has-children>details>summary .toctree-toggle {
313+
right: unset;
314+
}
315+
316+
/* Fonts and styles */
318317
.bd-sidebar a.reference,
319318
.bd-sidebar .caption-text {
320319
font-size: 0.875rem;
@@ -326,10 +325,6 @@ button.version-switcher__button {
326325
margin-top: 0;
327326
}
328327

329-
.bd-search {
330-
border: 1px solid transparent;
331-
}
332-
333328
.bd-sidebar .toctree-l1 a {
334329
padding-left: 32px;
335330
}
@@ -438,10 +433,6 @@ button.version-switcher__button {
438433
color: var(--napari-color-text-base);
439434
}
440435

441-
.navbar-nav .toctree-checkbox:checked~label i {
442-
transform: rotate(90deg);
443-
}
444-
445436
nav.bd-links li>a {
446437
color: var(--napari-color-text-base);
447438
display: block;
@@ -653,6 +644,10 @@ a.headerlink {
653644
transform: scale(1.01);
654645
}
655646

647+
.prev-next-area p {
648+
color: var(--napari-color-text-base);
649+
}
650+
656651
/***************************
657652
Admonitions
658653
***************************/
@@ -1020,7 +1015,6 @@ div.admonition.note>.admonition-title::after {
10201015
color: var(--napari-dark-gray);
10211016
}
10221017

1023-
10241018
/***************************
10251019
Calendar popup
10261020
***************************/

_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const DOCUMENTATION_OPTIONS = {
77
LINK_SUFFIX: '.html',
88
HAS_SOURCE: true,
99
SOURCELINK_SUFFIX: '.txt',
10-
NAVIGATION_WITH_KEYS: false,
10+
NAVIGATION_WITH_KEYS: true,
1111
SHOW_SEARCH_SUMMARY: true,
1212
ENABLE_SEARCH_SHORTCUTS: true,
1313
};

_static/scripts/bootstrap.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap v5.3.2 (https://getbootstrap.com/)
3-
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
2+
* Bootstrap v5.3.3 (https://getbootstrap.com/)
3+
* Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
*/

_static/scripts/bootstrap.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/scripts/pydata-sphinx-theme.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/scripts/pydata-sphinx-theme.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/styles/bootstrap.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/styles/bootstrap.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/styles/pydata-sphinx-theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/styles/pydata-sphinx-theme.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/vendor/fontawesome/6.1.2/css/all.min.css

Lines changed: 0 additions & 5 deletions
This file was deleted.

_static/vendor/fontawesome/6.1.2/js/all.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

_static/vendor/fontawesome/6.1.2/LICENSE.txt renamed to _static/vendor/fontawesome/6.5.2/LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ as SVG and JS file types.
2323
In the Font Awesome Free download, the SIL OFL license applies to all icons
2424
packaged as web and desktop font files.
2525

26-
Copyright (c) 2022 Fonticons, Inc. (https://fontawesome.com)
26+
Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com)
2727
with Reserved Font Name: "Font Awesome".
2828

2929
This Font Software is licensed under the SIL Open Font License, Version 1.1.
@@ -123,7 +123,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
123123
In the Font Awesome Free download, the MIT license applies to all non-font and
124124
non-icon files.
125125

126-
Copyright 2022 Fonticons, Inc.
126+
Copyright 2024 Fonticons, Inc.
127127

128128
Permission is hereby granted, free of charge, to any person obtaining a copy of
129129
this software and associated documentation files (the "Software"), to deal in the

_static/vendor/fontawesome/6.5.2/css/all.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/vendor/fontawesome/6.5.2/js/all.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4-
* Copyright 2022 Fonticons, Inc.
4+
* Copyright 2024 Fonticons, Inc.
55
*/
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

_static/webpack-macros.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@
44
-->
55
{# Load FontAwesome icons #}
66
{% macro head_pre_icons() %}
7-
<link href="{{ pathto('_static/vendor/fontawesome/6.1.2/css/all.min.css', 1) }}?digest=5b4479735964841361fd" rel="stylesheet" />
8-
<link rel="preload" as="font" type="font/woff2" crossorigin href="{{ pathto('_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2', 1) }}" />
9-
<link rel="preload" as="font" type="font/woff2" crossorigin href="{{ pathto('_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2', 1) }}" />
10-
<link rel="preload" as="font" type="font/woff2" crossorigin href="{{ pathto('_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2', 1) }}" />
7+
<link href="{{ pathto('_static/vendor/fontawesome/6.5.2/css/all.min.css', 1) }}?digest=3ee479438cf8b5e0d341" rel="stylesheet" />
8+
<link rel="preload" as="font" type="font/woff2" crossorigin href="{{ pathto('_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2', 1) }}" />
9+
<link rel="preload" as="font" type="font/woff2" crossorigin href="{{ pathto('_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2', 1) }}" />
10+
<link rel="preload" as="font" type="font/woff2" crossorigin href="{{ pathto('_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2', 1) }}" />
1111
{% endmacro %}
1212

1313
{% macro head_pre_assets() %}
1414
<!-- Loaded before other Sphinx assets -->
15-
<link href="{{ pathto('_static/styles/theme.css', 1) }}?digest=5b4479735964841361fd" rel="stylesheet" />
16-
<link href="{{ pathto('_static/styles/bootstrap.css', 1) }}?digest=5b4479735964841361fd" rel="stylesheet" />
17-
<link href="{{ pathto('_static/styles/pydata-sphinx-theme.css', 1) }}?digest=5b4479735964841361fd" rel="stylesheet" />
15+
<link href="{{ pathto('_static/styles/theme.css', 1) }}?digest=3ee479438cf8b5e0d341" rel="stylesheet" />
16+
<link href="{{ pathto('_static/styles/bootstrap.css', 1) }}?digest=3ee479438cf8b5e0d341" rel="stylesheet" />
17+
<link href="{{ pathto('_static/styles/pydata-sphinx-theme.css', 1) }}?digest=3ee479438cf8b5e0d341" rel="stylesheet" />
1818
{% endmacro %}
1919

2020
{% macro head_js_preload() %}
2121
<!-- Pre-loaded scripts that we'll load fully later -->
22-
<link rel="preload" as="script" href="{{ pathto('_static/scripts/bootstrap.js', 1) }}?digest=5b4479735964841361fd" />
23-
<link rel="preload" as="script" href="{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=5b4479735964841361fd" />
24-
<script src="{{ pathto('_static/vendor/fontawesome/6.1.2/js/all.min.js', 1) }}?digest=5b4479735964841361fd"></script>
22+
<link rel="preload" as="script" href="{{ pathto('_static/scripts/bootstrap.js', 1) }}?digest=3ee479438cf8b5e0d341" />
23+
<link rel="preload" as="script" href="{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=3ee479438cf8b5e0d341" />
24+
<script src="{{ pathto('_static/vendor/fontawesome/6.5.2/js/all.min.js', 1) }}?digest=3ee479438cf8b5e0d341"></script>
2525
{% endmacro %}
2626

2727
{% macro body_post() %}
2828
<!-- Scripts loaded after <body> so the DOM is not blocked -->
29-
<script src="{{ pathto('_static/scripts/bootstrap.js', 1) }}?digest=5b4479735964841361fd"></script>
30-
<script src="{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=5b4479735964841361fd"></script>
29+
<script src="{{ pathto('_static/scripts/bootstrap.js', 1) }}?digest=3ee479438cf8b5e0d341"></script>
30+
<script src="{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=3ee479438cf8b5e0d341"></script>
3131
{% endmacro %}

0 commit comments

Comments
 (0)