Deployed b9476be with MkDocs version: 1.5.3

This commit is contained in:
Gilles Boccon-Gibod
2023-10-10 22:19:44 -07:00
parent 299d7dc93f
commit c291e749fd
73 changed files with 45177 additions and 20387 deletions
+43 -15
View File
@@ -1,18 +1,13 @@
/* Don't capitalize names. */
h5.doc-heading {
text-transform: none !important;
}
/* Avoid breaking parameters name, etc. in table cells. */
/* Avoid breaking parameter names, 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;
/* No line break before first paragraph of descriptions. */
.doc-md-description,
.doc-md-description>p:first-child {
display: inline;
}
/* Max width for docstring sections tables. */
@@ -21,16 +16,49 @@ h5.doc-heading {
display: table !important;
width: 100%;
}
.doc .md-typeset__table tr {
display: table-row;
}
/* Avoid line breaks in rendered fields. */
.field-body p {
display: inline;
}
/* Defaults in Spacy table style. */
.doc-param-default {
float: right;
}
/* Keep headings consistent. */
h1.doc-heading,
h2.doc-heading,
h3.doc-heading,
h4.doc-heading,
h5.doc-heading,
h6.doc-heading {
font-weight: 400;
line-height: 1.5;
color: inherit;
text-transform: none;
}
h1.doc-heading {
font-size: 1.6rem;
}
h2.doc-heading {
font-size: 1.2rem;
}
h3.doc-heading {
font-size: 1.15rem;
}
h4.doc-heading {
font-size: 1.10rem;
}
h5.doc-heading {
font-size: 1.05rem;
}
h6.doc-heading {
font-size: 1rem;
}