Deployed 6ac91f7 with MkDocs version: 1.2

This commit is contained in:
Gilles Boccon-Gibod
2022-05-16 19:54:59 -07:00
commit 4b9df9ece2
84 changed files with 46517 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;
}