Skip to content

Commit e2f99fb

Browse files
committed
Deployed e1eb99c with MkDocs version: 1.6.1
1 parent 1159017 commit e2f99fb

File tree

91 files changed

+6494
-6580
lines changed

Some content is hidden

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

91 files changed

+6494
-6580
lines changed

404.html

+1-1
Large diffs are not rendered by default.

assets/_markdown_exec_ansi.css

-266
This file was deleted.

assets/_markdown_exec_pyodide.css

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ html[data-theme="dark"] {
4040
.pyodide-output {
4141
width: 100%;
4242
margin-bottom: -15px;
43+
min-height: 46px;
4344
max-height: 400px
4445
}
4546

assets/_mkdocstrings.css

+36-2
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,33 @@
2626
float: right;
2727
}
2828

29+
/* Parameter headings must be inline, not blocks. */
30+
.doc-heading-parameter {
31+
display: inline;
32+
}
33+
34+
/* Prefer space on the right, not the left of parameter permalinks. */
35+
.doc-heading-parameter .headerlink {
36+
margin-left: 0 !important;
37+
margin-right: 0.2rem;
38+
}
39+
40+
/* Backward-compatibility: docstring section titles in bold. */
41+
.doc-section-title {
42+
font-weight: bold;
43+
}
44+
2945
/* Symbols in Navigation and ToC. */
30-
:root,
46+
:root, :host,
3147
[data-md-color-scheme="default"] {
48+
--doc-symbol-parameter-fg-color: #df50af;
3249
--doc-symbol-attribute-fg-color: #953800;
3350
--doc-symbol-function-fg-color: #8250df;
3451
--doc-symbol-method-fg-color: #8250df;
3552
--doc-symbol-class-fg-color: #0550ae;
3653
--doc-symbol-module-fg-color: #5cad0f;
3754

55+
--doc-symbol-parameter-bg-color: #df50af1a;
3856
--doc-symbol-attribute-bg-color: #9538001a;
3957
--doc-symbol-function-bg-color: #8250df1a;
4058
--doc-symbol-method-bg-color: #8250df1a;
@@ -43,12 +61,14 @@
4361
}
4462

4563
[data-md-color-scheme="slate"] {
64+
--doc-symbol-parameter-fg-color: #ffa8cc;
4665
--doc-symbol-attribute-fg-color: #ffa657;
4766
--doc-symbol-function-fg-color: #d2a8ff;
4867
--doc-symbol-method-fg-color: #d2a8ff;
4968
--doc-symbol-class-fg-color: #79c0ff;
5069
--doc-symbol-module-fg-color: #baff79;
5170

71+
--doc-symbol-parameter-bg-color: #ffa8cc1a;
5272
--doc-symbol-attribute-bg-color: #ffa6571a;
5373
--doc-symbol-function-bg-color: #d2a8ff1a;
5474
--doc-symbol-method-bg-color: #d2a8ff1a;
@@ -63,6 +83,15 @@ code.doc-symbol {
6383
font-weight: bold;
6484
}
6585

86+
code.doc-symbol-parameter {
87+
color: var(--doc-symbol-parameter-fg-color);
88+
background-color: var(--doc-symbol-parameter-bg-color);
89+
}
90+
91+
code.doc-symbol-parameter::after {
92+
content: "param";
93+
}
94+
6695
code.doc-symbol-attribute {
6796
color: var(--doc-symbol-attribute-fg-color);
6897
background-color: var(--doc-symbol-attribute-bg-color);
@@ -106,4 +135,9 @@ code.doc-symbol-module {
106135

107136
code.doc-symbol-module::after {
108137
content: "mod";
109-
}
138+
}
139+
140+
.doc-signature .autorefs {
141+
color: inherit;
142+
border-bottom: 1px dotted currentcolor;
143+
}

assets/javascripts/bundle.aa9eae41.min.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/bundle.d7e51e09.min.js

-3
This file was deleted.

0 commit comments

Comments
 (0)