Skip to content

Commit 4ae8288

Browse files
author
Documenter.jl
committed
delete history
0 parents  commit 4ae8288

File tree

2,607 files changed

+524406
-0
lines changed

Some content is hidden

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

2,607 files changed

+524406
-0
lines changed

dev/.documenter-siteinfo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"documenter":{"julia_version":"1.12.3","generation_timestamp":"2025-12-16T20:08:08","documenter_version":"1.16.1"}}

dev/assets/README_ising_finite.png

16.2 KB
Loading
15.8 KB
Loading
1.09 KB
Loading

dev/assets/custom.css

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
/* set fixed non-trivial inversion and hue rotation */
2+
:root {
3+
--inversionFraction: 100%;
4+
--hueRotation: -180deg;
5+
}
6+
7+
/* color-invert images */
8+
.color-invertible {
9+
filter: invert(var(--inversionFraction)) hue-rotate(var(--hueRotation)) !important;
10+
-ms-filter: invert(var(--inversionFraction)) !important;
11+
-webkit-filter: invert(var(--inversionFraction)) hue-rotate(var(--hueRotation)) !important;
12+
}
13+
/* including the logo */
14+
.docs-logo {
15+
filter: invert(var(--inversionFraction)) hue-rotate(var(--hueRotation)) !important;
16+
-ms-filter: invert(var(--inversionFraction)) !important;
17+
-webkit-filter: invert(var(--inversionFraction)) hue-rotate(var(--hueRotation)) !important;
18+
}
19+
20+
21+
/* but disable for the two light themes */
22+
.theme--documenter-light .color-invertible {
23+
filter: invert(0%) hue-rotate(0deg) !important;
24+
-ms-filter: invert(var(0%)) !important;
25+
-webkit-filter: invert(var(0%)) hue-rotate(0deg) !important;
26+
}
27+
.theme--catppuccin-latte .color-invertible {
28+
filter: invert(0%) hue-rotate(0deg) !important;
29+
-ms-filter: invert(var(0%)) !important;
30+
-webkit-filter: invert(var(0%)) hue-rotate(0deg) !important;
31+
}
32+
/* for the logo as well */
33+
.theme--documenter-light .docs-logo {
34+
filter: invert(0%) hue-rotate(0deg) !important;
35+
-ms-filter: invert(var(0%)) !important;
36+
-webkit-filter: invert(var(0%)) hue-rotate(0deg) !important;
37+
}
38+
.theme--catppuccin-latte .docs-logo {
39+
filter: invert(0%) hue-rotate(0deg) !important;
40+
-ms-filter: invert(var(0%)) !important;
41+
-webkit-filter: invert(var(0%)) hue-rotate(0deg) !important;
42+
}

0 commit comments

Comments
 (0)