Skip to content

Commit b70aaab

Browse files
author
committed
Deployed 21f95d5 with MkDocs version: 1.5.3
0 parents  commit b70aaab

File tree

98 files changed

+103863
-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.

98 files changed

+103863
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

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

assets/_mkdocstrings.css

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
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+
/* Keep headings consistent. */
30+
h1.doc-heading,
31+
h2.doc-heading,
32+
h3.doc-heading,
33+
h4.doc-heading,
34+
h5.doc-heading,
35+
h6.doc-heading {
36+
font-weight: 400;
37+
line-height: 1.5;
38+
color: inherit;
39+
text-transform: none;
40+
}
41+
42+
h1.doc-heading {
43+
font-size: 1.6rem;
44+
}
45+
46+
h2.doc-heading {
47+
font-size: 1.2rem;
48+
}
49+
50+
h3.doc-heading {
51+
font-size: 1.15rem;
52+
}
53+
54+
h4.doc-heading {
55+
font-size: 1.10rem;
56+
}
57+
58+
h5.doc-heading {
59+
font-size: 1.05rem;
60+
}
61+
62+
h6.doc-heading {
63+
font-size: 1rem;
64+
}

assets/editor-v1.png

191 KB
Loading

assets/favicon.ico

14.7 KB
Binary file not shown.

assets/images/favicon.png

1.83 KB
Loading

assets/javascripts/bundle.81fa17fe.min.js

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

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