Skip to content

Commit 971641b

Browse files
committed
Deployed 2be445f with MkDocs version: 1.6.1
1 parent 558d304 commit 971641b

File tree

45 files changed

+5141
-1275
lines changed

Some content is hidden

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

45 files changed

+5141
-1275
lines changed

404.html

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

assets/_mkdocstrings.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
display: inline;
1111
}
1212

13+
/* No text transformation from Material for MkDocs for H5 headings. */
14+
.md-typeset h5 .doc-object-name {
15+
text-transform: none;
16+
}
17+
1318
/* Max width for docstring sections tables. */
1419
.doc .md-typeset__table,
1520
.doc .md-typeset__table table {
@@ -31,6 +36,11 @@
3136
display: inline;
3237
}
3338

39+
/* Default font size for parameter headings. */
40+
.md-typeset .doc-heading-parameter {
41+
font-size: inherit;
42+
}
43+
3444
/* Prefer space on the right, not the left of parameter permalinks. */
3545
.doc-heading-parameter .headerlink {
3646
margin-left: 0 !important;
@@ -169,3 +179,27 @@ code.doc-symbol-module::after {
169179
color: inherit;
170180
border-bottom: 1px dotted currentcolor;
171181
}
182+
183+
/* Source code blocks (admonitions). */
184+
:root {
185+
--md-admonition-icon--mkdocstrings-source: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.22 4.97a.75.75 0 0 1 1.06 0l6.5 6.5a.75.75 0 0 1 0 1.06l-6.5 6.5a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734L21.19 12l-5.97-5.97a.75.75 0 0 1 0-1.06m-6.44 0a.75.75 0 0 1 0 1.06L2.81 12l5.97 5.97a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215l-6.5-6.5a.75.75 0 0 1 0-1.06l6.5-6.5a.75.75 0 0 1 1.06 0"/></svg>')
186+
}
187+
.md-typeset .admonition.mkdocstrings-source,
188+
.md-typeset details.mkdocstrings-source {
189+
border: none;
190+
padding: 0;
191+
}
192+
.md-typeset .admonition.mkdocstrings-source:focus-within,
193+
.md-typeset details.mkdocstrings-source:focus-within {
194+
box-shadow: none;
195+
}
196+
.md-typeset .mkdocstrings-source > .admonition-title,
197+
.md-typeset .mkdocstrings-source > summary {
198+
background-color: inherit;
199+
}
200+
.md-typeset .mkdocstrings-source > .admonition-title::before,
201+
.md-typeset .mkdocstrings-source > summary::before {
202+
background-color: var(--md-default-fg-color);
203+
-webkit-mask-image: var(--md-admonition-icon--mkdocstrings-source);
204+
mask-image: var(--md-admonition-icon--mkdocstrings-source);
205+
}
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/workers/search.c7c1ca2c.min.js renamed to assets/javascripts/workers/search.ad38c271.min.js

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

changelog/index.html

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

code_of_conduct/index.html

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

contributing/index.html

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

coverage/index.html

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

credits/index.html

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

0 commit comments

Comments
 (0)