Skip to content

Commit

Permalink
Deployed 530d316 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Feb 24, 2024
1 parent 8e8fd29 commit b44672d
Show file tree
Hide file tree
Showing 163 changed files with 743 additions and 114,166 deletions.
118 changes: 60 additions & 58 deletions 404.html

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
76 changes: 9 additions & 67 deletions _static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,70 +1,12 @@
.class .sig-prename.descclassname {
display: none;
/* Indentation. */
div.doc-contents:not(.first) {
padding-left: 25px;
border-left: .05rem solid var(--md-typeset-table-color);
}

.subheading {
line-height: 1.25;
margin-bottom: 0;
color: #646776;
}

.subheading + section > h1 {
margin-top: 0;
}

.field-list p {
margin: 0;
}

.field-list > dl {
--gap: 1rem;
--line-offset: calc(var(--gap) / 2);
--line-thickness: 1px;
--line-color: #e0e0e0;

display: grid;
grid-template-columns: fit-content(30%) auto;
grid-gap: var(--gap);
margin-bottom: 1rem;
overflow: hidden;
}

.field-list > dl > dt {
text-align: right;
font-weight: bold;
word-break: break-word;
position: relative;
}

[dir=ltr] .field-list > dl > dd {
margin-top: 0;
margin-left: 0;
margin-bottom: 0;
position: relative;
}

/* Pseudo Element Shared Styling */
.field-list > dl > dt::before,
.field-list > dl > dt::after,
.field-list > dl > dd::before,
.field-list > dl > dd::after {
content: '';
position: absolute;
background-color: var(--line-color);
z-index: 1;
}

/* Row Borders */
.field-list > dl > dt::after,
.field-list > dl > dd::after {
inline-size: 100vw;
block-size: var(--line-thickness);
inset-inline-start: 0;
inset-block-start: calc(var(--line-offset) * -1);
}


figure {
padding-bottom: .75rem;
padding-top: .5rem;
/* Normal size fonts on parameter tables */
.md-typeset div.doc-contents table {
font-size: 1em;
width: 100%;
display: table;
}
File renamed without changes.
12 changes: 12 additions & 0 deletions _static/css/mkdocstrings.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,15 @@ a.external:hover::after,
a.autorefs-external:hover::after {
background-color: var(--md-accent-fg-color);
}

.doc-param-key, .doc-field-term, .doc-section-head {
font-weight: bold;
}

.doc.doc-heading {
text-transform: none;
}

h5.doc-heading, h6.doc-heading {
font-size: 1em;
}
File renamed without changes.
1 change: 0 additions & 1 deletion assets/stylesheets/main.f2e4d321.min.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/stylesheets/main.f2e4d321.min.css.map

This file was deleted.

Loading

0 comments on commit b44672d

Please sign in to comment.