Skip to content

Commit

Permalink
Deployed 1217841 to v0.3-dev with MkDocs 1.6.0 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 22, 2024
1 parent 61b118d commit e45e5eb
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 3 deletions.
Binary file modified v0.3-dev/_scripts/__pycache__/macros.cpython-311.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion v0.3-dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ <h2 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent link">
<h3 id="installation">Installation<a class="headerlink" href="#installation" title="Permanent link">¤</a></h3>
<p>You can install the Frequenz Electricity Trading API client via pip. Replace <code>VERSION</code> with the specific version you wish to install.</p>
<div class="language-text highlight"><pre><span></span><code><span id="__span-0-1"><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a># Choose the version you want to install
</span><span id="__span-0-2"><a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a>VERSION=0.2.0
</span><span id="__span-0-2"><a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a>VERSION=0.2.2
</span><span id="__span-0-3"><a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a>pip install frequenz-client-electricity-trading==$VERSION
</span></code></pre></div>
<h3 id="initialization">Initialization<a class="headerlink" href="#initialization" title="Permanent link">¤</a></h3>
Expand Down
2 changes: 1 addition & 1 deletion v0.3-dev/search/search_index.json

Large diffs are not rendered by default.

44 changes: 43 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1 +1,43 @@
[{"version":"my-version","title":"my-version","aliases":[]},{"version":"v0.3-dev","title":"v0.3-dev (2684287)","aliases":["latest-dev","v0-dev"]},{"version":"v0.2-dev","title":"v0.2-dev (a35a6e8)","aliases":[]},{"version":"v0.2","title":"v0.2.1","aliases":["latest","v0"]},{"version":"v0.1-dev","title":"v0.1-dev","aliases":[]},{"version":"v0.1","title":"v0.1.0","aliases":[]},{"version":"v0.0-dev","title":"v0.0-dev (e5d9ca7)","aliases":[]}]
[
{
"version": "my-version",
"title": "my-version",
"aliases": []
},
{
"version": "v0.3-dev",
"title": "v0.3-dev (1217841)",
"aliases": [
"latest-dev",
"v0-dev"
]
},
{
"version": "v0.2",
"title": "v0.2.1",
"aliases": [
"v0",
"latest"
]
},
{
"version": "v0.2-dev",
"title": "v0.2-dev (a35a6e8)",
"aliases": []
},
{
"version": "v0.1",
"title": "v0.1.0",
"aliases": []
},
{
"version": "v0.1-dev",
"title": "v0.1-dev",
"aliases": []
},
{
"version": "v0.0-dev",
"title": "v0.0-dev (e5d9ca7)",
"aliases": []
}
]

0 comments on commit e45e5eb

Please sign in to comment.