Skip to content

Commit

Permalink
GHA modification; site changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AFg6K7h4fhy2 committed Mar 25, 2024
1 parent a69cffe commit 543428d
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 12 deletions.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/build/html/.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: 901af503b84dff1464beaf13282c3a02 <!-- pragma: allowlist secret -->
tags: 645f666f9bcd5a90fca523b33c5a78b7 <!-- pragma: allowlist secret -->
config: 901af503b84dff1464beaf13282c3a02
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion docs/build/html/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -922,4 +922,4 @@ div.math:hover a.headerlink {
#top-link {
display: none;
}
}
}
2 changes: 1 addition & 1 deletion docs/build/html/_static/classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,4 @@ div.viewcode-block:target {
div.code-block-caption {
color: #efefef;
background-color: #1c4e63;
}
}
2 changes: 1 addition & 1 deletion docs/build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ const DOCUMENTATION_OPTIONS = {
NAVIGATION_WITH_KEYS: false,
SHOW_SEARCH_SUMMARY: true,
ENABLE_SEARCH_SHORTCUTS: true,
};
};
3 changes: 2 additions & 1 deletion docs/build/html/_static/language_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ var Stemmer = function() {
}

// Step 4
re = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|meant|ent|ou|ism|ate|iti|ous|ive|ize)$/;
re = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/;
re2 = /^(.+?)(s|t)(ion)$/;
if (re.test(w)) {
var fp = re.exec(w);
Expand Down Expand Up @@ -196,3 +196,4 @@ var Stemmer = function() {
return w;
}
}

2 changes: 1 addition & 1 deletion docs/build/html/_static/pygments.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
.highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */
.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */
.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */
8 changes: 4 additions & 4 deletions docs/build/html/_static/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
*/

const initialiseSidebar = () => {




// global elements used by the functions.
const bodyWrapper = document.getElementsByClassName("bodywrapper")[0]
Expand Down Expand Up @@ -67,4 +67,4 @@ const initialiseSidebar = () => {
}

if (document.readyState !== "loading") initialiseSidebar()
else document.addEventListener("DOMContentLoaded", initialiseSidebar)
else document.addEventListener("DOMContentLoaded", initialiseSidebar)
2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 543428d

Please sign in to comment.