Skip to content

Commit

Permalink
doc updates [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Circle Ci committed Nov 27, 2023
1 parent d97795d commit 880276f
Show file tree
Hide file tree
Showing 69 changed files with 8,516 additions and 12,642 deletions.
2 changes: 1 addition & 1 deletion dev/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: be500588654c21b1241230d680a456c6
config: 1faadc2bb233d0af39db30882010dd11
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
consecutive='increasing',
min_duration=0.003, verbose=True)
# Read epochs
mne.io.set_eeg_reference(raw)
mne.set_eeg_reference(raw)

epoch = mne.Epochs(raw, events, events_id, tmin, tmax, proj=True,
baseline=None,
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"outputs": [],
"source": [
"import mne # noqa\n\nepochs = list()\nfor run in range(3, 7):\n run_fname = os.path.join(target_dir, f'sub-{subject_id}', 'ses-meg', 'meg',\n f'sub-{subject_id}_ses-meg_task-facerecognition'\n '_run-{:02d}_meg.fif'.format(run))\n raw = mne.io.read_raw_fif(run_fname, preload=True)\n raw.pick_types(eeg=True, meg=False, stim=True) # less memory + computation\n raw.filter(1., 40., l_trans_bandwidth=0.5, n_jobs=1, verbose='INFO')\n\n raw.set_channel_types({'EEG061': 'eog', 'EEG062': 'eog',\n 'EEG063': 'ecg', 'EEG064': 'misc'})\n raw.rename_channels({'EEG061': 'EOG061', 'EEG062': 'EOG062',\n 'EEG063': 'ECG063', 'EEG064': 'MISC'})\n\n events = mne.find_events(raw, stim_channel='STI101',\n consecutive='increasing',\n min_duration=0.003, verbose=True)\n # Read epochs\n mne.io.set_eeg_reference(raw)\n\n epoch = mne.Epochs(raw, events, events_id, tmin, tmax, proj=True,\n baseline=None,\n preload=False, reject=None, decim=4)\n epochs.append(epoch)\n\n # Same `dev_head_t` for all runs so that we can concatenate them.\n epoch.info['dev_head_t'] = epochs[0].info['dev_head_t']\n\n\nepochs = mne.epochs.concatenate_epochs(epochs)"
"import mne # noqa\n\nepochs = list()\nfor run in range(3, 7):\n run_fname = os.path.join(target_dir, f'sub-{subject_id}', 'ses-meg', 'meg',\n f'sub-{subject_id}_ses-meg_task-facerecognition'\n '_run-{:02d}_meg.fif'.format(run))\n raw = mne.io.read_raw_fif(run_fname, preload=True)\n raw.pick_types(eeg=True, meg=False, stim=True) # less memory + computation\n raw.filter(1., 40., l_trans_bandwidth=0.5, n_jobs=1, verbose='INFO')\n\n raw.set_channel_types({'EEG061': 'eog', 'EEG062': 'eog',\n 'EEG063': 'ecg', 'EEG064': 'misc'})\n raw.rename_channels({'EEG061': 'EOG061', 'EEG062': 'EOG062',\n 'EEG063': 'ECG063', 'EEG064': 'MISC'})\n\n events = mne.find_events(raw, stim_channel='STI101',\n consecutive='increasing',\n min_duration=0.003, verbose=True)\n # Read epochs\n mne.set_eeg_reference(raw)\n\n epoch = mne.Epochs(raw, events, events_id, tmin, tmax, proj=True,\n baseline=None,\n preload=False, reject=None, decim=4)\n epochs.append(epoch)\n\n # Same `dev_head_t` for all runs so that we can concatenate them.\n epoch.info['dev_head_t'] = epochs[0].info['dev_head_t']\n\n\nepochs = mne.epochs.concatenate_epochs(epochs)"
]
},
{
Expand Down
Binary file modified dev/_images/sphx_glr_plot_auto_repair_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_auto_repair_002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_auto_repair_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_autoreject_workflow_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_autoreject_workflow_002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_autoreject_workflow_003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_autoreject_workflow_004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_autoreject_workflow_005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_autoreject_workflow_006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_autoreject_workflow_007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_autoreject_workflow_008.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_autoreject_workflow_009.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_autoreject_workflow_010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_channel_thresholds_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_estimate_global_reject_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_estimate_global_reject_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_global_reject_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_ransac_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_ransac_002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_ransac_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_visualize_bad_epochs_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_visualize_bad_epochs_002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_visualize_bad_epochs_003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_visualize_bad_epochs_004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_visualize_bad_epochs_005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_plot_visualize_bad_epochs_006.png
44 changes: 27 additions & 17 deletions dev/_modules/autoreject/autoreject.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>


<html lang="en" data-theme="auto">
<html lang="en" data-content_root="../../" data-theme="auto">

<head>
<meta charset="utf-8" />
Expand All @@ -17,12 +17,12 @@
</script>

<!-- Loaded before other Sphinx assets -->
<link href="../../_static/styles/theme.css?digest=365ca57ee442770a23c6" rel="stylesheet" />
<link href="../../_static/styles/bootstrap.css?digest=365ca57ee442770a23c6" rel="stylesheet" />
<link href="../../_static/styles/pydata-sphinx-theme.css?digest=365ca57ee442770a23c6" rel="stylesheet" />
<link href="../../_static/styles/theme.css?digest=5b4479735964841361fd" rel="stylesheet" />
<link href="../../_static/styles/bootstrap.css?digest=5b4479735964841361fd" rel="stylesheet" />
<link href="../../_static/styles/pydata-sphinx-theme.css?digest=5b4479735964841361fd" rel="stylesheet" />


<link href="../../_static/vendor/fontawesome/6.1.2/css/all.min.css?digest=365ca57ee442770a23c6" rel="stylesheet" />
<link href="../../_static/vendor/fontawesome/6.1.2/css/all.min.css?digest=5b4479735964841361fd" rel="stylesheet" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
Expand All @@ -36,9 +36,9 @@
<link rel="stylesheet" type="text/css" href="../../_static/style.css?v=ea06ca08" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=365ca57ee442770a23c6" />
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=365ca57ee442770a23c6" />
<script src="../../_static/vendor/fontawesome/6.1.2/js/all.min.js?digest=365ca57ee442770a23c6"></script>
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=5b4479735964841361fd" />
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=5b4479735964841361fd" />
<script src="../../_static/vendor/fontawesome/6.1.2/js/all.min.js?digest=5b4479735964841361fd"></script>

<script src="../../_static/documentation_options.js?v=2c228a7f"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
Expand All @@ -47,7 +47,7 @@
<script src="../../_static/copybutton.js?v=fd10adb8"></script>
<script>DOCUMENTATION_OPTIONS.pagename = '_modules/autoreject/autoreject';</script>
<script>
DOCUMENTATION_OPTIONS.theme_version = '0.14.3';
DOCUMENTATION_OPTIONS.theme_version = '0.14.4';
DOCUMENTATION_OPTIONS.theme_switcher_json_url = 'https://raw.githubusercontent.com/autoreject/autoreject/master/doc/_static/versions.json';
DOCUMENTATION_OPTIONS.theme_switcher_version_match = 'dev';
DOCUMENTATION_OPTIONS.show_version_warning_banner = false;
Expand Down Expand Up @@ -122,6 +122,7 @@
<div class="col-lg-3 navbar-header-items__start">

<div class="navbar-item">



<a class="navbar-brand logo" href="../../index.html">
Expand All @@ -141,7 +142,8 @@

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

<div class="navbar-item"><nav class="navbar-nav">
<div class="navbar-item">
<nav class="navbar-nav">
<p class="sidebar-header-items__title"
role="heading"
aria-level="1"
Expand Down Expand Up @@ -194,6 +196,7 @@

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


<script>
document.write(`
<button class="btn navbar-btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
Expand All @@ -207,6 +210,7 @@


<div class="navbar-item">

<script>
document.write(`
<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">
Expand Down Expand Up @@ -263,6 +267,7 @@


<div class="navbar-persistent--mobile">

<script>
document.write(`
<button class="btn navbar-btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
Expand Down Expand Up @@ -292,7 +297,8 @@

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

<div class="navbar-item"><nav class="navbar-nav">
<div class="navbar-item">
<nav class="navbar-nav">
<p class="sidebar-header-items__title"
role="heading"
aria-level="1"
Expand Down Expand Up @@ -345,6 +351,7 @@
<div class="sidebar-header-items__end">

<div class="navbar-item">

<script>
document.write(`
<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">
Expand Down Expand Up @@ -1963,7 +1970,7 @@ <h1>Source code for autoreject.autoreject</h1><div class="highlight"><pre>


<footer class="prev-next-footer">
<!-- Previous / next buttons -->

<div class="prev-next-area">
</div>
</footer>
Expand All @@ -1983,24 +1990,26 @@ <h1>Source code for autoreject.autoreject</h1><div class="highlight"><pre>
</div>

<!-- Scripts loaded after <body> so the DOM is not blocked -->
<script src="../../_static/scripts/bootstrap.js?digest=365ca57ee442770a23c6"></script>
<script src="../../_static/scripts/pydata-sphinx-theme.js?digest=365ca57ee442770a23c6"></script>
<script src="../../_static/scripts/bootstrap.js?digest=5b4479735964841361fd"></script>
<script src="../../_static/scripts/pydata-sphinx-theme.js?digest=5b4479735964841361fd"></script>

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

<div class="footer-items__start">

<div class="footer-item">

<p class="copyright">

© Copyright 2016-2023, autoreject developers. Last updated on 2023-11-14.
© Copyright 2016-2023, autoreject developers. Last updated on 2023-11-27.
<br/>

</p>
</div>

<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
<br/>
Expand All @@ -2013,8 +2022,9 @@ <h1>Source code for autoreject.autoreject</h1><div class="highlight"><pre>

<div class="footer-items__end">

<div class="footer-item"><p class="theme-version">
Built with the <a href="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html">PyData Sphinx Theme</a> 0.14.3.
<div class="footer-item">
<p class="theme-version">
Built with the <a href="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html">PyData Sphinx Theme</a> 0.14.4.
</p></div>

</div>
Expand Down
44 changes: 27 additions & 17 deletions dev/_modules/autoreject/ransac.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>


<html lang="en" data-theme="auto">
<html lang="en" data-content_root="../../" data-theme="auto">

<head>
<meta charset="utf-8" />
Expand All @@ -17,12 +17,12 @@
</script>

<!-- Loaded before other Sphinx assets -->
<link href="../../_static/styles/theme.css?digest=365ca57ee442770a23c6" rel="stylesheet" />
<link href="../../_static/styles/bootstrap.css?digest=365ca57ee442770a23c6" rel="stylesheet" />
<link href="../../_static/styles/pydata-sphinx-theme.css?digest=365ca57ee442770a23c6" rel="stylesheet" />
<link href="../../_static/styles/theme.css?digest=5b4479735964841361fd" rel="stylesheet" />
<link href="../../_static/styles/bootstrap.css?digest=5b4479735964841361fd" rel="stylesheet" />
<link href="../../_static/styles/pydata-sphinx-theme.css?digest=5b4479735964841361fd" rel="stylesheet" />


<link href="../../_static/vendor/fontawesome/6.1.2/css/all.min.css?digest=365ca57ee442770a23c6" rel="stylesheet" />
<link href="../../_static/vendor/fontawesome/6.1.2/css/all.min.css?digest=5b4479735964841361fd" rel="stylesheet" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
Expand All @@ -36,9 +36,9 @@
<link rel="stylesheet" type="text/css" href="../../_static/style.css?v=ea06ca08" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=365ca57ee442770a23c6" />
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=365ca57ee442770a23c6" />
<script src="../../_static/vendor/fontawesome/6.1.2/js/all.min.js?digest=365ca57ee442770a23c6"></script>
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=5b4479735964841361fd" />
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=5b4479735964841361fd" />
<script src="../../_static/vendor/fontawesome/6.1.2/js/all.min.js?digest=5b4479735964841361fd"></script>

<script src="../../_static/documentation_options.js?v=2c228a7f"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
Expand All @@ -47,7 +47,7 @@
<script src="../../_static/copybutton.js?v=fd10adb8"></script>
<script>DOCUMENTATION_OPTIONS.pagename = '_modules/autoreject/ransac';</script>
<script>
DOCUMENTATION_OPTIONS.theme_version = '0.14.3';
DOCUMENTATION_OPTIONS.theme_version = '0.14.4';
DOCUMENTATION_OPTIONS.theme_switcher_json_url = 'https://raw.githubusercontent.com/autoreject/autoreject/master/doc/_static/versions.json';
DOCUMENTATION_OPTIONS.theme_switcher_version_match = 'dev';
DOCUMENTATION_OPTIONS.show_version_warning_banner = false;
Expand Down Expand Up @@ -122,6 +122,7 @@
<div class="col-lg-3 navbar-header-items__start">

<div class="navbar-item">



<a class="navbar-brand logo" href="../../index.html">
Expand All @@ -141,7 +142,8 @@

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

<div class="navbar-item"><nav class="navbar-nav">
<div class="navbar-item">
<nav class="navbar-nav">
<p class="sidebar-header-items__title"
role="heading"
aria-level="1"
Expand Down Expand Up @@ -194,6 +196,7 @@

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


<script>
document.write(`
<button class="btn navbar-btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
Expand All @@ -207,6 +210,7 @@


<div class="navbar-item">

<script>
document.write(`
<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">
Expand Down Expand Up @@ -263,6 +267,7 @@


<div class="navbar-persistent--mobile">

<script>
document.write(`
<button class="btn navbar-btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
Expand Down Expand Up @@ -292,7 +297,8 @@

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

<div class="navbar-item"><nav class="navbar-nav">
<div class="navbar-item">
<nav class="navbar-nav">
<p class="sidebar-header-items__title"
role="heading"
aria-level="1"
Expand Down Expand Up @@ -345,6 +351,7 @@
<div class="sidebar-header-items__end">

<div class="navbar-item">

<script>
document.write(`
<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">
Expand Down Expand Up @@ -715,7 +722,7 @@ <h1>Source code for autoreject.ransac</h1><div class="highlight"><pre>


<footer class="prev-next-footer">
<!-- Previous / next buttons -->

<div class="prev-next-area">
</div>
</footer>
Expand All @@ -735,24 +742,26 @@ <h1>Source code for autoreject.ransac</h1><div class="highlight"><pre>
</div>

<!-- Scripts loaded after <body> so the DOM is not blocked -->
<script src="../../_static/scripts/bootstrap.js?digest=365ca57ee442770a23c6"></script>
<script src="../../_static/scripts/pydata-sphinx-theme.js?digest=365ca57ee442770a23c6"></script>
<script src="../../_static/scripts/bootstrap.js?digest=5b4479735964841361fd"></script>
<script src="../../_static/scripts/pydata-sphinx-theme.js?digest=5b4479735964841361fd"></script>

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

<div class="footer-items__start">

<div class="footer-item">

<p class="copyright">

© Copyright 2016-2023, autoreject developers. Last updated on 2023-11-14.
© Copyright 2016-2023, autoreject developers. Last updated on 2023-11-27.
<br/>

</p>
</div>

<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
<br/>
Expand All @@ -765,8 +774,9 @@ <h1>Source code for autoreject.ransac</h1><div class="highlight"><pre>

<div class="footer-items__end">

<div class="footer-item"><p class="theme-version">
Built with the <a href="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html">PyData Sphinx Theme</a> 0.14.3.
<div class="footer-item">
<p class="theme-version">
Built with the <a href="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html">PyData Sphinx Theme</a> 0.14.4.
</p></div>

</div>
Expand Down
Loading

0 comments on commit 880276f

Please sign in to comment.