Skip to content

Commit 3e03ff4

Browse files
committed
fd-update
1 parent a3ef66a commit 3e03ff4

35 files changed

+1
-1
lines changed
-6 Bytes
Binary file not shown.
1 Byte
Binary file not shown.

__site/__generated/A-ensembles.tar.gz

-1 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

__site/__generated/A-stacking.tar.gz

-1 Bytes
Binary file not shown.
1 Byte
Binary file not shown.
1 Byte
Binary file not shown.
1 Byte
Binary file not shown.

__site/__generated/D0-loading.tar.gz

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

__site/__generated/D0-scitype.tar.gz

-1 Bytes
Binary file not shown.

__site/__generated/EX-AMES.tar.gz

-1 Bytes
Binary file not shown.

__site/__generated/EX-GLM.tar.gz

0 Bytes
Binary file not shown.

__site/__generated/EX-airfoil.tar.gz

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.

__site/__generated/EX-horse.tar.gz

-1 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

__site/__generated/EX-powergen.tar.gz

-1 Bytes
Binary file not shown.

__site/__generated/EX-telco.tar.gz

-2 Bytes
Binary file not shown.

__site/__generated/EX-wine.tar.gz

-1 Bytes
Binary file not shown.

__site/__generated/ISL-lab-10.tar.gz

-1 Bytes
Binary file not shown.

__site/__generated/ISL-lab-2.tar.gz

-1 Bytes
Binary file not shown.

__site/__generated/ISL-lab-3.tar.gz

-1 Bytes
Binary file not shown.

__site/__generated/ISL-lab-4.tar.gz

-2 Bytes
Binary file not shown.

__site/__generated/ISL-lab-5.tar.gz

0 Bytes
Binary file not shown.

__site/__generated/ISL-lab-6b.tar.gz

-1 Bytes
Binary file not shown.

__site/__generated/ISL-lab-8.tar.gz

-1 Bytes
Binary file not shown.

__site/__generated/ISL-lab-9.tar.gz

0 Bytes
Binary file not shown.

__site/libs/collapse/collapse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
let isHosted = window.location.origin.includes("github.io");
55
// accordingly get icons
66
const rightIcon = (isHosted) ? origin + "/DataScienceTutorials.jl" + "/assets/right-icon.svg" : "/assets/right-icon.svg";
7-
const downIcon = (isHosted) ? origin + "/DataScienceTutorials.jl" + "/assets/left-icon.svg" : "/assets/down-icon.svg";
7+
const downIcon = (isHosted) ? origin + "/DataScienceTutorials.jl" + "/assets/down-icon.svg" : "/assets/down-icon.svg";
88

99
document.addEventListener("DOMContentLoaded", function () {
1010
var filename = window.location.pathname;

0 commit comments

Comments
 (0)