-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 28bea84 with MkDocs version: 1.6.1
- Loading branch information
Unknown
committed
Sep 22, 2024
0 parents
commit 2c3592f
Showing
622 changed files
with
1,528,184 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,151 @@ | ||
/* This style sheet is from the excellent seaborn library: */ | ||
/* https://seaborn.pydata.org (https://github.com/mwaskom/seaborn) */ | ||
|
||
body { color: #444444 !important; } | ||
|
||
h1 { font-size: 40px !important; } | ||
h2 { font-size: 32px !important; } | ||
h3 { font-size: 24px !important; } | ||
h4 { font-size: 18px !important; } | ||
h5 { font-size: 14px !important; } | ||
h6 { font-size: 10px !important; } | ||
|
||
footer a{ | ||
|
||
color: #4c72b0 !important; | ||
} | ||
a.reference { | ||
color: #4c72b0 !important; | ||
} | ||
|
||
blockquote p { | ||
font-size: 14px !important; | ||
} | ||
|
||
blockquote { | ||
padding-top: 4px !important; | ||
padding-bottom: 4px !important; | ||
margin: 0 0 0px !important; | ||
} | ||
|
||
pre { | ||
background-color: #f6f6f9 !important; | ||
width: 90% !important; | ||
padding-top: 4px !important; | ||
padding-bottom: 4px !important; | ||
} | ||
|
||
code { | ||
color: #49759c !important; | ||
background-color: #ffffff !important; | ||
} | ||
|
||
code.descclassname { | ||
padding-right: 0px !important; | ||
} | ||
|
||
code.descname { | ||
padding-left: 0px !important; | ||
} | ||
|
||
dt:target, span.highlighted { | ||
background-color: #ffffff !important; | ||
} | ||
|
||
ul { | ||
padding-left: 20px !important; | ||
} | ||
|
||
ul.dropdown-menu { | ||
padding-left: 0px !important; | ||
} | ||
|
||
.alert-info { | ||
background-color: #adb8cb !important; | ||
border-color: #adb8cb !important; | ||
color: #2c3e50 !important; | ||
} | ||
|
||
.topic { | ||
background-color: #e8e8e8 !important; | ||
border-color: #e8e8e8 !important; | ||
color: #444444 !important; | ||
border-radius: 5px !important; | ||
} | ||
|
||
.panel-title{ | ||
background-color: #adb8cb !important; | ||
} | ||
|
||
.panel-heading{ | ||
background-color: #adb8cb !important; | ||
} | ||
|
||
.alert-danger { | ||
color: #444444; | ||
background-color: #ce9f9f !important; | ||
border-color: #ce9f9f !important; | ||
} | ||
|
||
.alert-trim { | ||
display: block !important; | ||
/*width: 50%; */ | ||
} | ||
|
||
.red { | ||
color: #C0392B !important; | ||
font-weight: bold !important; | ||
} | ||
|
||
/* From https://github.com/twbs/bootstrap/issues/1768 */ | ||
*[id]:before { | ||
display: block; | ||
content: " "; | ||
margin-top: -75px; | ||
height: 75px; | ||
visibility: hidden; | ||
} | ||
|
||
table { | ||
/*Uncomment to center tables horizontally*/ | ||
/* margin-left: auto; */ | ||
/* margin-right: auto; */ | ||
border: none; | ||
border-collapse: collapse; | ||
border-spacing: 0; | ||
font-size: 12px; | ||
/*table-layout: fixed;*/ | ||
} | ||
|
||
thead { | ||
border-bottom: 1px solid; | ||
vertical-align: bottom; | ||
} | ||
|
||
tr, th, td { | ||
text-align: left; | ||
vertical-align: middle; | ||
padding: 0.5em 0.5em; | ||
line-height: normal; | ||
white-space: normal; | ||
max-width: none; | ||
border: none; | ||
} | ||
|
||
th { | ||
font-weight: bold; | ||
} | ||
|
||
tbody tr:nth-child(odd) { | ||
background: #f5f5f5; | ||
} | ||
|
||
tbody tr:hover { | ||
background: rgba(66, 165, 245, 0.2); | ||
} | ||
|
||
/* This prevents default style limit max width*/ | ||
div.body { | ||
min-width: 450px; | ||
max-width: 1200px !important; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
/* From https://github.com/twbs/bootstrap/issues/1768 */ | ||
*[id]:before { | ||
display: block; | ||
content: " "; | ||
margin-top: -75px; | ||
height: 75px; | ||
visibility: hidden; | ||
} | ||
|
||
table { | ||
/*Uncomment to center tables horizontally*/ | ||
/* margin-left: auto; */ | ||
/* margin-right: auto; */ | ||
border: none; | ||
border-collapse: collapse; | ||
border-spacing: 0; | ||
font-size: 14px; | ||
/*table-layout: fixed;*/ | ||
} | ||
|
||
thead { | ||
border-bottom: 1px solid; | ||
vertical-align: bottom; | ||
} | ||
|
||
tr, th, td { | ||
text-align: left; | ||
vertical-align: middle; | ||
padding: 0.5em 0.5em; | ||
line-height: normal; | ||
white-space: normal; | ||
max-width: none; | ||
border: none; | ||
} | ||
|
||
th { | ||
font-weight: bold; | ||
} | ||
|
||
tbody tr:nth-child(odd) { | ||
background: rgb(50, 50, 50); | ||
} | ||
|
||
tbody tr:hover { | ||
background: rgba(66, 165, 245, 0.2); | ||
} | ||
|
||
/* This prevents default style limit max width*/ | ||
div.body { | ||
min-width: 450px; | ||
max-width: 1200px !important; | ||
} | ||
|
||
ul { | ||
padding-left: 20px !important; | ||
} | ||
|
||
ul.dropdown-menu { | ||
padding-left: 0px !important; | ||
} | ||
|
||
blockquote p { | ||
font-size: 14px !important; | ||
} | ||
|
||
blockquote { | ||
padding-top: 4px !important; | ||
padding-bottom: 4px !important; | ||
margin: 0 0 0px !important; | ||
} | ||
|
||
pre { | ||
background-color: rgb(180, 180, 180) !important; | ||
width: 90% !important; | ||
padding-top: 4px !important; | ||
padding-bottom: 4px !important; | ||
} | ||
|
||
dt:target, span.highlighted { | ||
background-color: rgb(100, 100, 100); | ||
} | ||
|
||
code { | ||
background-color: rgb(200, 200, 200) !important; | ||
} | ||
|
||
:root { | ||
--sd-color-card-header: rgb(70, 70, 70); | ||
--sd-color-card-background: rgb(40, 40, 40); | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
html[data-theme="light"] { | ||
@import "https://cdn.jsdelivr.net/npm/[email protected]/tomorrow.css" | ||
} | ||
|
||
html[data-theme="dark"] { | ||
@import "https://cdn.jsdelivr.net/npm/[email protected]/tomorrow-night-blue.min.css" | ||
} | ||
|
||
|
||
.ace_gutter { | ||
z-index: 1; | ||
} | ||
|
||
.pyodide-editor { | ||
width: 100%; | ||
min-height: 200px; | ||
max-height: 400px; | ||
font-size: .85em; | ||
} | ||
|
||
.pyodide-editor-bar { | ||
color: var(--md-primary-bg-color); | ||
background-color: var(--md-primary-fg-color); | ||
width: 100%; | ||
font: monospace; | ||
font-size: 0.75em; | ||
padding: 2px 0 2px; | ||
} | ||
|
||
.pyodide-bar-item { | ||
padding: 0 18px 0; | ||
display: inline-block; | ||
width: 50%; | ||
} | ||
|
||
.pyodide pre { | ||
margin: 0; | ||
} | ||
|
||
.pyodide-output { | ||
width: 100%; | ||
margin-bottom: -15px; | ||
min-height: 46px; | ||
max-height: 400px | ||
} | ||
|
||
.pyodide-clickable { | ||
cursor: pointer; | ||
text-align: right; | ||
} |
Oops, something went wrong.