Skip to content

Commit aacfd48

Browse files
Deployed cf54baa to v0.8-dev with MkDocs 1.6.1 and mike 2.1.3
1 parent 61d61bc commit aacfd48

File tree

11 files changed

+1585
-1242
lines changed

11 files changed

+1585
-1242
lines changed
0 Bytes
Binary file not shown.

v0.8-dev/assets/_mkdocstrings.css

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,33 @@
2626
float: right;
2727
}
2828

29+
/* Parameter headings must be inline, not blocks. */
30+
.doc-heading-parameter {
31+
display: inline;
32+
}
33+
34+
/* Prefer space on the right, not the left of parameter permalinks. */
35+
.doc-heading-parameter .headerlink {
36+
margin-left: 0 !important;
37+
margin-right: 0.2rem;
38+
}
39+
2940
/* Backward-compatibility: docstring section titles in bold. */
3041
.doc-section-title {
3142
font-weight: bold;
3243
}
3344

3445
/* Symbols in Navigation and ToC. */
35-
:root,
46+
:root, :host,
3647
[data-md-color-scheme="default"] {
48+
--doc-symbol-parameter-fg-color: #df50af;
3749
--doc-symbol-attribute-fg-color: #953800;
3850
--doc-symbol-function-fg-color: #8250df;
3951
--doc-symbol-method-fg-color: #8250df;
4052
--doc-symbol-class-fg-color: #0550ae;
4153
--doc-symbol-module-fg-color: #5cad0f;
4254

55+
--doc-symbol-parameter-bg-color: #df50af1a;
4356
--doc-symbol-attribute-bg-color: #9538001a;
4457
--doc-symbol-function-bg-color: #8250df1a;
4558
--doc-symbol-method-bg-color: #8250df1a;
@@ -48,12 +61,14 @@
4861
}
4962

5063
[data-md-color-scheme="slate"] {
64+
--doc-symbol-parameter-fg-color: #ffa8cc;
5165
--doc-symbol-attribute-fg-color: #ffa657;
5266
--doc-symbol-function-fg-color: #d2a8ff;
5367
--doc-symbol-method-fg-color: #d2a8ff;
5468
--doc-symbol-class-fg-color: #79c0ff;
5569
--doc-symbol-module-fg-color: #baff79;
5670

71+
--doc-symbol-parameter-bg-color: #ffa8cc1a;
5772
--doc-symbol-attribute-bg-color: #ffa6571a;
5873
--doc-symbol-function-bg-color: #d2a8ff1a;
5974
--doc-symbol-method-bg-color: #d2a8ff1a;
@@ -68,6 +83,15 @@ code.doc-symbol {
6883
font-weight: bold;
6984
}
7085

86+
code.doc-symbol-parameter {
87+
color: var(--doc-symbol-parameter-fg-color);
88+
background-color: var(--doc-symbol-parameter-bg-color);
89+
}
90+
91+
code.doc-symbol-parameter::after {
92+
content: "param";
93+
}
94+
7195
code.doc-symbol-attribute {
7296
color: var(--doc-symbol-attribute-fg-color);
7397
background-color: var(--doc-symbol-attribute-bg-color);

v0.8-dev/reference/frequenz/client/dispatch/index.html

Lines changed: 595 additions & 517 deletions
Large diffs are not rendered by default.

v0.8-dev/reference/frequenz/client/dispatch/test/client/index.html

Lines changed: 347 additions & 269 deletions
Large diffs are not rendered by default.

v0.8-dev/reference/frequenz/client/dispatch/test/fixtures/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,11 @@ <h2 id="frequenz.client.dispatch.test.fixtures" class="doc doc-heading">
10141014

10151015

10161016

1017+
1018+
1019+
1020+
1021+
10171022
<div class="doc doc-children">
10181023

10191024

v0.8-dev/reference/frequenz/client/dispatch/test/generator/index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,11 @@ <h2 id="frequenz.client.dispatch.test.generator" class="doc doc-heading">
10741074

10751075

10761076

1077+
1078+
1079+
1080+
1081+
10771082
<div class="doc doc-children">
10781083

10791084

@@ -1099,6 +1104,11 @@ <h4 id="frequenz.client.dispatch.test.generator.DispatchGenerator" class="doc do
10991104

11001105
<p>Generates random dispatch messages.</p>
11011106

1107+
1108+
1109+
1110+
1111+
11021112
<details class="quote">
11031113
<summary>Source code in <code>frequenz/client/dispatch/test/generator.py</code></summary>
11041114
<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-15"> 15</a></span>
@@ -1352,7 +1362,9 @@ <h6 id="frequenz.client.dispatch.test.generator.DispatchGenerator.__init__" clas
13521362
</thead>
13531363
<tbody>
13541364
<tr class="doc-section-item">
1355-
<td><code>seed</code></td>
1365+
<td>
1366+
<code>seed</code>
1367+
</td>
13561368
<td class="doc-param-details">
13571369
<div class="doc-md-description">
13581370
<p>seed to initialize the rng with</p>

v0.8-dev/reference/frequenz/client/dispatch/test/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,11 @@ <h2 id="frequenz.client.dispatch.test" class="doc doc-heading">
855855

856856

857857

858+
859+
860+
861+
862+
858863
<div class="doc doc-children">
859864

860865

v0.8-dev/reference/frequenz/client/dispatch/types/index.html

Lines changed: 511 additions & 452 deletions
Large diffs are not rendered by default.

v0.8-dev/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

v0.8-dev/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)