Skip to content

Commit 0733503

Browse files
author
committed
Deployed 67c2c4a with MkDocs version: 1.5.3
0 parents  commit 0733503

Some content is hidden

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

81 files changed

+59568
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

+1,236
Large diffs are not rendered by default.

assets/_mkdocstrings.css

+114
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
2+
/* Avoid breaking parameter names, etc. in table cells. */
3+
.doc-contents td code {
4+
word-break: normal !important;
5+
}
6+
7+
/* No line break before first paragraph of descriptions. */
8+
.doc-md-description,
9+
.doc-md-description>p:first-child {
10+
display: inline;
11+
}
12+
13+
/* Max width for docstring sections tables. */
14+
.doc .md-typeset__table,
15+
.doc .md-typeset__table table {
16+
display: table !important;
17+
width: 100%;
18+
}
19+
20+
.doc .md-typeset__table tr {
21+
display: table-row;
22+
}
23+
24+
/* Defaults in Spacy table style. */
25+
.doc-param-default {
26+
float: right;
27+
}
28+
29+
/* Symbols in Navigation and ToC. */
30+
:root,
31+
[data-md-color-scheme="default"] {
32+
--doc-symbol-attribute-fg-color: #953800;
33+
--doc-symbol-function-fg-color: #8250df;
34+
--doc-symbol-method-fg-color: #8250df;
35+
--doc-symbol-class-fg-color: #0550ae;
36+
--doc-symbol-module-fg-color: #5cad0f;
37+
38+
--doc-symbol-attribute-bg-color: #9538001a;
39+
--doc-symbol-function-bg-color: #8250df1a;
40+
--doc-symbol-method-bg-color: #8250df1a;
41+
--doc-symbol-class-bg-color: #0550ae1a;
42+
--doc-symbol-module-bg-color: #5cad0f1a;
43+
}
44+
45+
[data-md-color-scheme="slate"] {
46+
--doc-symbol-attribute-fg-color: #ffa657;
47+
--doc-symbol-function-fg-color: #d2a8ff;
48+
--doc-symbol-method-fg-color: #d2a8ff;
49+
--doc-symbol-class-fg-color: #79c0ff;
50+
--doc-symbol-module-fg-color: #baff79;
51+
52+
--doc-symbol-attribute-bg-color: #ffa6571a;
53+
--doc-symbol-function-bg-color: #d2a8ff1a;
54+
--doc-symbol-method-bg-color: #d2a8ff1a;
55+
--doc-symbol-class-bg-color: #79c0ff1a;
56+
--doc-symbol-module-bg-color: #baff791a;
57+
}
58+
59+
code.doc-symbol {
60+
border-radius: .1rem;
61+
font-size: .85em;
62+
padding: 0 .3em;
63+
font-weight: bold;
64+
}
65+
66+
code.doc-symbol-attribute {
67+
color: var(--doc-symbol-attribute-fg-color);
68+
background-color: var(--doc-symbol-attribute-bg-color);
69+
}
70+
71+
code.doc-symbol-attribute::after {
72+
content: "attr";
73+
}
74+
75+
code.doc-symbol-function {
76+
color: var(--doc-symbol-function-fg-color);
77+
background-color: var(--doc-symbol-function-bg-color);
78+
}
79+
80+
code.doc-symbol-function::after {
81+
content: "func";
82+
}
83+
84+
code.doc-symbol-method {
85+
color: var(--doc-symbol-method-fg-color);
86+
background-color: var(--doc-symbol-method-bg-color);
87+
}
88+
89+
code.doc-symbol-method::after {
90+
content: "meth";
91+
}
92+
93+
code.doc-symbol-class {
94+
color: var(--doc-symbol-class-fg-color);
95+
background-color: var(--doc-symbol-class-bg-color);
96+
}
97+
98+
code.doc-symbol-class::after {
99+
content: "class";
100+
}
101+
102+
code.doc-symbol-module {
103+
color: var(--doc-symbol-module-fg-color);
104+
background-color: var(--doc-symbol-module-bg-color);
105+
}
106+
107+
code.doc-symbol-module::after {
108+
content: "mod";
109+
}
110+
111+
.doc-signature .autorefs {
112+
color: inherit;
113+
border-bottom: 1px dotted currentcolor;
114+
}

assets/images/favicon.png

1.83 KB
Loading

assets/javascripts/bundle.1e8ae164.min.js

+29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/bundle.1e8ae164.min.js.map

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.ar.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.da.min.js

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.de.min.js

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.du.min.js

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)