Skip to content

Commit b4a87a7

Browse files
committed
Deployed 35f26a6 to 0.2 with MkDocs 1.6.1 and mike 2.1.3
1 parent 35f26a6 commit b4a87a7

File tree

26 files changed

+520
-345
lines changed

26 files changed

+520
-345
lines changed

0.2/404.html

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

0.2/api/element_moseq/moseq_infer/index.html

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

0.2/api/element_moseq/moseq_train/index.html

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

0.2/api/element_moseq/readers/kpms_reader/index.html

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

0.2/api/navigation/index.html

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

0.2/assets/_mkdocstrings.css

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,20 +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+
2940
/* Backward-compatibility: docstring section titles in bold. */
3041
.doc-section-title {
3142
font-weight: bold;
3243
}
3344

3445
/* Symbols in Navigation and ToC. */
35-
:root,
46+
:root, :host,
3647
[data-md-color-scheme="default"] {
48+
--doc-symbol-parameter-fg-color: #df50af;
3749
--doc-symbol-attribute-fg-color: #953800;
3850
--doc-symbol-function-fg-color: #8250df;
3951
--doc-symbol-method-fg-color: #8250df;
4052
--doc-symbol-class-fg-color: #0550ae;
4153
--doc-symbol-module-fg-color: #5cad0f;
4254

55+
--doc-symbol-parameter-bg-color: #df50af1a;
4356
--doc-symbol-attribute-bg-color: #9538001a;
4457
--doc-symbol-function-bg-color: #8250df1a;
4558
--doc-symbol-method-bg-color: #8250df1a;
@@ -48,12 +61,14 @@
4861
}
4962

5063
[data-md-color-scheme="slate"] {
64+
--doc-symbol-parameter-fg-color: #ffa8cc;
5165
--doc-symbol-attribute-fg-color: #ffa657;
5266
--doc-symbol-function-fg-color: #d2a8ff;
5367
--doc-symbol-method-fg-color: #d2a8ff;
5468
--doc-symbol-class-fg-color: #79c0ff;
5569
--doc-symbol-module-fg-color: #baff79;
5670

71+
--doc-symbol-parameter-bg-color: #ffa8cc1a;
5772
--doc-symbol-attribute-bg-color: #ffa6571a;
5873
--doc-symbol-function-bg-color: #d2a8ff1a;
5974
--doc-symbol-method-bg-color: #d2a8ff1a;
@@ -68,6 +83,15 @@ code.doc-symbol {
6883
font-weight: bold;
6984
}
7085

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+
7195
code.doc-symbol-attribute {
7296
color: var(--doc-symbol-attribute-fg-color);
7397
background-color: var(--doc-symbol-attribute-bg-color);

0.2/assets/javascripts/bundle.56dfad97.min.js

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

0.2/assets/javascripts/bundle.60a45f97.min.js

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

0.2/assets/javascripts/bundle.56dfad97.min.js.map renamed to 0.2/assets/javascripts/bundle.60a45f97.min.js.map

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

0.2/assets/javascripts/workers/search.07f07601.min.js renamed to 0.2/assets/javascripts/workers/search.f8cc74c7.min.js

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

0 commit comments

Comments
 (0)