Skip to content

Commit 63c1b37

Browse files
Deployed 116f5ac to v1.11-dev with MkDocs 1.6.1 and mike 2.1.3
1 parent 82389b8 commit 63c1b37

File tree

20 files changed

+305
-4
lines changed

20 files changed

+305
-4
lines changed
0 Bytes
Binary file not shown.

v1.11-dev/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);

v1.11-dev/reference/frequenz/channels/event/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1946,13 +1946,15 @@ <h2 id="frequenz.channels.event" class="doc doc-heading">
19461946

19471947

19481948

1949+
19491950
<div class="doc doc-children">
19501951

19511952

19521953

19531954

19541955

19551956

1957+
19561958
<h3 id="frequenz.channels.event-classes">Classes<a href="#frequenz.channels.event-classes" class="headerlink" title="Permanent link">¤</a></h3>
19571959

19581960
<div class="doc doc-object doc-class">
@@ -2039,6 +2041,7 @@ <h5 id="frequenz.channels.event.Event--example">Example<a class="headerlink" hre
20392041

20402042

20412043

2044+
20422045
<details class="quote">
20432046
<summary>Source code in <code>frequenz/channels/event.py</code></summary>
20442047
<div class="language-python highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#__codelineno-0-24"> 24</a></span>
@@ -2459,6 +2462,7 @@ <h6 id="frequenz.channels.event.Event.name" class="doc doc-heading">
24592462

24602463
</div>
24612464

2465+
24622466
<h5 id="frequenz.channels.event.Event-functions">Functions<a href="#frequenz.channels.event.Event-functions" class="headerlink" title="Permanent link">¤</a></h5>
24632467

24642468
<div class="doc doc-object doc-function">

v1.11-dev/reference/frequenz/channels/experimental/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2868,6 +2868,7 @@ <h2 id="frequenz.channels.experimental" class="doc doc-heading">
28682868

28692869

28702870

2871+
28712872
<div class="doc doc-children">
28722873

28732874

@@ -2947,6 +2948,7 @@ <h4 id="frequenz.channels.experimental.ValueT_co" class="doc doc-heading">
29472948
</div>
29482949

29492950
</div>
2951+
29502952
<h3 id="frequenz.channels.experimental-classes">Classes<a href="#frequenz.channels.experimental-classes" class="headerlink" title="Permanent link">¤</a></h3>
29512953

29522954
<div class="doc doc-object doc-class">
@@ -3025,6 +3027,7 @@ <h4 id="frequenz.channels.experimental.GroupingLatestValueCache" class="doc doc-
30253027

30263028

30273029

3030+
30283031
<details class="quote">
30293032
<summary>Source code in <code>frequenz/channels/experimental/_grouping_latest_value_cache.py</code></summary>
30303033
<div class="language-python highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#__codelineno-0-41"> 41</a></span>
@@ -3587,6 +3590,7 @@ <h6 id="frequenz.channels.experimental.GroupingLatestValueCache.unique_id" class
35873590

35883591
</div>
35893592

3593+
35903594
<h5 id="frequenz.channels.experimental.GroupingLatestValueCache-functions">Functions<a href="#frequenz.channels.experimental.GroupingLatestValueCache-functions" class="headerlink" title="Permanent link">¤</a></h5>
35913595

35923596
<div class="doc doc-object doc-function">
@@ -5110,6 +5114,7 @@ <h4 id="frequenz.channels.experimental.NopReceiver" class="doc doc-heading">
51105114

51115115

51125116

5117+
51135118
<details class="quote">
51145119
<summary>Source code in <code>frequenz/channels/experimental/_nop_receiver.py</code></summary>
51155120
<div class="language-python highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#__codelineno-0-18">18</a></span>
@@ -5204,6 +5209,7 @@ <h4 id="frequenz.channels.experimental.NopReceiver" class="doc doc-heading">
52045209

52055210

52065211

5212+
52075213
<h5 id="frequenz.channels.experimental.NopReceiver-functions">Functions<a href="#frequenz.channels.experimental.NopReceiver-functions" class="headerlink" title="Permanent link">¤</a></h5>
52085214

52095215
<div class="doc doc-object doc-function">
@@ -6355,6 +6361,7 @@ <h4 id="frequenz.channels.experimental.OptionalReceiver" class="doc doc-heading"
63556361

63566362

63576363

6364+
63586365
<details class="quote">
63596366
<summary>Source code in <code>frequenz/channels/experimental/_optional_receiver.py</code></summary>
63606367
<div class="language-python highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#__codelineno-0-18">18</a></span>
@@ -6495,6 +6502,7 @@ <h4 id="frequenz.channels.experimental.OptionalReceiver" class="doc doc-heading"
64956502

64966503

64976504

6505+
64986506
<h5 id="frequenz.channels.experimental.OptionalReceiver-functions">Functions<a href="#frequenz.channels.experimental.OptionalReceiver-functions" class="headerlink" title="Permanent link">¤</a></h5>
64996507

65006508
<div class="doc doc-object doc-function">
@@ -7775,6 +7783,7 @@ <h4 id="frequenz.channels.experimental.Pipe" class="doc doc-heading">
77757783

77767784

77777785

7786+
77787787
<details class="quote">
77797788
<summary>Source code in <code>frequenz/channels/experimental/_pipe.py</code></summary>
77807789
<div class="language-python highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#__codelineno-0-20"> 20</a></span>
@@ -7955,6 +7964,7 @@ <h4 id="frequenz.channels.experimental.Pipe" class="doc doc-heading">
79557964

79567965

79577966

7967+
79587968
<h5 id="frequenz.channels.experimental.Pipe-functions">Functions<a href="#frequenz.channels.experimental.Pipe-functions" class="headerlink" title="Permanent link">¤</a></h5>
79597969

79607970
<div class="doc doc-object doc-function">
@@ -8299,6 +8309,7 @@ <h4 id="frequenz.channels.experimental.RelaySender" class="doc doc-heading">
82998309

83008310

83018311

8312+
83028313
<details class="quote">
83038314
<summary>Source code in <code>frequenz/channels/experimental/_relay_sender.py</code></summary>
83048315
<div class="language-python highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#__codelineno-0-18">18</a></span>
@@ -8397,6 +8408,7 @@ <h4 id="frequenz.channels.experimental.RelaySender" class="doc doc-heading">
83978408

83988409

83998410

8411+
84008412
<h5 id="frequenz.channels.experimental.RelaySender-functions">Functions<a href="#frequenz.channels.experimental.RelaySender-functions" class="headerlink" title="Permanent link">¤</a></h5>
84018413

84028414
<div class="doc doc-object doc-function">
@@ -8658,6 +8670,7 @@ <h4 id="frequenz.channels.experimental.WithPrevious" class="doc doc-heading">
86588670

86598671

86608672

8673+
86618674
<details class="quote">
86628675
<summary>Source code in <code>frequenz/channels/experimental/_with_previous.py</code></summary>
86638676
<div class="language-python highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#__codelineno-0-24"> 24</a></span>
@@ -8880,6 +8893,7 @@ <h4 id="frequenz.channels.experimental.WithPrevious" class="doc doc-heading">
88808893

88818894

88828895

8896+
88838897
<h5 id="frequenz.channels.experimental.WithPrevious-functions">Functions<a href="#frequenz.channels.experimental.WithPrevious-functions" class="headerlink" title="Permanent link">¤</a></h5>
88848898

88858899
<div class="doc doc-object doc-function">

v1.11-dev/reference/frequenz/channels/file_watcher/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,13 +2111,15 @@ <h2 id="frequenz.channels.file_watcher" class="doc doc-heading">
21112111

21122112

21132113

2114+
21142115
<div class="doc doc-children">
21152116

21162117

21172118

21182119

21192120

21202121

2122+
21212123
<h3 id="frequenz.channels.file_watcher-classes">Classes<a href="#frequenz.channels.file_watcher-classes" class="headerlink" title="Permanent link">¤</a></h3>
21222124

21232125
<div class="doc doc-object doc-class">
@@ -2146,6 +2148,7 @@ <h4 id="frequenz.channels.file_watcher.Event" class="doc doc-heading">
21462148

21472149

21482150

2151+
21492152
<details class="quote">
21502153
<summary>Source code in <code>frequenz/channels/file_watcher.py</code></summary>
21512154
<div class="language-python highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#__codelineno-0-48">48</a></span>
@@ -2230,6 +2233,7 @@ <h6 id="frequenz.channels.file_watcher.Event.type" class="doc doc-heading">
22302233

22312234

22322235

2236+
22332237
</div>
22342238

22352239
</div>
@@ -2260,6 +2264,7 @@ <h4 id="frequenz.channels.file_watcher.EventType" class="doc doc-heading">
22602264

22612265

22622266

2267+
22632268
<details class="quote">
22642269
<summary>Source code in <code>frequenz/channels/file_watcher.py</code></summary>
22652270
<div class="language-python highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#__codelineno-0-35">35</a></span>
@@ -2375,6 +2380,7 @@ <h6 id="frequenz.channels.file_watcher.EventType.MODIFY" class="doc doc-heading"
23752380

23762381

23772382

2383+
23782384
</div>
23792385

23802386
</div>
@@ -2506,6 +2512,7 @@ <h5 id="frequenz.channels.file_watcher.FileWatcher--example">Example<a class="he
25062512

25072513

25082514

2515+
25092516
<details class="quote">
25102517
<summary>Source code in <code>frequenz/channels/file_watcher.py</code></summary>
25112518
<div class="language-python highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#__codelineno-0-59"> 59</a></span>
@@ -2932,6 +2939,7 @@ <h6 id="frequenz.channels.file_watcher.FileWatcher.event_types" class="doc doc-h
29322939

29332940
</div>
29342941

2942+
29352943
<h5 id="frequenz.channels.file_watcher.FileWatcher-functions">Functions<a href="#frequenz.channels.file_watcher.FileWatcher-functions" class="headerlink" title="Permanent link">¤</a></h5>
29362944

29372945
<div class="doc doc-object doc-function">

0 commit comments

Comments
 (0)