Skip to content

Commit

Permalink
deploy: 5b75bf5
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmith- committed May 8, 2024
1 parent 65eed3f commit a12532f
Show file tree
Hide file tree
Showing 27 changed files with 288 additions and 111 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: 73b08d822521de38c9896aa88e1225db
config: cd4d2a26e9983c35b8ae6328331e53a0
tags: 645f666f9bcd5a90fca523b33c5a78b7
54 changes: 45 additions & 9 deletions _downloads/87e1187fe70c7ee30d50bbacaa2b2cb5/schemav2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"properties": {
"nodetype": {
"const": "binning",
"title": "Nodetype"
"enum": [
"binning"
],
"title": "Nodetype",
"type": "string"
},
"input": {
"description": "The name of the correction input variable this binning applies to",
Expand Down Expand Up @@ -114,7 +118,11 @@
"properties": {
"nodetype": {
"const": "category",
"title": "Nodetype"
"enum": [
"category"
],
"title": "Nodetype",
"type": "string"
},
"input": {
"description": "The name of the correction input variable this category node applies to",
Expand Down Expand Up @@ -413,15 +421,23 @@
"properties": {
"nodetype": {
"const": "formula",
"title": "Nodetype"
"enum": [
"formula"
],
"title": "Nodetype",
"type": "string"
},
"expression": {
"title": "Expression",
"type": "string"
},
"parser": {
"const": "TFormula",
"title": "Parser"
"enum": [
"TFormula"
],
"title": "Parser",
"type": "string"
},
"variables": {
"description": "The names of the correction input variables this formula applies to",
Expand Down Expand Up @@ -463,7 +479,11 @@
"properties": {
"nodetype": {
"const": "formularef",
"title": "Nodetype"
"enum": [
"formularef"
],
"title": "Nodetype",
"type": "string"
},
"index": {
"description": "Index into the Correction.generic_formulas list",
Expand Down Expand Up @@ -494,7 +514,11 @@
"properties": {
"nodetype": {
"const": "hashprng",
"title": "Nodetype"
"enum": [
"hashprng"
],
"title": "Nodetype",
"type": "string"
},
"inputs": {
"description": "The names of the input variables to use as entropy sources",
Expand Down Expand Up @@ -530,7 +554,11 @@
"properties": {
"nodetype": {
"const": "multibinning",
"title": "Nodetype"
"enum": [
"multibinning"
],
"title": "Nodetype",
"type": "string"
},
"inputs": {
"description": "The names of the correction input variables this binning applies to",
Expand Down Expand Up @@ -646,7 +674,11 @@
"properties": {
"nodetype": {
"const": "transform",
"title": "Nodetype"
"enum": [
"transform"
],
"title": "Nodetype",
"type": "string"
},
"input": {
"description": "The name of the input to rewrite",
Expand Down Expand Up @@ -796,7 +828,11 @@
"schema_version": {
"const": 2,
"description": "The overall schema version",
"title": "Schema Version"
"enum": [
2
],
"title": "Schema Version",
"type": "integer"
},
"description": {
"anyOf": [
Expand Down
24 changes: 20 additions & 4 deletions _downloads/e89659dda31baff2c9874440bdcad118/schemav1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"properties": {
"nodetype": {
"const": "binning",
"title": "Nodetype"
"enum": [
"binning"
],
"title": "Nodetype",
"type": "string"
},
"edges": {
"items": {
Expand Down Expand Up @@ -51,7 +55,11 @@
"properties": {
"nodetype": {
"const": "category",
"title": "Nodetype"
"enum": [
"category"
],
"title": "Nodetype",
"type": "string"
},
"keys": {
"items": {
Expand Down Expand Up @@ -200,7 +208,11 @@
"properties": {
"nodetype": {
"const": "multibinning",
"title": "Nodetype"
"enum": [
"multibinning"
],
"title": "Nodetype",
"type": "string"
},
"edges": {
"items": {
Expand Down Expand Up @@ -285,7 +297,11 @@
"properties": {
"schema_version": {
"const": 1,
"title": "Schema Version"
"enum": [
1
],
"title": "Schema Version",
"type": "integer"
},
"corrections": {
"items": {
Expand Down
2 changes: 1 addition & 1 deletion _generated/correctionlib._core.CompoundCorrection.html
Original file line number Diff line number Diff line change
Expand Up @@ -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=5929fcd5"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
<script src="../_static/js/theme.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion _generated/correctionlib._core.Correction.html
Original file line number Diff line number Diff line change
Expand Up @@ -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=5929fcd5"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
<script src="../_static/js/theme.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion _generated/correctionlib._core.CorrectionSet.html
Original file line number Diff line number Diff line change
Expand Up @@ -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=5929fcd5"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
<script src="../_static/js/theme.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion _generated/correctionlib._core.Variable.html
Original file line number Diff line number Diff line change
Expand Up @@ -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=5929fcd5"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
<script src="../_static/js/theme.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion _generated/correctionlib.convert.from_histogram.html
Original file line number Diff line number Diff line change
Expand Up @@ -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=5929fcd5"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
<script src="../_static/js/theme.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion _generated/correctionlib.convert.from_uproot_THx.html
Original file line number Diff line number Diff line change
Expand Up @@ -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=5929fcd5"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
<script src="../_static/js/theme.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion _generated/correctionlib.convert.ndpolyfit.html
Original file line number Diff line number Diff line change
Expand Up @@ -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=5929fcd5"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
<script src="../_static/js/theme.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion _generated/correctionlib.highlevel.Correction.html
Original file line number Diff line number Diff line change
Expand Up @@ -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=5929fcd5"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
<script src="../_static/js/theme.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion _generated/correctionlib.highlevel.CorrectionSet.html
Original file line number Diff line number Diff line change
Expand Up @@ -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=5929fcd5"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
<script src="../_static/js/theme.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion _static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
2 changes: 1 addition & 1 deletion _static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Base JavaScript utilities for all Sphinx HTML documentation.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
4 changes: 2 additions & 2 deletions _static/language_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
* This script contains the language-specific data used by searchtools.js,
* namely the list of stopwords, stemmer, scorer and splitter.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/

var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];


/* Non-minified version is copied as a separate JS file, is available */
/* Non-minified version is copied as a separate JS file, if available */

/**
* Porter Stemmer
Expand Down
Loading

0 comments on commit a12532f

Please sign in to comment.