Deployed 96ac58f with MkDocs version: 1.2.3

This commit is contained in:
2021-11-21 14:38:13 +00:00
commit 19fc319281
78 changed files with 27012 additions and 0 deletions

16
assets/_mkdocstrings.css Normal file
View File

@@ -0,0 +1,16 @@
/* Don't capitalize names. */
h5.doc-heading {
text-transform: none !important;
}
/* Avoid breaking parameters name, etc. in table cells. */
.doc-contents td code {
word-break: normal !important;
}
/* For pieces of Markdown rendered in table cells. */
.doc-contents td p {
margin-top: 0 !important;
margin-bottom: 0 !important;
}