Skip to content

Commit 8ca7731

Browse files
committed
Deployed b8ddf8e with MkDocs version: 1.5.3
0 parents  commit 8ca7731

Some content is hidden

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

76 files changed

+121047
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 481 additions & 0 deletions
Large diffs are not rendered by default.

analysis.html

Lines changed: 4893 additions & 0 deletions
Large diffs are not rendered by default.

analysisBase.html

Lines changed: 162 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
2+
3+
<!DOCTYPE html>
4+
<html lang="en">
5+
<head>
6+
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Overpass:300,400,600,800">
7+
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
8+
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
9+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
10+
<link rel="stylesheet" type="text/css" href="schema_doc.css">
11+
<script src="https://use.fontawesome.com/facf9fa52c.js"></script>
12+
<script src="schema_doc.min.js"></script>
13+
<meta charset="utf-8"/>
14+
15+
16+
<title>analysisBase</title>
17+
</head>
18+
<body onload="anchorOnLoad();" id="root">
19+
20+
<div class="breadcrumbs"></div> <h1>analysisBase</h1><span class="badge badge-dark value-type">Type: object</span><br/>
21+
22+
23+
24+
25+
26+
27+
28+
<div class="accordion" id="accordionname">
29+
<div class="card">
30+
<div class="card-header" id="headingname">
31+
<h2 class="mb-0">
32+
<button class="btn btn-link property-name-button" type="button" data-toggle="collapse" data-target="#name"
33+
aria-expanded="" aria-controls="name" onclick="setAnchor('#name')"><span class="property-name">name</span></button>
34+
</h2>
35+
</div>
36+
37+
<div id="name"
38+
class="collapse property-definition-div" aria-labelledby="headingname"
39+
data-parent="#accordionname">
40+
<div class="card-body pl-5">
41+
42+
<div class="breadcrumbs">root
43+
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right-short" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
44+
<path
45+
fill-rule="evenodd"
46+
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
47+
/>
48+
</svg>
49+
<a href="#name" onclick="anchorLink('name')">name</a></div><span class="badge badge-dark value-type">Type: string</span><br/>
50+
<span class="description"><p>A name of the contrast being performed.</p>
51+
</span>
52+
53+
54+
55+
56+
57+
58+
</div>
59+
</div>
60+
</div>
61+
</div>
62+
<div class="accordion" id="accordiondescription">
63+
<div class="card">
64+
<div class="card-header" id="headingdescription">
65+
<h2 class="mb-0">
66+
<button class="btn btn-link property-name-button" type="button" data-toggle="collapse" data-target="#description"
67+
aria-expanded="" aria-controls="description" onclick="setAnchor('#description')"><span class="property-name">description</span></button>
68+
</h2>
69+
</div>
70+
71+
<div id="description"
72+
class="collapse property-definition-div" aria-labelledby="headingdescription"
73+
data-parent="#accordiondescription">
74+
<div class="card-body pl-5">
75+
76+
<div class="breadcrumbs">root
77+
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right-short" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
78+
<path
79+
fill-rule="evenodd"
80+
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
81+
/>
82+
</svg>
83+
<a href="#description" onclick="anchorLink('description')">description</a></div><span class="badge badge-dark value-type">Type: string</span><br/>
84+
<span class="description"><p>A long form description of how the contrast was performed</p>
85+
</span>
86+
87+
88+
89+
90+
91+
92+
</div>
93+
</div>
94+
</div>
95+
</div>
96+
<div class="accordion" id="accordionweights">
97+
<div class="card">
98+
<div class="card-header" id="headingweights">
99+
<h2 class="mb-0">
100+
<button class="btn btn-link property-name-button" type="button" data-toggle="collapse" data-target="#weights"
101+
aria-expanded="" aria-controls="weights" onclick="setAnchor('#weights')"><span class="property-name">weights</span></button>
102+
</h2>
103+
</div>
104+
105+
<div id="weights"
106+
class="collapse property-definition-div" aria-labelledby="headingweights"
107+
data-parent="#accordionweights">
108+
<div class="card-body pl-5">
109+
110+
<div class="breadcrumbs">root
111+
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right-short" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
112+
<path
113+
fill-rule="evenodd"
114+
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
115+
/>
116+
</svg>
117+
<a href="#weights" onclick="anchorLink('weights')">weights</a></div><span class="badge badge-dark value-type">Type: array of number</span><br/>
118+
<span class="description"><p>Weight applied to each condition, must be the same length as the conditions attribute.</p>
119+
</span>
120+
121+
122+
123+
124+
125+
<span class="badge badge-info no-additional">No Additional Items</span><h4>Each item of this array must be:</h4>
126+
<div class="card">
127+
<div class="card-body items-definition" id="weights_items">
128+
129+
130+
<div class="breadcrumbs">root
131+
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right-short" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
132+
<path
133+
fill-rule="evenodd"
134+
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
135+
/>
136+
</svg>
137+
<a href="#weights" onclick="anchorLink('weights')">weights</a>
138+
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right-short" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
139+
<path
140+
fill-rule="evenodd"
141+
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
142+
/>
143+
</svg>
144+
<a href="#weights_items" onclick="anchorLink('weights_items')">weights items</a></div><span class="badge badge-dark value-type">Type: number</span><br/>
145+
146+
147+
148+
149+
150+
151+
152+
</div>
153+
</div>
154+
</div>
155+
</div>
156+
</div>
157+
</div>
158+
159+
<footer>
160+
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2025-07-29 at 01:49:23 +0000</p>
161+
</footer></body>
162+
</html>

0 commit comments

Comments
 (0)