Skip to content

Commit ba8b764

Browse files
Deployed 8c543d7 to v0.14-dev with MkDocs 1.6.1 and mike 2.1.3
1 parent 890d423 commit ba8b764

File tree

26 files changed

+179
-4
lines changed

26 files changed

+179
-4
lines changed

v0.14-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);

v0.14-dev/reference/frequenz/repo/config/cli/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,6 +1862,7 @@ <h2 id="frequenz.repo.config.cli" class="doc doc-heading">
18621862

18631863

18641864

1865+
18651866
<div class="doc doc-children">
18661867

18671868

@@ -1874,6 +1875,7 @@ <h2 id="frequenz.repo.config.cli" class="doc doc-heading">
18741875

18751876

18761877

1878+
18771879
</div>
18781880

18791881
</div>

v0.14-dev/reference/frequenz/repo/config/cli/version/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,6 +1862,7 @@ <h2 id="frequenz.repo.config.cli.version" class="doc doc-heading">
18621862

18631863

18641864

1865+
18651866
<div class="doc doc-children">
18661867

18671868

@@ -1874,6 +1875,7 @@ <h2 id="frequenz.repo.config.cli.version" class="doc doc-heading">
18741875

18751876

18761877

1878+
18771879
</div>
18781880

18791881
</div>

v0.14-dev/reference/frequenz/repo/config/cli/version/mike/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,6 +1862,7 @@ <h2 id="frequenz.repo.config.cli.version.mike" class="doc doc-heading">
18621862

18631863

18641864

1865+
18651866
<div class="doc doc-children">
18661867

18671868

@@ -1874,6 +1875,7 @@ <h2 id="frequenz.repo.config.cli.version.mike" class="doc doc-heading">
18741875

18751876

18761877

1878+
18771879
</div>
18781880

18791881
</div>

v0.14-dev/reference/frequenz/repo/config/cli/version/mike/info/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,6 +1985,7 @@ <h2 id="frequenz.repo.config.cli.version.mike.info" class="doc doc-heading">
19851985

19861986

19871987

1988+
19881989
<div class="doc doc-children">
19891990

19901991

@@ -1993,6 +1994,7 @@ <h2 id="frequenz.repo.config.cli.version.mike.info" class="doc doc-heading">
19931994

19941995

19951996

1997+
19961998
<h3 id="frequenz.repo.config.cli.version.mike.info-functions">Functions<a href="#frequenz.repo.config.cli.version.mike.info-functions" class="headerlink" title="Permanent link">¤</a></h3>
19971999

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

v0.14-dev/reference/frequenz/repo/config/cli/version/mike/sort/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1969,6 +1969,7 @@ <h2 id="frequenz.repo.config.cli.version.mike.sort" class="doc doc-heading">
19691969

19701970

19711971

1972+
19721973
<div class="doc doc-children">
19731974

19741975

@@ -1977,6 +1978,7 @@ <h2 id="frequenz.repo.config.cli.version.mike.sort" class="doc doc-heading">
19771978

19781979

19791980

1981+
19801982
<h3 id="frequenz.repo.config.cli.version.mike.sort-functions">Functions<a href="#frequenz.repo.config.cli.version.mike.sort-functions" class="headerlink" title="Permanent link">¤</a></h3>
19811983

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

v0.14-dev/reference/frequenz/repo/config/github/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2226,13 +2226,15 @@ <h2 id="frequenz.repo.config.github" class="doc doc-heading">
22262226

22272227

22282228

2229+
22292230
<div class="doc doc-children">
22302231

22312232

22322233

22332234

22342235

22352236

2237+
22362238
<h3 id="frequenz.repo.config.github-classes">Classes<a href="#frequenz.repo.config.github-classes" class="headerlink" title="Permanent link">¤</a></h3>
22372239

22382240
<div class="doc doc-object doc-class">
@@ -2259,6 +2261,7 @@ <h4 id="frequenz.repo.config.github.GitHubActionsFormatter" class="doc doc-headi
22592261

22602262

22612263

2264+
22622265
<details class="quote">
22632266
<summary>Source code in <code>src/frequenz/repo/config/github.py</code></summary>
22642267
<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-31">31</a></span>
@@ -2352,6 +2355,7 @@ <h6 id="frequenz.repo.config.github.GitHubActionsFormatter.level_mapping" class=
23522355

23532356
</div>
23542357

2358+
23552359
<h5 id="frequenz.repo.config.github.GitHubActionsFormatter-functions">Functions<a href="#frequenz.repo.config.github.GitHubActionsFormatter-functions" class="headerlink" title="Permanent link">¤</a></h5>
23562360

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

v0.14-dev/reference/frequenz/repo/config/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2486,13 +2486,15 @@ <h5 id="frequenz.repo.config--setuptools-grpc-support"><code>setuptools</code> g
24862486

24872487

24882488

2489+
24892490
<div class="doc doc-children">
24902491

24912492

24922493

24932494

24942495

24952496

2497+
24962498
<h3 id="frequenz.repo.config-classes">Classes<a href="#frequenz.repo.config-classes" class="headerlink" title="Permanent link">¤</a></h3>
24972499

24982500
<div class="doc doc-object doc-class">
@@ -2519,6 +2521,7 @@ <h4 id="frequenz.repo.config.RepositoryType" class="doc doc-heading">
25192521

25202522

25212523

2524+
25222525
<details class="quote">
25232526
<summary>Source code in <code>src/frequenz/repo/config/_core.py</code></summary>
25242527
<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-9"> 9</a></span>
@@ -2696,6 +2699,7 @@ <h6 id="frequenz.repo.config.RepositoryType.MODEL" class="doc doc-heading">
26962699

26972700

26982701

2702+
26992703
</div>
27002704

27012705
</div>

v0.14-dev/reference/frequenz/repo/config/mkdocs/annotations/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2105,6 +2105,7 @@ <h3 id="frequenz.repo.config.mkdocs.annotations--references">References<a class=
21052105

21062106

21072107

2108+
21082109
<div class="doc doc-children">
21092110

21102111

@@ -2143,6 +2144,7 @@ <h4 id="frequenz.repo.config.mkdocs.annotations.CODE_ANNOTATION_MARKER" class="d
21432144

21442145

21452146

2147+
21462148
</div>
21472149

21482150
</div>

v0.14-dev/reference/frequenz/repo/config/mkdocs/api_pages/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1994,6 +1994,7 @@ <h2 id="frequenz.repo.config.mkdocs.api_pages" class="doc doc-heading">
19941994

19951995

19961996

1997+
19971998
<div class="doc doc-children">
19981999

19992000

@@ -2002,6 +2003,7 @@ <h2 id="frequenz.repo.config.mkdocs.api_pages" class="doc doc-heading">
20022003

20032004

20042005

2006+
20052007
<h3 id="frequenz.repo.config.mkdocs.api_pages-functions">Functions<a href="#frequenz.repo.config.mkdocs.api_pages-functions" class="headerlink" title="Permanent link">¤</a></h3>
20062008

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

0 commit comments

Comments
 (0)