Skip to content

Commit d44c32b

Browse files
committed
Update documentation
1 parent ae18b0f commit d44c32b

File tree

75 files changed

+663
-227
lines changed

Some content is hidden

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

75 files changed

+663
-227
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h3>Navigation</h3>
107107

108108
<!--
109109
MkDocs version : 1.6.1
110-
Docs Build Date UTC : 2025-06-19 17:22:30.005433+00:00
110+
Docs Build Date UTC : 2025-09-04 20:00:21.860825+00:00
111111
-->
112112
</body>
113113
</html>

assets/_mkdocstrings.css

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@
2727
}
2828

2929
/* Defaults in Spacy table style. */
30-
.doc-param-default {
30+
.doc-param-default,
31+
.doc-type_param-default {
3132
float: right;
3233
}
3334

3435
/* Parameter headings must be inline, not blocks. */
35-
.doc-heading-parameter {
36+
.doc-heading-parameter,
37+
.doc-heading-type_parameter {
3638
display: inline;
3739
}
3840

@@ -42,7 +44,8 @@
4244
}
4345

4446
/* Prefer space on the right, not the left of parameter permalinks. */
45-
.doc-heading-parameter .headerlink {
47+
.doc-heading-parameter .headerlink,
48+
.doc-heading-type_parameter .headerlink {
4649
margin-left: 0 !important;
4750
margin-right: 0.2rem;
4851
}
@@ -78,33 +81,41 @@
7881
:root, :host,
7982
[data-md-color-scheme="default"] {
8083
--doc-symbol-parameter-fg-color: #df50af;
84+
--doc-symbol-type_parameter-fg-color: #df50af;
8185
--doc-symbol-attribute-fg-color: #953800;
8286
--doc-symbol-function-fg-color: #8250df;
8387
--doc-symbol-method-fg-color: #8250df;
8488
--doc-symbol-class-fg-color: #0550ae;
89+
--doc-symbol-type_alias-fg-color: #0550ae;
8590
--doc-symbol-module-fg-color: #5cad0f;
8691

8792
--doc-symbol-parameter-bg-color: #df50af1a;
93+
--doc-symbol-type_parameter-bg-color: #df50af1a;
8894
--doc-symbol-attribute-bg-color: #9538001a;
8995
--doc-symbol-function-bg-color: #8250df1a;
9096
--doc-symbol-method-bg-color: #8250df1a;
9197
--doc-symbol-class-bg-color: #0550ae1a;
98+
--doc-symbol-type_alias-bg-color: #0550ae1a;
9299
--doc-symbol-module-bg-color: #5cad0f1a;
93100
}
94101

95102
[data-md-color-scheme="slate"] {
96103
--doc-symbol-parameter-fg-color: #ffa8cc;
104+
--doc-symbol-type_parameter-fg-color: #ffa8cc;
97105
--doc-symbol-attribute-fg-color: #ffa657;
98106
--doc-symbol-function-fg-color: #d2a8ff;
99107
--doc-symbol-method-fg-color: #d2a8ff;
100108
--doc-symbol-class-fg-color: #79c0ff;
109+
--doc-symbol-type_alias-fg-color: #79c0ff;
101110
--doc-symbol-module-fg-color: #baff79;
102111

103112
--doc-symbol-parameter-bg-color: #ffa8cc1a;
113+
--doc-symbol-type_parameter-bg-color: #ffa8cc1a;
104114
--doc-symbol-attribute-bg-color: #ffa6571a;
105115
--doc-symbol-function-bg-color: #d2a8ff1a;
106116
--doc-symbol-method-bg-color: #d2a8ff1a;
107117
--doc-symbol-class-bg-color: #79c0ff1a;
118+
--doc-symbol-type_alias-bg-color: #79c0ff1a;
108119
--doc-symbol-module-bg-color: #baff791a;
109120
}
110121

@@ -125,6 +136,16 @@ code.doc-symbol-parameter::after {
125136
content: "param";
126137
}
127138

139+
code.doc-symbol-type_parameter,
140+
a code.doc-symbol-type_parameter {
141+
color: var(--doc-symbol-type_parameter-fg-color);
142+
background-color: var(--doc-symbol-type_parameter-bg-color);
143+
}
144+
145+
code.doc-symbol-type_parameter::after {
146+
content: "type-param";
147+
}
148+
128149
code.doc-symbol-attribute,
129150
a code.doc-symbol-attribute {
130151
color: var(--doc-symbol-attribute-fg-color);
@@ -165,6 +186,17 @@ code.doc-symbol-class::after {
165186
content: "class";
166187
}
167188

189+
190+
code.doc-symbol-type_alias,
191+
a code.doc-symbol-type_alias {
192+
color: var(--doc-symbol-type_alias-fg-color);
193+
background-color: var(--doc-symbol-type_alias-bg-color);
194+
}
195+
196+
code.doc-symbol-type_alias::after {
197+
content: "type";
198+
}
199+
168200
code.doc-symbol-module,
169201
a code.doc-symbol-module {
170202
color: var(--doc-symbol-module-fg-color);

authors/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h3>Navigation</h3>
217217

218218
<!--
219219
MkDocs version : 1.6.1
220-
Docs Build Date UTC : 2025-06-19 17:22:30.008237+00:00
220+
Docs Build Date UTC : 2025-09-04 20:00:21.894443+00:00
221221
-->
222222
</body>
223223
</html>

change_log/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ <h3>Navigation</h3>
284284

285285
<!--
286286
MkDocs version : 1.6.1
287-
Docs Build Date UTC : 2025-06-19 17:22:30.039974+00:00
287+
Docs Build Date UTC : 2025-09-04 20:00:21.922207+00:00
288288
-->
289289
</body>
290290
</html>

change_log/release-2.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h3>Navigation</h3>
192192

193193
<!--
194194
MkDocs version : 1.6.1
195-
Docs Build Date UTC : 2025-06-19 17:22:30.042318+00:00
195+
Docs Build Date UTC : 2025-09-04 20:00:21.924581+00:00
196196
-->
197197
</body>
198198
</html>

change_log/release-2.1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ <h3>Navigation</h3>
247247

248248
<!--
249249
MkDocs version : 1.6.1
250-
Docs Build Date UTC : 2025-06-19 17:22:30.043516+00:00
250+
Docs Build Date UTC : 2025-09-04 20:00:21.925781+00:00
251251
-->
252252
</body>
253253
</html>

change_log/release-2.2/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h3>Navigation</h3>
196196

197197
<!--
198198
MkDocs version : 1.6.1
199-
Docs Build Date UTC : 2025-06-19 17:22:30.045221+00:00
199+
Docs Build Date UTC : 2025-09-04 20:00:21.927474+00:00
200200
-->
201201
</body>
202202
</html>

change_log/release-2.3/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h3>Navigation</h3>
225225

226226
<!--
227227
MkDocs version : 1.6.1
228-
Docs Build Date UTC : 2025-06-19 17:22:30.046484+00:00
228+
Docs Build Date UTC : 2025-09-04 20:00:21.928719+00:00
229229
-->
230230
</body>
231231
</html>

change_log/release-2.4/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ <h3>Navigation</h3>
202202

203203
<!--
204204
MkDocs version : 1.6.1
205-
Docs Build Date UTC : 2025-06-19 17:22:30.047933+00:00
205+
Docs Build Date UTC : 2025-09-04 20:00:21.930171+00:00
206206
-->
207207
</body>
208208
</html>

change_log/release-2.5/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ <h3>Navigation</h3>
314314

315315
<!--
316316
MkDocs version : 1.6.1
317-
Docs Build Date UTC : 2025-06-19 17:22:30.049271+00:00
317+
Docs Build Date UTC : 2025-09-04 20:00:21.931496+00:00
318318
-->
319319
</body>
320320
</html>

0 commit comments

Comments
 (0)