Skip to content

Commit d57f59d

Browse files
committed
deploy: c1b0858
1 parent e6ea09e commit d57f59d

File tree

13 files changed

+80
-16
lines changed

13 files changed

+80
-16
lines changed

api_client/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,7 @@ <h2 id="cellengine.APIClient" class="doc doc-heading">
13441344

13451345

13461346

1347+
13471348
<div class="doc doc-children">
13481349

13491350

@@ -1514,6 +1515,7 @@ <h3 id="cellengine.APIClient.username" class="doc doc-heading">
15141515

15151516

15161517

1518+
15171519
<div class="doc doc-object doc-function">
15181520

15191521

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);

attachments/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,7 @@ <h2 id="cellengine.resources.attachment.Attachment" class="doc doc-heading">
767767

768768

769769

770+
770771
<div class="doc doc-children">
771772

772773

@@ -920,6 +921,7 @@ <h3 id="cellengine.resources.attachment.Attachment.size" class="doc doc-heading"
920921

921922

922923

924+
923925
<div class="doc doc-object doc-function">
924926

925927

compensations/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,7 @@ <h2 id="cellengine.resources.compensation.Compensation" class="doc doc-heading">
923923

924924

925925

926+
926927
<div class="doc doc-children">
927928

928929

@@ -1101,6 +1102,7 @@ <h3 id="cellengine.resources.compensation.Compensation.spill_matrix" class="doc
11011102

11021103

11031104

1105+
11041106
<div class="doc doc-object doc-function">
11051107

11061108

experiments/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,6 +1496,7 @@ <h2 id="cellengine.resources.experiment.Experiment" class="doc doc-heading">
14961496

14971497

14981498

1499+
14991500
<div class="doc doc-children">
15001501

15011502

@@ -2186,6 +2187,7 @@ <h3 id="cellengine.resources.experiment.Experiment.uploader" class="doc doc-head
21862187

21872188

21882189

2190+
21892191
<div class="doc doc-object doc-function">
21902192

21912193

fcs_files/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,7 @@ <h2 id="cellengine.resources.fcs_file.FcsFile" class="doc doc-heading">
10461046

10471047

10481048

1049+
10491050
<div class="doc doc-children">
10501051

10511052

@@ -1566,6 +1567,7 @@ <h3 id="cellengine.resources.fcs_file.FcsFile.spill_string" class="doc doc-headi
15661567

15671568

15681569

1570+
15691571
<div class="doc doc-object doc-function">
15701572

15711573

folders/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,7 @@ <h2 id="cellengine.resources.folder.Folder" class="doc doc-heading">
764764

765765

766766

767+
767768
<div class="doc doc-children">
768769

769770

@@ -925,6 +926,7 @@ <h3 id="cellengine.resources.folder.Folder.permissions" class="doc doc-heading">
925926

926927

927928

929+
928930
<div class="doc doc-object doc-function">
929931

930932

gates/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,6 +1151,7 @@ <h2 id="cellengine.resources.gate.Gate" class="doc doc-heading">
11511151

11521152

11531153

1154+
11541155
<div class="doc doc-children">
11551156

11561157

@@ -1364,6 +1365,7 @@ <h3 id="cellengine.resources.gate.Gate.y_channel" class="doc doc-heading">
13641365

13651366

13661367

1368+
13671369
<div class="doc doc-object doc-function">
13681370

13691371

@@ -1596,6 +1598,7 @@ <h2 id="cellengine.resources.gate.RectangleGate" class="doc doc-heading">
15961598

15971599

15981600

1601+
15991602
<div class="doc doc-children">
16001603

16011604

@@ -1606,6 +1609,7 @@ <h2 id="cellengine.resources.gate.RectangleGate" class="doc doc-heading">
16061609

16071610

16081611

1612+
16091613
<div class="doc doc-object doc-function">
16101614

16111615

@@ -2021,6 +2025,7 @@ <h2 id="cellengine.resources.gate.PolygonGate" class="doc doc-heading">
20212025

20222026

20232027

2028+
20242029
<div class="doc doc-children">
20252030

20262031

@@ -2031,6 +2036,7 @@ <h2 id="cellengine.resources.gate.PolygonGate" class="doc doc-heading">
20312036

20322037

20332038

2039+
20342040
<div class="doc doc-object doc-function">
20352041

20362042

@@ -2386,6 +2392,7 @@ <h2 id="cellengine.resources.gate.EllipseGate" class="doc doc-heading">
23862392

23872393

23882394

2395+
23892396
<div class="doc doc-children">
23902397

23912398

@@ -2396,6 +2403,7 @@ <h2 id="cellengine.resources.gate.EllipseGate" class="doc doc-heading">
23962403

23972404

23982405

2406+
23992407
<div class="doc doc-object doc-function">
24002408

24012409

@@ -2810,6 +2818,7 @@ <h2 id="cellengine.resources.gate.RangeGate" class="doc doc-heading">
28102818

28112819

28122820

2821+
28132822
<div class="doc doc-children">
28142823

28152824

@@ -2820,6 +2829,7 @@ <h2 id="cellengine.resources.gate.RangeGate" class="doc doc-heading">
28202829

28212830

28222831

2832+
28232833
<div class="doc doc-object doc-function">
28242834

28252835

@@ -3199,6 +3209,7 @@ <h2 id="cellengine.resources.gate.SplitGate" class="doc doc-heading">
31993209

32003210

32013211

3212+
32023213
<div class="doc doc-children">
32033214

32043215

@@ -3209,6 +3220,7 @@ <h2 id="cellengine.resources.gate.SplitGate" class="doc doc-heading">
32093220

32103221

32113222

3223+
32123224
<div class="doc doc-object doc-function">
32133225

32143226

@@ -3597,6 +3609,7 @@ <h2 id="cellengine.resources.gate.QuadrantGate" class="doc doc-heading">
35973609

35983610

35993611

3612+
36003613
<div class="doc doc-children">
36013614

36023615

@@ -3607,6 +3620,7 @@ <h2 id="cellengine.resources.gate.QuadrantGate" class="doc doc-heading">
36073620

36083621

36093622

3623+
36103624
<div class="doc doc-object doc-function">
36113625

36123626

plots/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ <h2 id="cellengine.resources.plot.Plot" class="doc doc-heading">
769769

770770

771771

772+
772773
<div class="doc doc-children">
773774

774775

@@ -959,6 +960,7 @@ <h3 id="cellengine.resources.plot.Plot.z_channel" class="doc doc-heading">
959960

960961

961962

963+
962964
<div class="doc doc-object doc-function">
963965

964966

populations/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,7 @@ <h2 id="cellengine.resources.population.Population" class="doc doc-heading">
736736

737737

738738

739+
739740
<div class="doc doc-children">
740741

741742

@@ -897,6 +898,7 @@ <h3 id="cellengine.resources.population.Population.unique_name" class="doc doc-h
897898

898899

899900

901+
900902
<div class="doc doc-object doc-function">
901903

902904

0 commit comments

Comments
 (0)