Skip to content

Commit c3271dc

Browse files
Deployed 895ad7c to v0.3 with MkDocs 1.6.1 and mike 2.1.3
1 parent 01aa088 commit c3271dc

28 files changed

+6107
-882
lines changed

v0.3/404.html

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

v0.3/CONTRIBUTING/index.html

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

v0.3/SUMMARY/index.html

Lines changed: 78 additions & 21 deletions
Large diffs are not rendered by default.
-3.31 KB
Binary file not shown.

v0.3/_scripts/macros.py

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

v0.3/assets/_mkdocstrings.css

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,28 @@
4242
font-weight: bold;
4343
}
4444

45+
/* Backlinks crumb separator. */
46+
.doc-backlink-crumb {
47+
display: inline-flex;
48+
gap: .2rem;
49+
white-space: nowrap;
50+
align-items: center;
51+
vertical-align: middle;
52+
}
53+
.doc-backlink-crumb:not(:first-child)::before {
54+
background-color: var(--md-default-fg-color--lighter);
55+
content: "";
56+
display: inline;
57+
height: 1rem;
58+
--md-path-icon: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.58 13.17 12 8.59 7.41 10 6l6 6-6 6z"/></svg>');
59+
-webkit-mask-image: var(--md-path-icon);
60+
mask-image: var(--md-path-icon);
61+
width: 1rem;
62+
}
63+
.doc-backlink-crumb.last {
64+
font-weight: bold;
65+
}
66+
4567
/* Symbols in Navigation and ToC. */
4668
:root, :host,
4769
[data-md-color-scheme="default"] {
@@ -83,7 +105,8 @@ code.doc-symbol {
83105
font-weight: bold;
84106
}
85107

86-
code.doc-symbol-parameter {
108+
code.doc-symbol-parameter,
109+
a code.doc-symbol-parameter {
87110
color: var(--doc-symbol-parameter-fg-color);
88111
background-color: var(--doc-symbol-parameter-bg-color);
89112
}
@@ -92,7 +115,8 @@ code.doc-symbol-parameter::after {
92115
content: "param";
93116
}
94117

95-
code.doc-symbol-attribute {
118+
code.doc-symbol-attribute,
119+
a code.doc-symbol-attribute {
96120
color: var(--doc-symbol-attribute-fg-color);
97121
background-color: var(--doc-symbol-attribute-bg-color);
98122
}
@@ -101,7 +125,8 @@ code.doc-symbol-attribute::after {
101125
content: "attr";
102126
}
103127

104-
code.doc-symbol-function {
128+
code.doc-symbol-function,
129+
a code.doc-symbol-function {
105130
color: var(--doc-symbol-function-fg-color);
106131
background-color: var(--doc-symbol-function-bg-color);
107132
}
@@ -110,7 +135,8 @@ code.doc-symbol-function::after {
110135
content: "func";
111136
}
112137

113-
code.doc-symbol-method {
138+
code.doc-symbol-method,
139+
a code.doc-symbol-method {
114140
color: var(--doc-symbol-method-fg-color);
115141
background-color: var(--doc-symbol-method-bg-color);
116142
}
@@ -119,7 +145,8 @@ code.doc-symbol-method::after {
119145
content: "meth";
120146
}
121147

122-
code.doc-symbol-class {
148+
code.doc-symbol-class,
149+
a code.doc-symbol-class {
123150
color: var(--doc-symbol-class-fg-color);
124151
background-color: var(--doc-symbol-class-bg-color);
125152
}
@@ -128,7 +155,8 @@ code.doc-symbol-class::after {
128155
content: "class";
129156
}
130157

131-
code.doc-symbol-module {
158+
code.doc-symbol-module,
159+
a code.doc-symbol-module {
132160
color: var(--doc-symbol-module-fg-color);
133161
background-color: var(--doc-symbol-module-bg-color);
134162
}

v0.3/assets/javascripts/bundle.83f73b43.min.js

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

v0.3/assets/javascripts/bundle.83f73b43.min.js.map

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

v0.3/assets/javascripts/bundle.c8b220af.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.

v0.3/assets/javascripts/bundle.c8b220af.min.js.map

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

0 commit comments

Comments
 (0)