Skip to content

Commit 0712ecf

Browse files
committed
Deployed 6151aac with MkDocs version: 1.5.3
1 parent 22dfa4c commit 0712ecf

32 files changed

Lines changed: 1742 additions & 55 deletions

404.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

assets/_mkdocstrings.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,28 @@
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+
2940
/* Symbols in Navigation and ToC. */
3041
:root,
3142
[data-md-color-scheme="default"] {
43+
--doc-symbol-parameter-fg-color: #df50af;
3244
--doc-symbol-attribute-fg-color: #953800;
3345
--doc-symbol-function-fg-color: #8250df;
3446
--doc-symbol-method-fg-color: #8250df;
3547
--doc-symbol-class-fg-color: #0550ae;
3648
--doc-symbol-module-fg-color: #5cad0f;
3749

50+
--doc-symbol-parameter-bg-color: #df50af1a;
3851
--doc-symbol-attribute-bg-color: #9538001a;
3952
--doc-symbol-function-bg-color: #8250df1a;
4053
--doc-symbol-method-bg-color: #8250df1a;
@@ -43,12 +56,14 @@
4356
}
4457

4558
[data-md-color-scheme="slate"] {
59+
--doc-symbol-parameter-fg-color: #ffa8cc;
4660
--doc-symbol-attribute-fg-color: #ffa657;
4761
--doc-symbol-function-fg-color: #d2a8ff;
4862
--doc-symbol-method-fg-color: #d2a8ff;
4963
--doc-symbol-class-fg-color: #79c0ff;
5064
--doc-symbol-module-fg-color: #baff79;
5165

66+
--doc-symbol-parameter-bg-color: #ffa8cc1a;
5267
--doc-symbol-attribute-bg-color: #ffa6571a;
5368
--doc-symbol-function-bg-color: #d2a8ff1a;
5469
--doc-symbol-method-bg-color: #d2a8ff1a;
@@ -63,6 +78,15 @@ code.doc-symbol {
6378
font-weight: bold;
6479
}
6580

81+
code.doc-symbol-parameter {
82+
color: var(--doc-symbol-parameter-fg-color);
83+
background-color: var(--doc-symbol-parameter-bg-color);
84+
}
85+
86+
code.doc-symbol-parameter::after {
87+
content: "param";
88+
}
89+
6690
code.doc-symbol-attribute {
6791
color: var(--doc-symbol-attribute-fg-color);
6892
background-color: var(--doc-symbol-attribute-bg-color);

assets/javascripts/bundle.8e8db93a.min.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

assets/javascripts/bundle.a255a381.min.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/stylesheets/main.003a5498.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/stylesheets/main.67c3bdf0.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

code_of_conduct/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

contributing/index.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)