Skip to content

Commit 75e3b9a

Browse files
author
committed
Deployed b6e090d with MkDocs version: 1.6.0
0 parents  commit 75e3b9a

File tree

100 files changed

+41117
-0
lines changed

Some content is hidden

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

100 files changed

+41117
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

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

assets/_mkdocstrings.css

+119
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
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+
/* Backward-compatibility: docstring section titles in bold. */
30+
.doc-section-title {
31+
font-weight: bold;
32+
}
33+
34+
/* Symbols in Navigation and ToC. */
35+
:root,
36+
[data-md-color-scheme="default"] {
37+
--doc-symbol-attribute-fg-color: #953800;
38+
--doc-symbol-function-fg-color: #8250df;
39+
--doc-symbol-method-fg-color: #8250df;
40+
--doc-symbol-class-fg-color: #0550ae;
41+
--doc-symbol-module-fg-color: #5cad0f;
42+
43+
--doc-symbol-attribute-bg-color: #9538001a;
44+
--doc-symbol-function-bg-color: #8250df1a;
45+
--doc-symbol-method-bg-color: #8250df1a;
46+
--doc-symbol-class-bg-color: #0550ae1a;
47+
--doc-symbol-module-bg-color: #5cad0f1a;
48+
}
49+
50+
[data-md-color-scheme="slate"] {
51+
--doc-symbol-attribute-fg-color: #ffa657;
52+
--doc-symbol-function-fg-color: #d2a8ff;
53+
--doc-symbol-method-fg-color: #d2a8ff;
54+
--doc-symbol-class-fg-color: #79c0ff;
55+
--doc-symbol-module-fg-color: #baff79;
56+
57+
--doc-symbol-attribute-bg-color: #ffa6571a;
58+
--doc-symbol-function-bg-color: #d2a8ff1a;
59+
--doc-symbol-method-bg-color: #d2a8ff1a;
60+
--doc-symbol-class-bg-color: #79c0ff1a;
61+
--doc-symbol-module-bg-color: #baff791a;
62+
}
63+
64+
code.doc-symbol {
65+
border-radius: .1rem;
66+
font-size: .85em;
67+
padding: 0 .3em;
68+
font-weight: bold;
69+
}
70+
71+
code.doc-symbol-attribute {
72+
color: var(--doc-symbol-attribute-fg-color);
73+
background-color: var(--doc-symbol-attribute-bg-color);
74+
}
75+
76+
code.doc-symbol-attribute::after {
77+
content: "attr";
78+
}
79+
80+
code.doc-symbol-function {
81+
color: var(--doc-symbol-function-fg-color);
82+
background-color: var(--doc-symbol-function-bg-color);
83+
}
84+
85+
code.doc-symbol-function::after {
86+
content: "func";
87+
}
88+
89+
code.doc-symbol-method {
90+
color: var(--doc-symbol-method-fg-color);
91+
background-color: var(--doc-symbol-method-bg-color);
92+
}
93+
94+
code.doc-symbol-method::after {
95+
content: "meth";
96+
}
97+
98+
code.doc-symbol-class {
99+
color: var(--doc-symbol-class-fg-color);
100+
background-color: var(--doc-symbol-class-bg-color);
101+
}
102+
103+
code.doc-symbol-class::after {
104+
content: "class";
105+
}
106+
107+
code.doc-symbol-module {
108+
color: var(--doc-symbol-module-fg-color);
109+
background-color: var(--doc-symbol-module-bg-color);
110+
}
111+
112+
code.doc-symbol-module::after {
113+
content: "mod";
114+
}
115+
116+
.doc-signature .autorefs {
117+
color: inherit;
118+
border-bottom: 1px dotted currentcolor;
119+
}

assets/images/favicon.png

1.83 KB
Loading
Loading
Loading
Loading
22.6 KB
Loading
Loading
21.6 KB
Loading
Loading
Loading
Loading
Loading
Loading
20.8 KB
Loading
Loading
Loading
26.6 KB
Loading
Loading
Loading
26.9 KB
Loading
28.4 KB
Loading

assets/images/social/index.png

19.3 KB
Loading
24.1 KB
Loading
Loading

assets/javascripts/bundle.a7c05c9e.min.js

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

assets/javascripts/bundle.a7c05c9e.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)