docs update (#2239)

* docs update

* class template

* no annotations in sig
This commit is contained in:
Will McGugan
2023-04-07 18:57:56 +01:00
committed by GitHub
parent 79ebbff933
commit 6c958a1140
11 changed files with 612 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ h3 .doc-heading code {
monospace;
}
body[data-md-color-primary="black"] .excalidraw svg {
body[data-md-color-primary="black"] .excalidraw svg {
filter: invert(100%) hue-rotate(180deg);
}
@@ -42,3 +42,28 @@ body[data-md-color-primary="black"] .excalidraw svg rect {
height: 100%;
border: 0;
}
/* Indentation. */
div.doc-contents:not(.first) .doc-contents {
padding-left: 25px;
border-left: .05rem solid var(--md-typeset-table-color);
}
/* Avoid breaking parameters name, etc. in table cells. */
td code {
word-break: normal !important;
}
.doc-label code {
background: transparent;
opacity: 0.8;
float: right;
}
.doc-function p strong {
opacity: 0.85;
}