Skip to content

Commit

Permalink
deploy: 149c5a5
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed May 30, 2024
1 parent 3b4710f commit 131c97e
Show file tree
Hide file tree
Showing 43 changed files with 470 additions and 490 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
74 changes: 34 additions & 40 deletions _static/css/napari-sphinx-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,15 +215,6 @@ h1 {
box-shadow: none;
}

.navbar .nav-item.active a {
font-weight: 700 !important;
}

.navbar .nav-item a>i {
margin-left: 0.5rem;
font-size: 0.875rem !important;
}

.navbar-brand {
vertical-align: middle;
font-size: 1.25rem;
Expand All @@ -237,35 +228,36 @@ h1 {
color: var(--napari-color-text-base) !important;
}

.navbar .navbar-brand p.title {
font-size: 1rem;
line-height: 125%;
.bd-header .navbar-nav li.pst-header-nav-item {
font-size: 1.0625rem;
font-weight: 500 !important;
}

.navbar .nav-item a {
text-decoration-line: none;
.navbar-icon-links li.nav-item a.nav-link {
color: var(--napari-color-text-base) !important;
font-size: 1.0625rem;
padding: 15px 1.0625rem 15px !important;
border-bottom: .1875rem solid transparent;
font-weight: 500 !important;
}

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

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

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

.col-lg-9.navbar-header-items {
max-width: 75%;
.bd-header .navbar-nav li.pst-header-nav-item.current>.nav-link {
border-bottom: 3px solid var(--pst-color-primary);
font-weight: 700 !important;
}

.bd-header .navbar-nav li.pst-header-nav-item>.nav-link {
padding: 15px 1.0625rem 15px !important;
}

/***************************
Expand Down Expand Up @@ -307,14 +299,21 @@ button.version-switcher__button {
sidebar
***************************/

.bd-sidebar label {
left: 0px;
.bd-search {
border: 1px solid transparent;
}

.bd-sidebar-primary label.toctree-toggle:hover {
background: none;
/* Remove "Section Navigation" caption */
.bd-links__title {
display: none;
}

/* Move chevron to the left */
.bd-sidebar-primary li.has-children>details>summary .toctree-toggle {
right: unset;
}

/* Fonts and styles */
.bd-sidebar a.reference,
.bd-sidebar .caption-text {
font-size: 0.875rem;
Expand All @@ -326,10 +325,6 @@ button.version-switcher__button {
margin-top: 0;
}

.bd-search {
border: 1px solid transparent;
}

.bd-sidebar .toctree-l1 a {
padding-left: 32px;
}
Expand Down Expand Up @@ -438,10 +433,6 @@ button.version-switcher__button {
color: var(--napari-color-text-base);
}

.navbar-nav .toctree-checkbox:checked~label i {
transform: rotate(90deg);
}

nav.bd-links li>a {
color: var(--napari-color-text-base);
display: block;
Expand Down Expand Up @@ -653,6 +644,10 @@ a.headerlink {
transform: scale(1.01);
}

.prev-next-area p {
color: var(--napari-color-text-base);
}

/***************************
Admonitions
***************************/
Expand Down Expand Up @@ -1020,7 +1015,6 @@ div.admonition.note>.admonition-title::after {
color: var(--napari-dark-gray);
}


/***************************
Calendar popup
***************************/
Expand Down
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const DOCUMENTATION_OPTIONS = {
LINK_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt',
NAVIGATION_WITH_KEYS: false,
NAVIGATION_WITH_KEYS: true,
SHOW_SEARCH_SUMMARY: true,
ENABLE_SEARCH_SHORTCUTS: true,
};
2 changes: 1 addition & 1 deletion _static/scripts/bootstrap.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _static/scripts/bootstrap.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Bootstrap v5.3.3 (https://getbootstrap.com/)
* Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
2 changes: 1 addition & 1 deletion _static/scripts/bootstrap.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _static/scripts/pydata-sphinx-theme.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _static/scripts/pydata-sphinx-theme.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions _static/styles/bootstrap.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _static/styles/bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _static/styles/pydata-sphinx-theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _static/styles/pydata-sphinx-theme.css.map

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions _static/vendor/fontawesome/6.1.2/css/all.min.css

This file was deleted.

2 changes: 0 additions & 2 deletions _static/vendor/fontawesome/6.1.2/js/all.min.js

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.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ as SVG and JS file types.
In the Font Awesome Free download, the SIL OFL license applies to all icons
packaged as web and desktop font files.

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

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

Copyright 2022 Fonticons, Inc.
Copyright 2024 Fonticons, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in the
Expand Down
5 changes: 5 additions & 0 deletions _static/vendor/fontawesome/6.5.2/css/all.min.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions _static/vendor/fontawesome/6.5.2/js/all.min.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
* Copyright 2024 Fonticons, Inc.
*/
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.
24 changes: 12 additions & 12 deletions _static/webpack-macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@
-->
{# Load FontAwesome icons #}
{% macro head_pre_icons() %}
<link href="{{ pathto('_static/vendor/fontawesome/6.1.2/css/all.min.css', 1) }}?digest=5b4479735964841361fd" rel="stylesheet" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="{{ pathto('_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2', 1) }}" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="{{ pathto('_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2', 1) }}" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="{{ pathto('_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2', 1) }}" />
<link href="{{ pathto('_static/vendor/fontawesome/6.5.2/css/all.min.css', 1) }}?digest=3ee479438cf8b5e0d341" rel="stylesheet" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="{{ pathto('_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2', 1) }}" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="{{ pathto('_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2', 1) }}" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="{{ pathto('_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2', 1) }}" />
{% endmacro %}

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

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

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

0 comments on commit 131c97e

Please sign in to comment.