Skip to content

Commit 6ef532e

Browse files
committed
Deployed 12d6b46 with MkDocs version: 1.6.1
1 parent 9cae27c commit 6ef532e

File tree

35 files changed

+13332
-5877
lines changed

35 files changed

+13332
-5877
lines changed

.DS_Store

8 KB
Binary file not shown.

about/about.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

assets/_mkdocstrings.css

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
word-break: normal !important;
55
}
66

7-
/* For pieces of Markdown rendered in table cells. */
8-
.doc-contents td p {
9-
margin-top: 0 !important;
10-
margin-bottom: 0 !important;
7+
/* No line break before first paragraph of descriptions. */
8+
.doc-md-description,
9+
.doc-md-description>p:first-child {
10+
display: inline;
1111
}
1212

1313
/* Avoid breaking code headings. */
@@ -19,10 +19,39 @@
1919
.doc-contents .field-name {
2020
min-width: 100px;
2121
}
22-
.doc-contents .field-name, .field-body {
22+
23+
/* Other curious-spacing fixes. */
24+
.doc-contents .field-name,
25+
.doc-contents .field-body {
2326
border: none !important;
2427
padding: 0 !important;
2528
}
29+
30+
.doc-contents p {
31+
margin: 1em 0 1em;
32+
}
33+
2634
.doc-contents .field-list {
2735
margin: 0 !important;
2836
}
37+
38+
.doc-contents pre {
39+
padding: 0 !important;
40+
}
41+
42+
.doc-contents .wy-table-responsive {
43+
margin-bottom: 0 !important;
44+
}
45+
46+
.doc-contents td.code {
47+
padding: 0 !important;
48+
}
49+
50+
.doc-contents td.linenos {
51+
padding: 0 8px !important;
52+
}
53+
54+
.doc-children,
55+
footer {
56+
margin-top: 20px;
57+
}

contributing/contributing.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)