Skip to content

Commit b86a471

Browse files
committed
deploy: 75646f0
1 parent 2944a23 commit b86a471

Some content is hidden

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

42 files changed

+213
-157
lines changed

.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 3d7c2a9a17fedf8e7017ac14ec44c834
3+
config: 2a1d7815cbdf5810a576bb057cacbd05
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/environment.pickle

3.02 KB
Binary file not shown.

.doctrees/index.doctree

2.06 KB
Binary file not shown.

_static/documentation_options.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '0.0.2',
2+
VERSION: '0.0.3',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',
66
FILE_SUFFIX: '.html',
77
LINK_SUFFIX: '.html',
88
HAS_SOURCE: true,
99
SOURCELINK_SUFFIX: '.txt',
10-
NAVIGATION_WITH_KEYS: true,
10+
NAVIGATION_WITH_KEYS: false,
1111
SHOW_SEARCH_SUMMARY: true,
1212
ENABLE_SEARCH_SHORTCUTS: true,
1313
};

_static/scripts/bootstrap.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap v5.2.3 (https://getbootstrap.com/)
3-
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
2+
* Bootstrap v5.3.2 (https://getbootstrap.com/)
3+
* Copyright 2011-2023 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

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

_static/scripts/pydata-sphinx-theme.js

+1-1
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

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

_static/styles/bootstrap.css

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

_static/styles/bootstrap.css.map

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

_static/styles/pydata-sphinx-theme.css

+2-1
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

+1
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

-5
This file was deleted.

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

-2
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 _static/vendor/fontawesome/6.5.1/LICENSE.txt

+2-2
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) 2023 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 2023 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.1/css/all.min.css

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

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

+2
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.1 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 2023 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

+12-12
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=ac02cc09edc035673794" 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.1/css/all.min.css', 1) }}?digest=8d27b9dea8ad943066ae" rel="stylesheet" />
8+
<link rel="preload" as="font" type="font/woff2" crossorigin href="{{ pathto('_static/vendor/fontawesome/6.5.1/webfonts/fa-solid-900.woff2', 1) }}" />
9+
<link rel="preload" as="font" type="font/woff2" crossorigin href="{{ pathto('_static/vendor/fontawesome/6.5.1/webfonts/fa-brands-400.woff2', 1) }}" />
10+
<link rel="preload" as="font" type="font/woff2" crossorigin href="{{ pathto('_static/vendor/fontawesome/6.5.1/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=ac02cc09edc035673794" rel="stylesheet" />
16-
<link href="{{ pathto('_static/styles/bootstrap.css', 1) }}?digest=ac02cc09edc035673794" rel="stylesheet" />
17-
<link href="{{ pathto('_static/styles/pydata-sphinx-theme.css', 1) }}?digest=ac02cc09edc035673794" rel="stylesheet" />
15+
<link href="{{ pathto('_static/styles/theme.css', 1) }}?digest=8d27b9dea8ad943066ae" rel="stylesheet" />
16+
<link href="{{ pathto('_static/styles/bootstrap.css', 1) }}?digest=8d27b9dea8ad943066ae" rel="stylesheet" />
17+
<link href="{{ pathto('_static/styles/pydata-sphinx-theme.css', 1) }}?digest=8d27b9dea8ad943066ae" 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=ac02cc09edc035673794" />
23-
<link rel="preload" as="script" href="{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=ac02cc09edc035673794" />
24-
<script src="{{ pathto('_static/vendor/fontawesome/6.1.2/js/all.min.js', 1) }}?digest=ac02cc09edc035673794"></script>
22+
<link rel="preload" as="script" href="{{ pathto('_static/scripts/bootstrap.js', 1) }}?digest=8d27b9dea8ad943066ae" />
23+
<link rel="preload" as="script" href="{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=8d27b9dea8ad943066ae" />
24+
<script src="{{ pathto('_static/vendor/fontawesome/6.5.1/js/all.min.js', 1) }}?digest=8d27b9dea8ad943066ae"></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=ac02cc09edc035673794"></script>
30-
<script src="{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=ac02cc09edc035673794"></script>
29+
<script src="{{ pathto('_static/scripts/bootstrap.js', 1) }}?digest=8d27b9dea8ad943066ae"></script>
30+
<script src="{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=8d27b9dea8ad943066ae"></script>
3131
{% endmacro %}

genindex.html

+42-37
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33

44

5-
<html lang="en" >
5+
<html lang="en" data-content_root="./" >
66

77
<head>
88
<meta charset="utf-8" />
@@ -17,24 +17,24 @@
1717
</script>
1818

1919
<!-- Loaded before other Sphinx assets -->
20-
<link href="_static/styles/theme.css?digest=ac02cc09edc035673794" rel="stylesheet" />
21-
<link href="_static/styles/bootstrap.css?digest=ac02cc09edc035673794" rel="stylesheet" />
22-
<link href="_static/styles/pydata-sphinx-theme.css?digest=ac02cc09edc035673794" rel="stylesheet" />
20+
<link href="_static/styles/theme.css?digest=8d27b9dea8ad943066ae" rel="stylesheet" />
21+
<link href="_static/styles/bootstrap.css?digest=8d27b9dea8ad943066ae" rel="stylesheet" />
22+
<link href="_static/styles/pydata-sphinx-theme.css?digest=8d27b9dea8ad943066ae" rel="stylesheet" />
2323

2424

25-
<link href="_static/vendor/fontawesome/6.1.2/css/all.min.css?digest=ac02cc09edc035673794" rel="stylesheet" />
26-
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2" />
27-
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" />
28-
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
25+
<link href="_static/vendor/fontawesome/6.5.1/css/all.min.css?digest=8d27b9dea8ad943066ae" rel="stylesheet" />
26+
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.1/webfonts/fa-solid-900.woff2" />
27+
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.1/webfonts/fa-brands-400.woff2" />
28+
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.1/webfonts/fa-regular-400.woff2" />
2929

3030
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
3131

3232
<!-- Pre-loaded scripts that we'll load fully later -->
33-
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=ac02cc09edc035673794" />
34-
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=ac02cc09edc035673794" />
35-
<script src="_static/vendor/fontawesome/6.1.2/js/all.min.js?digest=ac02cc09edc035673794"></script>
33+
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8d27b9dea8ad943066ae" />
34+
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae" />
35+
<script src="_static/vendor/fontawesome/6.5.1/js/all.min.js?digest=8d27b9dea8ad943066ae"></script>
3636

37-
<script src="_static/documentation_options.js?v=d58853b1"></script>
37+
<script src="_static/documentation_options.js?v=47de8214"></script>
3838
<script src="_static/doctools.js?v=888ff710"></script>
3939
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
4040
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
@@ -51,10 +51,9 @@
5151

5252

5353

54-
<a class="skip-link" href="#main-content">Skip to main content</a>
54+
<a id="pst-skip-link" class="skip-link" href="#main-content">Skip to main content</a>
5555

5656
<div id="pst-scroll-pixel-helper"></div>
57-
5857

5958
<button type="button" class="btn rounded-pill" id="pst-back-to-top">
6059
<i class="fa-solid fa-arrow-up"></i>
@@ -95,7 +94,7 @@
9594
</form></div>
9695
</div>
9796

98-
<nav class="bd-header navbar navbar-expand-lg bd-navbar">
97+
<header class="bd-header navbar navbar-expand-lg bd-navbar">
9998
<div class="bd-header__inner bd-page-width">
10099
<label class="sidebar-toggle primary-toggle" for="__primary">
101100
<span class="fa-solid fa-bars"></span>
@@ -105,6 +104,7 @@
105104
<div class="col-lg-3 navbar-header-items__start">
106105

107106
<div class="navbar-item">
107+
108108

109109

110110
<a class="navbar-brand logo" href="index.html">
@@ -113,7 +113,8 @@
113113

114114

115115

116-
<p class="title logo__title">brainglobe-template-builder v0.0.2</p>
116+
117+
<p class="title logo__title">brainglobe-template-builder v0.0.3</p>
117118

118119
</a></div>
119120

@@ -123,13 +124,8 @@
123124

124125
<div class="me-auto navbar-header-items__center">
125126

126-
<div class="navbar-item"><nav class="navbar-nav">
127-
<p class="sidebar-header-items__title"
128-
role="heading"
129-
aria-level="1"
130-
aria-label="Site Navigation">
131-
Site Navigation
132-
</p>
127+
<div class="navbar-item">
128+
<nav class="navbar-nav">
133129
<ul class="bd-navbar-elements navbar-nav">
134130

135131
</ul>
@@ -142,6 +138,7 @@
142138

143139
<div class="navbar-item navbar-persistent--container">
144140

141+
145142
<script>
146143
document.write(`
147144
<button class="btn navbar-btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
@@ -155,6 +152,7 @@
155152

156153

157154
<div class="navbar-item">
155+
158156
<script>
159157
document.write(`
160158
<button class="btn btn-sm navbar-btn theme-switch-button" title="light/dark" aria-label="light/dark" data-bs-placement="bottom" data-bs-toggle="tooltip">
@@ -187,6 +185,7 @@
187185

188186

189187
<div class="navbar-persistent--mobile">
188+
190189
<script>
191190
document.write(`
192191
<button class="btn navbar-btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
@@ -202,11 +201,16 @@
202201

203202
</div>
204203

205-
</nav>
204+
</header>
206205

206+
207207
<div class="bd-container">
208208
<div class="bd-container__inner bd-page-width">
209209

210+
211+
212+
213+
210214
<div class="bd-sidebar-primary bd-sidebar hide-on-wide">
211215

212216

@@ -216,13 +220,8 @@
216220

217221
<div class="sidebar-header-items__center">
218222

219-
<div class="navbar-item"><nav class="navbar-nav">
220-
<p class="sidebar-header-items__title"
221-
role="heading"
222-
aria-level="1"
223-
aria-label="Site Navigation">
224-
Site Navigation
225-
</p>
223+
<div class="navbar-item">
224+
<nav class="navbar-nav">
226225
<ul class="bd-navbar-elements navbar-nav">
227226

228227
</ul>
@@ -235,6 +234,7 @@
235234
<div class="sidebar-header-items__end">
236235

237236
<div class="navbar-item">
237+
238238
<script>
239239
document.write(`
240240
<button class="btn btn-sm navbar-btn theme-switch-button" title="light/dark" aria-label="light/dark" data-bs-placement="bottom" data-bs-toggle="tooltip">
@@ -286,7 +286,7 @@
286286

287287

288288
<div id="searchbox"></div>
289-
<article class="bd-article" role="main">
289+
<article class="bd-article">
290290

291291

292292
<h1 id="index">Index</h1>
@@ -303,7 +303,7 @@ <h1 id="index">Index</h1>
303303

304304

305305
<footer class="prev-next-footer">
306-
<!-- Previous / next buttons -->
306+
307307
<div class="prev-next-area">
308308
</div>
309309
</footer>
@@ -312,6 +312,8 @@ <h1 id="index">Index</h1>
312312

313313

314314

315+
<div class="bd-sidebar-secondary bd-toc"></div>
316+
315317

316318
</div>
317319
<footer class="bd-footer-content">
@@ -323,15 +325,16 @@ <h1 id="index">Index</h1>
323325
</div>
324326

325327
<!-- Scripts loaded after <body> so the DOM is not blocked -->
326-
<script src="_static/scripts/bootstrap.js?digest=ac02cc09edc035673794"></script>
327-
<script src="_static/scripts/pydata-sphinx-theme.js?digest=ac02cc09edc035673794"></script>
328+
<script src="_static/scripts/bootstrap.js?digest=8d27b9dea8ad943066ae"></script>
329+
<script src="_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae"></script>
328330

329331
<footer class="bd-footer">
330332
<div class="bd-footer__inner bd-page-width">
331333

332334
<div class="footer-items__start">
333335

334336
<div class="footer-item">
337+
335338
<p class="copyright">
336339

337340
© Copyright 2022, UCL.
@@ -341,6 +344,7 @@ <h1 id="index">Index</h1>
341344
</div>
342345

343346
<div class="footer-item">
347+
344348
<p class="sphinx-version">
345349
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
346350
<br/>
@@ -353,8 +357,9 @@ <h1 id="index">Index</h1>
353357

354358
<div class="footer-items__end">
355359

356-
<div class="footer-item"><p class="theme-version">
357-
Built with the <a href="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html">PyData Sphinx Theme</a> 0.14.1.
360+
<div class="footer-item">
361+
<p class="theme-version">
362+
Built with the <a href="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html">PyData Sphinx Theme</a> 0.15.2.
358363
</p></div>
359364

360365
</div>

0 commit comments

Comments
 (0)