Skip to content

Commit d7ef444

Browse files
author
committed
Deployed b295d7b with MkDocs version: 1.6.1
1 parent c1d0743 commit d7ef444

File tree

93 files changed

+250
-238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+250
-238
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

about/changelog/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

about/code/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

about/community/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

about/docs/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

about/licenses/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

about/running-tests/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

assets/_mkdocstrings.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
display: inline;
1111
}
1212

13+
/* No text transformation from Material for MkDocs for H5 headings. */
14+
.md-typeset h5 .doc-object-name {
15+
text-transform: none;
16+
}
17+
1318
/* Max width for docstring sections tables. */
1419
.doc .md-typeset__table,
1520
.doc .md-typeset__table table {
@@ -31,6 +36,11 @@
3136
display: inline;
3237
}
3338

39+
/* Default font size for parameter headings. */
40+
.md-typeset .doc-heading-parameter {
41+
font-size: inherit;
42+
}
43+
3444
/* Prefer space on the right, not the left of parameter permalinks. */
3545
.doc-heading-parameter .headerlink {
3646
margin-left: 0 !important;

index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

learn/add-react-to-an-existing-project/index.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)