Skip to content

Commit 0f39c62

Browse files
Deployed 1b3c39c to v0.13-dev with MkDocs 1.6.1 and mike 2.1.3
1 parent 8e28322 commit 0f39c62

File tree

4 files changed

+83
-6
lines changed

4 files changed

+83
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2126,8 +2126,8 @@ <h5 id="frequenz.repo.config--writing-the-noxfilepy">Writing the <code>noxfile.p
21262126
</span><span id="__span-0-2"><a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a>
21272127
</span><span id="__span-0-3"><a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a><span class="n">nox</span><span class="o">.</span><span class="n">configure</span><span class="p">(</span><span class="n">RepositoryType</span><span class="o">.</span><span class="n">LIB</span><span class="p">)</span>
21282128
</span></code></pre></div>
2129-
<p>Again, make sure to pick the correct project typedefault configuration based on the type of your
2130-
project (<code>actor_config</code>, <code>api_config</code>, <code>app_config</code>, <code>lib_config</code>, <code>model_config</code>).</p>
2129+
<p>Again, make sure to pick the correct project default configuration based on the type of
2130+
your project (<code>actor_config</code>, <code>api_config</code>, <code>app_config</code>, <code>lib_config</code>, <code>model_config</code>).</p>
21312131
<p>If you need to use some custom configuration, you can start from the default settings in
21322132
the <a class="autorefs autorefs-internal" title="frequenz.repo.config.nox.default" href="nox/default/#frequenz.repo.config.nox.default"><code>frequenz.repo.config.nox.default</code></a> module,
21332133
<a class="autorefs autorefs-internal" title="copy" href="nox/config/#frequenz.repo.config.nox.config.Config.copy">copying</a> it and changing whatever you
@@ -2379,7 +2379,7 @@ <h5 id="frequenz.repo.config--linting-examples-in-the-source-codes-docstrings">L
23792379
<ol>
23802380
<li>
23812381
<p>Exclude the <code>src/conftest.py</code> file from the distribution package, as it shouldn't be
2382-
shipped with the code, it is only for delelopment purposes. To do so, add the
2382+
shipped with the code, it is only for development purposes. To do so, add the
23832383
following line to the <code>MANIFEST.in</code> file:</p>
23842384
<div class="language-text highlight"><pre><span></span><code><span id="__span-11-1"><a id="__codelineno-11-1" name="__codelineno-11-1" href="#__codelineno-11-1"></a># ...
23852385
</span><span id="__span-11-2"><a id="__codelineno-11-2" name="__codelineno-11-2" href="#__codelineno-11-2"></a>exclude src/conftest.py

v0.13-dev/reference/frequenz/repo/config/nox/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1891,7 +1891,7 @@ <h2 id="frequenz.repo.config.nox" class="doc doc-heading">
18911891
</span><span id="__span-0-2"><a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a>
18921892
</span><span id="__span-0-3"><a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a><span class="n">nox</span><span class="o">.</span><span class="n">configure</span><span class="p">(</span><span class="n">RepositoryType</span><span class="o">.</span><span class="n">LIB</span><span class="p">)</span>
18931893
</span></code></pre></div>
1894-
<p>Again, make sure to pick the correct project typedefault configuration based on the type
1894+
<p>Again, make sure to pick the correct project default configuration based on the type
18951895
of your project (<code>actor_config</code>, <code>api_config</code>, <code>app_config</code>, <code>lib_config</code>,
18961896
<code>model_config</code>).</p>
18971897
<p>If you need to use some custom configuration, you can start from the default settings in

v0.13-dev/search/search_index.json

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

versions.json

Lines changed: 78 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,78 @@
1-
[{"version":"v0.14-dev","title":"v0.14-dev (9406b99)","aliases":["v0-dev","latest-dev"]},{"version":"v0.13-dev","title":"v0.13-dev (7b9d9e1)","aliases":[]},{"version":"v0.13","title":"v0.13.4","aliases":["latest","v0"]},{"version":"v0.12-dev","title":"v0.12-dev (07780ea)","aliases":[]},{"version":"v0.12","title":"v0.12.3","aliases":[]},{"version":"v0.11","title":"v0.11.0","aliases":[]},{"version":"v0.10","title":"v0.10.0","aliases":[]},{"version":"v0.9","title":"v0.9.2","aliases":[]},{"version":"v0.8","title":"v0.8.0","aliases":[]},{"version":"v0.7","title":"v0.7.5","aliases":[]},{"version":"v0.6","title":"v0.6.2","aliases":[]},{"version":"v0.5","title":"v0.5.2","aliases":[]},{"version":"v0.4","title":"v0.4.0","aliases":[]},{"version":"v0.3","title":"v0.3.0","aliases":[]}]
1+
[
2+
{
3+
"version": "v0.14-dev",
4+
"title": "v0.14-dev (9406b99)",
5+
"aliases": [
6+
"v0-dev",
7+
"latest-dev"
8+
]
9+
},
10+
{
11+
"version": "v0.13",
12+
"title": "v0.13.4",
13+
"aliases": [
14+
"latest",
15+
"v0"
16+
]
17+
},
18+
{
19+
"version": "v0.13-dev",
20+
"title": "v0.13-dev (1b3c39c)",
21+
"aliases": []
22+
},
23+
{
24+
"version": "v0.12",
25+
"title": "v0.12.3",
26+
"aliases": []
27+
},
28+
{
29+
"version": "v0.12-dev",
30+
"title": "v0.12-dev (07780ea)",
31+
"aliases": []
32+
},
33+
{
34+
"version": "v0.11",
35+
"title": "v0.11.0",
36+
"aliases": []
37+
},
38+
{
39+
"version": "v0.10",
40+
"title": "v0.10.0",
41+
"aliases": []
42+
},
43+
{
44+
"version": "v0.9",
45+
"title": "v0.9.2",
46+
"aliases": []
47+
},
48+
{
49+
"version": "v0.8",
50+
"title": "v0.8.0",
51+
"aliases": []
52+
},
53+
{
54+
"version": "v0.7",
55+
"title": "v0.7.5",
56+
"aliases": []
57+
},
58+
{
59+
"version": "v0.6",
60+
"title": "v0.6.2",
61+
"aliases": []
62+
},
63+
{
64+
"version": "v0.5",
65+
"title": "v0.5.2",
66+
"aliases": []
67+
},
68+
{
69+
"version": "v0.4",
70+
"title": "v0.4.0",
71+
"aliases": []
72+
},
73+
{
74+
"version": "v0.3",
75+
"title": "v0.3.0",
76+
"aliases": []
77+
}
78+
]

0 commit comments

Comments
 (0)