Skip to content

Commit

Permalink
Deploying to gh-pages from @ ddcf4f9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Oct 8, 2024
1 parent a8ce1e6 commit 6d7db70
Show file tree
Hide file tree
Showing 240 changed files with 720 additions and 747 deletions.
2 changes: 1 addition & 1 deletion .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: 73541022553731e95056fab6c6c5fed1
config: d164669c37494646925a8a78df25ce4a
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '0.10.13.dev25+g538ca800',
VERSION: '0.10.13.dev27+gddcf4f95',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
7 changes: 4 additions & 3 deletions _static/searchtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const Search = {

htmlToText: (htmlString, anchor) => {
const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html');
for (const removalQuery of [".headerlinks", "script", "style"]) {
for (const removalQuery of [".headerlink", "script", "style"]) {
htmlElement.querySelectorAll(removalQuery).forEach((el) => { el.remove() });
}
if (anchor) {
Expand Down Expand Up @@ -328,13 +328,14 @@ const Search = {
for (const [title, foundTitles] of Object.entries(allTitles)) {
if (title.toLowerCase().trim().includes(queryLower) && (queryLower.length >= title.length/2)) {
for (const [file, id] of foundTitles) {
let score = Math.round(100 * queryLower.length / title.length)
const score = Math.round(Scorer.title * queryLower.length / title.length);
const boost = titles[file] === title ? 1 : 0; // add a boost for document titles
normalResults.push([
docNames[file],
titles[file] !== title ? `${titles[file]} > ${title}` : title,
id !== null ? "#" + id : "",
null,
score,
score + boost,
filenames[file],
]);
}
Expand Down
6 changes: 3 additions & 3 deletions api/lstchain.calib.camera.load_calibrator_from_config.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>load_calibrator_from_config &mdash; lstchain 0.10.13.dev25+g538ca800 documentation</title>
<title>load_calibrator_from_config &mdash; lstchain 0.10.13.dev27+gddcf4f95 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=7ab3649f" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=fd3f3429" />
Expand All @@ -16,7 +16,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=11b4b873"></script>
<script src="../_static/documentation_options.js?v=aae43b09"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script>let toggleHintShow = 'Click to show';</script>
Expand Down Expand Up @@ -154,7 +154,7 @@ <h1>load_calibrator_from_config<a class="headerlink" href="#load-calibrator-from
<hr/>

<div role="contentinfo">
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 12:33.</p>
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 20:08.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions api/lstchain.calib.load_calibrator_from_config.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>load_calibrator_from_config &mdash; lstchain 0.10.13.dev25+g538ca800 documentation</title>
<title>load_calibrator_from_config &mdash; lstchain 0.10.13.dev27+gddcf4f95 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=7ab3649f" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=fd3f3429" />
Expand All @@ -16,7 +16,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=11b4b873"></script>
<script src="../_static/documentation_options.js?v=aae43b09"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script>let toggleHintShow = 'Click to show';</script>
Expand Down Expand Up @@ -154,7 +154,7 @@ <h1>load_calibrator_from_config<a class="headerlink" href="#load-calibrator-from
<hr/>

<div role="contentinfo">
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 12:33.</p>
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 20:08.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions api/lstchain.calib.load_gain_selector_from_config.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>load_gain_selector_from_config &mdash; lstchain 0.10.13.dev25+g538ca800 documentation</title>
<title>load_gain_selector_from_config &mdash; lstchain 0.10.13.dev27+gddcf4f95 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=7ab3649f" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=fd3f3429" />
Expand All @@ -16,7 +16,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=11b4b873"></script>
<script src="../_static/documentation_options.js?v=aae43b09"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script>let toggleHintShow = 'Click to show';</script>
Expand Down Expand Up @@ -152,7 +152,7 @@ <h1>load_gain_selector_from_config<a class="headerlink" href="#load-gain-selecto
<hr/>

<div role="contentinfo">
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 12:33.</p>
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 20:08.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions api/lstchain.calib.load_image_extractor_from_config.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>load_image_extractor_from_config &mdash; lstchain 0.10.13.dev25+g538ca800 documentation</title>
<title>load_image_extractor_from_config &mdash; lstchain 0.10.13.dev27+gddcf4f95 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=7ab3649f" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=fd3f3429" />
Expand All @@ -16,7 +16,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=11b4b873"></script>
<script src="../_static/documentation_options.js?v=aae43b09"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script>let toggleHintShow = 'Click to show';</script>
Expand Down Expand Up @@ -152,7 +152,7 @@ <h1>load_image_extractor_from_config<a class="headerlink" href="#load-image-extr
<hr/>

<div role="contentinfo">
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 12:33.</p>
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 20:08.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions api/lstchain.datachecks.containers.DL1DataCheckContainer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DL1DataCheckContainer &mdash; lstchain 0.10.13.dev25+g538ca800 documentation</title>
<title>DL1DataCheckContainer &mdash; lstchain 0.10.13.dev27+gddcf4f95 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=7ab3649f" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=fd3f3429" />
Expand All @@ -16,7 +16,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=11b4b873"></script>
<script src="../_static/documentation_options.js?v=aae43b09"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script>let toggleHintShow = 'Click to show';</script>
Expand Down Expand Up @@ -696,7 +696,7 @@ <h1>DL1DataCheckContainer<a class="headerlink" href="#dl1datacheckcontainer" tit
<hr/>

<div role="contentinfo">
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 12:33.</p>
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 20:08.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DL1DataCheckHistogramBins &mdash; lstchain 0.10.13.dev25+g538ca800 documentation</title>
<title>DL1DataCheckHistogramBins &mdash; lstchain 0.10.13.dev27+gddcf4f95 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=7ab3649f" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=fd3f3429" />
Expand All @@ -16,7 +16,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=11b4b873"></script>
<script src="../_static/documentation_options.js?v=aae43b09"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script>let toggleHintShow = 'Click to show';</script>
Expand Down Expand Up @@ -354,7 +354,7 @@ <h1>DL1DataCheckHistogramBins<a class="headerlink" href="#dl1datacheckhistogramb
<hr/>

<div role="contentinfo">
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 12:33.</p>
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 20:08.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions api/lstchain.datachecks.containers.count_trig_types.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>count_trig_types &mdash; lstchain 0.10.13.dev25+g538ca800 documentation</title>
<title>count_trig_types &mdash; lstchain 0.10.13.dev27+gddcf4f95 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=7ab3649f" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=fd3f3429" />
Expand All @@ -16,7 +16,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=11b4b873"></script>
<script src="../_static/documentation_options.js?v=aae43b09"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script>let toggleHintShow = 'Click to show';</script>
Expand Down Expand Up @@ -149,7 +149,7 @@ <h1>count_trig_types<a class="headerlink" href="#count-trig-types" title="Link t
<hr/>

<div role="contentinfo">
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 12:33.</p>
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 20:08.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions api/lstchain.datachecks.dl1_checker.check_dl1.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>check_dl1 &mdash; lstchain 0.10.13.dev25+g538ca800 documentation</title>
<title>check_dl1 &mdash; lstchain 0.10.13.dev27+gddcf4f95 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=7ab3649f" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=fd3f3429" />
Expand All @@ -16,7 +16,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=11b4b873"></script>
<script src="../_static/documentation_options.js?v=aae43b09"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script>let toggleHintShow = 'Click to show';</script>
Expand Down Expand Up @@ -160,7 +160,7 @@ <h1>check_dl1<a class="headerlink" href="#check-dl1" title="Link to this heading
<hr/>

<div role="contentinfo">
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 12:33.</p>
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 20:08.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>merge_dl1datacheck_files &mdash; lstchain 0.10.13.dev25+g538ca800 documentation</title>
<title>merge_dl1datacheck_files &mdash; lstchain 0.10.13.dev27+gddcf4f95 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=7ab3649f" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=fd3f3429" />
Expand All @@ -16,7 +16,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=11b4b873"></script>
<script src="../_static/documentation_options.js?v=aae43b09"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script>let toggleHintShow = 'Click to show';</script>
Expand Down Expand Up @@ -155,7 +155,7 @@ <h1>merge_dl1datacheck_files<a class="headerlink" href="#merge-dl1datacheck-file
<hr/>

<div role="contentinfo">
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 12:33.</p>
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 20:08.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions api/lstchain.datachecks.dl1_checker.plot_datacheck.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>plot_datacheck &mdash; lstchain 0.10.13.dev25+g538ca800 documentation</title>
<title>plot_datacheck &mdash; lstchain 0.10.13.dev27+gddcf4f95 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=7ab3649f" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=fd3f3429" />
Expand All @@ -16,7 +16,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=11b4b873"></script>
<script src="../_static/documentation_options.js?v=aae43b09"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script>let toggleHintShow = 'Click to show';</script>
Expand Down Expand Up @@ -160,7 +160,7 @@ <h1>plot_datacheck<a class="headerlink" href="#plot-datacheck" title="Link to th
<hr/>

<div role="contentinfo">
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 12:33.</p>
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 20:08.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions api/lstchain.datachecks.dl1_checker.plot_mean_and_stddev.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>plot_mean_and_stddev &mdash; lstchain 0.10.13.dev25+g538ca800 documentation</title>
<title>plot_mean_and_stddev &mdash; lstchain 0.10.13.dev27+gddcf4f95 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=7ab3649f" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=fd3f3429" />
Expand All @@ -16,7 +16,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=11b4b873"></script>
<script src="../_static/documentation_options.js?v=aae43b09"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script>let toggleHintShow = 'Click to show';</script>
Expand Down Expand Up @@ -165,7 +165,7 @@ <h1>plot_mean_and_stddev<a class="headerlink" href="#plot-mean-and-stddev" title
<hr/>

<div role="contentinfo">
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 12:33.</p>
<p>&#169; Copyright LST collaboration. Last updated 08 Oct 2024 20:08.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
Loading

0 comments on commit 6d7db70

Please sign in to comment.