Skip to content

Commit 80cf393

Browse files
committed
deploy: f8341ef
1 parent 059e8ca commit 80cf393

Some content is hidden

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

60 files changed

+1387
-2191
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: 523ebedc6b07ce6a93aab73b24fe57b8
3+
config: 2f56b8cbbfe9c7ca48e523fab13b49be
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

CodeofConductJupyterDay.html

+38-56
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,19 @@
1616
document.documentElement.dataset.mode = localStorage.getItem("mode") || "";
1717
document.documentElement.dataset.theme = localStorage.getItem("theme") || "";
1818
</script>
19-
20-
<!-- Loaded before other Sphinx assets -->
21-
<link href="_static/styles/theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
22-
<link href="_static/styles/bootstrap.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
23-
<link href="_static/styles/pydata-sphinx-theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
19+
<!--
20+
this give us a css class that will be invisible only if js is disabled
21+
-->
22+
<noscript>
23+
<style>
24+
.pst-js-only { display: none !important; }
2425

26+
</style>
27+
</noscript>
2528

26-
<link href="_static/vendor/fontawesome/6.5.2/css/all.min.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
27-
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2" />
28-
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
29-
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />
29+
<!-- Loaded before other Sphinx assets -->
30+
<link href="_static/styles/theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
31+
<link href="_static/styles/pydata-sphinx-theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
3032

3133
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
3234
<link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=a3416100" />
@@ -36,10 +38,11 @@
3638
<link rel="stylesheet" type="text/css" href="_static/sphinx-thebe.css?v=4fa983c6" />
3739
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
3840

41+
<!-- So that users can add custom icons -->
42+
<script src="_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549"></script>
3943
<!-- Pre-loaded scripts that we'll load fully later -->
40-
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
41-
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
42-
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
44+
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
45+
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />
4346

4447
<script src="_static/documentation_options.js?v=9eb32ce0"></script>
4548
<script src="_static/doctools.js?v=9a2dae69"></script>
@@ -64,6 +67,7 @@
6467
<link rel="prev" title="Reporting Guide - Jupyter Events" href="conduct/reporting_events.html" />
6568
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6669
<meta name="docsearch:language" content="en"/>
70+
<meta name="docsearch:version" content="" />
6771
</head>
6872

6973

@@ -79,36 +83,24 @@
7983
<i class="fa-solid fa-arrow-up"></i>Back to top</button>
8084

8185

82-
<input type="checkbox"
83-
class="sidebar-toggle"
84-
id="pst-primary-sidebar-checkbox"/>
85-
<label class="overlay overlay-primary" for="pst-primary-sidebar-checkbox"></label>
86-
87-
<input type="checkbox"
88-
class="sidebar-toggle"
89-
id="pst-secondary-sidebar-checkbox"/>
90-
<label class="overlay overlay-secondary" for="pst-secondary-sidebar-checkbox"></label>
91-
92-
<div class="search-button__wrapper">
93-
<div class="search-button__overlay"></div>
94-
<div class="search-button__search-container">
86+
<dialog id="pst-search-dialog">
87+
9588
<form class="bd-search d-flex align-items-center"
9689
action="search.html"
9790
method="get">
9891
<i class="fa-solid fa-magnifying-glass"></i>
9992
<input type="search"
10093
class="form-control"
10194
name="q"
102-
id="search-input"
10395
placeholder="Search this book..."
10496
aria-label="Search this book..."
10597
autocomplete="off"
10698
autocorrect="off"
10799
autocapitalize="off"
108100
spellcheck="false"/>
109101
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span>
110-
</form></div>
111-
</div>
102+
</form>
103+
</dialog>
112104

113105
<div class="pst-async-banner-revealer d-none">
114106
<aside id="bd-header-version-warning" class="d-none d-print-none" aria-label="Version warning"></aside>
@@ -124,7 +116,8 @@
124116

125117

126118

127-
<div class="bd-sidebar-primary bd-sidebar">
119+
<dialog id="pst-primary-sidebar-modal"></dialog>
120+
<div id="pst-primary-sidebar" class="bd-sidebar-primary bd-sidebar">
128121

129122

130123

@@ -154,15 +147,11 @@
154147
</a></div>
155148
<div class="sidebar-primary-item">
156149

157-
<script>
158-
document.write(`
159-
<button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
160-
<i class="fa-solid fa-magnifying-glass"></i>
161-
<span class="search-button__default-text">Search</span>
162-
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span>
163-
</button>
164-
`);
165-
</script></div>
150+
<button class="btn search-button-field search-button__button pst-js-only" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
151+
<i class="fa-solid fa-magnifying-glass"></i>
152+
<span class="search-button__default-text">Search</span>
153+
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span>
154+
</button></div>
166155
<div class="sidebar-primary-item"><nav class="bd-links bd-docs-nav" aria-label="Main">
167156
<div class="bd-toc-item navbar-nav active">
168157

@@ -335,24 +324,16 @@
335324

336325

337326

338-
<script>
339-
document.write(`
340-
<button class="btn btn-sm nav-link pst-navbar-icon theme-switch-button" title="light/dark" aria-label="light/dark" data-bs-placement="bottom" data-bs-toggle="tooltip">
341-
<i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i>
342-
<i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i>
343-
<i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i>
344-
</button>
345-
`);
346-
</script>
327+
<button class="btn btn-sm nav-link pst-navbar-icon theme-switch-button pst-js-only" aria-label="Color mode" data-bs-title="Color mode" data-bs-placement="bottom" data-bs-toggle="tooltip">
328+
<i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light" title="Light"></i>
329+
<i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark" title="Dark"></i>
330+
<i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto" title="System Settings"></i>
331+
</button>
347332

348333

349-
<script>
350-
document.write(`
351-
<button class="btn btn-sm pst-navbar-icon search-button search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
334+
<button class="btn btn-sm pst-navbar-icon search-button search-button__button pst-js-only" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
352335
<i class="fa-solid fa-magnifying-glass fa-lg"></i>
353-
</button>
354-
`);
355-
</script>
336+
</button>
356337
<button class="sidebar-toggle secondary-toggle btn btn-sm" title="Toggle secondary sidebar" data-bs-placement="bottom" data-bs-toggle="tooltip">
357338
<span class="fa-solid fa-list"></span>
358339
</button>
@@ -536,7 +517,8 @@ <h3>Personal Report<a class="headerlink" href="#personal-report" title="Link to
536517

537518

538519

539-
<div class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner">
520+
<dialog id="pst-secondary-sidebar-modal"></dialog>
521+
<div id="pst-secondary-sidebar" class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner">
540522

541523

542524
<div class="sidebar-secondary-item">
@@ -612,8 +594,8 @@ <h3>Personal Report<a class="headerlink" href="#personal-report" title="Link to
612594
</div>
613595

614596
<!-- Scripts loaded after <body> so the DOM is not blocked -->
615-
<script src="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b"></script>
616-
<script src="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b"></script>
597+
<script defer src="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549"></script>
598+
<script defer src="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549"></script>
617599

618600
<footer class="bd-footer">
619601
</footer>

CodeofConductJupyterDayOrganizer.html

+38-56
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,19 @@
1616
document.documentElement.dataset.mode = localStorage.getItem("mode") || "";
1717
document.documentElement.dataset.theme = localStorage.getItem("theme") || "";
1818
</script>
19-
20-
<!-- Loaded before other Sphinx assets -->
21-
<link href="_static/styles/theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
22-
<link href="_static/styles/bootstrap.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
23-
<link href="_static/styles/pydata-sphinx-theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
19+
<!--
20+
this give us a css class that will be invisible only if js is disabled
21+
-->
22+
<noscript>
23+
<style>
24+
.pst-js-only { display: none !important; }
2425

26+
</style>
27+
</noscript>
2528

26-
<link href="_static/vendor/fontawesome/6.5.2/css/all.min.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
27-
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2" />
28-
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
29-
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />
29+
<!-- Loaded before other Sphinx assets -->
30+
<link href="_static/styles/theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
31+
<link href="_static/styles/pydata-sphinx-theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
3032

3133
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
3234
<link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=a3416100" />
@@ -36,10 +38,11 @@
3638
<link rel="stylesheet" type="text/css" href="_static/sphinx-thebe.css?v=4fa983c6" />
3739
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
3840

41+
<!-- So that users can add custom icons -->
42+
<script src="_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549"></script>
3943
<!-- Pre-loaded scripts that we'll load fully later -->
40-
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
41-
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
42-
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
44+
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
45+
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />
4346

4447
<script src="_static/documentation_options.js?v=9eb32ce0"></script>
4548
<script src="_static/doctools.js?v=9a2dae69"></script>
@@ -64,6 +67,7 @@
6467
<link rel="prev" title="JupyterDay Code of Conduct" href="CodeofConductJupyterDay.html" />
6568
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6669
<meta name="docsearch:language" content="en"/>
70+
<meta name="docsearch:version" content="" />
6771
</head>
6872

6973

@@ -79,36 +83,24 @@
7983
<i class="fa-solid fa-arrow-up"></i>Back to top</button>
8084

8185

82-
<input type="checkbox"
83-
class="sidebar-toggle"
84-
id="pst-primary-sidebar-checkbox"/>
85-
<label class="overlay overlay-primary" for="pst-primary-sidebar-checkbox"></label>
86-
87-
<input type="checkbox"
88-
class="sidebar-toggle"
89-
id="pst-secondary-sidebar-checkbox"/>
90-
<label class="overlay overlay-secondary" for="pst-secondary-sidebar-checkbox"></label>
91-
92-
<div class="search-button__wrapper">
93-
<div class="search-button__overlay"></div>
94-
<div class="search-button__search-container">
86+
<dialog id="pst-search-dialog">
87+
9588
<form class="bd-search d-flex align-items-center"
9689
action="search.html"
9790
method="get">
9891
<i class="fa-solid fa-magnifying-glass"></i>
9992
<input type="search"
10093
class="form-control"
10194
name="q"
102-
id="search-input"
10395
placeholder="Search this book..."
10496
aria-label="Search this book..."
10597
autocomplete="off"
10698
autocorrect="off"
10799
autocapitalize="off"
108100
spellcheck="false"/>
109101
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span>
110-
</form></div>
111-
</div>
102+
</form>
103+
</dialog>
112104

113105
<div class="pst-async-banner-revealer d-none">
114106
<aside id="bd-header-version-warning" class="d-none d-print-none" aria-label="Version warning"></aside>
@@ -124,7 +116,8 @@
124116

125117

126118

127-
<div class="bd-sidebar-primary bd-sidebar">
119+
<dialog id="pst-primary-sidebar-modal"></dialog>
120+
<div id="pst-primary-sidebar" class="bd-sidebar-primary bd-sidebar">
128121

129122

130123

@@ -154,15 +147,11 @@
154147
</a></div>
155148
<div class="sidebar-primary-item">
156149

157-
<script>
158-
document.write(`
159-
<button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
160-
<i class="fa-solid fa-magnifying-glass"></i>
161-
<span class="search-button__default-text">Search</span>
162-
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span>
163-
</button>
164-
`);
165-
</script></div>
150+
<button class="btn search-button-field search-button__button pst-js-only" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
151+
<i class="fa-solid fa-magnifying-glass"></i>
152+
<span class="search-button__default-text">Search</span>
153+
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span>
154+
</button></div>
166155
<div class="sidebar-primary-item"><nav class="bd-links bd-docs-nav" aria-label="Main">
167156
<div class="bd-toc-item navbar-nav active">
168157

@@ -335,24 +324,16 @@
335324

336325

337326

338-
<script>
339-
document.write(`
340-
<button class="btn btn-sm nav-link pst-navbar-icon theme-switch-button" title="light/dark" aria-label="light/dark" data-bs-placement="bottom" data-bs-toggle="tooltip">
341-
<i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i>
342-
<i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i>
343-
<i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i>
344-
</button>
345-
`);
346-
</script>
327+
<button class="btn btn-sm nav-link pst-navbar-icon theme-switch-button pst-js-only" aria-label="Color mode" data-bs-title="Color mode" data-bs-placement="bottom" data-bs-toggle="tooltip">
328+
<i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light" title="Light"></i>
329+
<i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark" title="Dark"></i>
330+
<i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto" title="System Settings"></i>
331+
</button>
347332

348333

349-
<script>
350-
document.write(`
351-
<button class="btn btn-sm pst-navbar-icon search-button search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
334+
<button class="btn btn-sm pst-navbar-icon search-button search-button__button pst-js-only" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
352335
<i class="fa-solid fa-magnifying-glass fa-lg"></i>
353-
</button>
354-
`);
355-
</script>
336+
</button>
356337
<button class="sidebar-toggle secondary-toggle btn btn-sm" title="Toggle secondary sidebar" data-bs-placement="bottom" data-bs-toggle="tooltip">
357338
<span class="fa-solid fa-list"></span>
358339
</button>
@@ -547,7 +528,8 @@ <h2>Public statements<a class="headerlink" href="#public-statements" title="Link
547528

548529

549530

550-
<div class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner">
531+
<dialog id="pst-secondary-sidebar-modal"></dialog>
532+
<div id="pst-secondary-sidebar" class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner">
551533

552534

553535
<div class="sidebar-secondary-item">
@@ -623,8 +605,8 @@ <h2>Public statements<a class="headerlink" href="#public-statements" title="Link
623605
</div>
624606

625607
<!-- Scripts loaded after <body> so the DOM is not blocked -->
626-
<script src="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b"></script>
627-
<script src="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b"></script>
608+
<script defer src="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549"></script>
609+
<script defer src="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549"></script>
628610

629611
<footer class="bd-footer">
630612
</footer>

_sources/communitybuildingworkinggroup.md

+7-15
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,22 @@ in-person events are particularly useful for tackling challenging development
2626
and design projects, growing the community of contributors, and strengthening
2727
collaborations.
2828

29-
This working group will partner with NumFOCUS to manage the Jupyter Community
30-
Workshop program operations and budget.
29+
This working group will manage the Jupyter Community Workshop program operations
30+
and budget.
3131

3232
### JupyterCon
3333

3434
Global JupyterCon conferences provide opportunities for the Jupyter community
3535
to come together to learn and share.
3636

37-
This working group will drive the strategic direction and broad operational
38-
aspects of JupyterCon, including the partnership with NumFOCUS and the
39-
community leadership for the event.
40-
41-
### Jupyter Community Events Staff
42-
43-
This working group will be responsible for the relationship with professional
44-
staff (for example, at NumFOCUS) planning Jupyter events, such as community
45-
workshops and JupyterCon.
37+
This working group will champion the strategy and oversee broad operational
38+
aspects of JupyterCon, including event operations and community leadership for
39+
the event.
4640

4741
### Operations and Budget
4842

49-
This working group will collaborate with NumFOCUS to serve as stewards and
50-
decision-makers to allocate the Project Jupyter funds currently associated
51-
with Jupyter community building at NumFOCUS, including donations and revenue
52-
from Jupyter Community Workshops and JupyterCon.
43+
This working group will collaborate with the Jupyter Executive Council to serve
44+
as stewards for Project Jupyter funds for events in this committee's purview.
5345

5446
### Diversity, Equity, Inclusion
5547

_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/fontawesome.js

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

_static/scripts/fontawesome.js.map

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

0 commit comments

Comments
 (0)