Skip to content

Commit

Permalink
sphinx build from Action 75c5a8f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 22, 2024
1 parent c9ae4cb commit 62bf64b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
8 changes: 8 additions & 0 deletions python_sdk/_sources/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

Unreleased
----------

* Add Delete Media HTTP API's
* Add port argument to Preview Stream HTTP API
* Only ask for sudo password when required
* fix WiFi connection on RHEL based systems

0.16.0 (April-9-2024)
---------------------
* Refactor all network operations to operate on common Message class
Expand Down
10 changes: 10 additions & 0 deletions python_sdk/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing</a></li>
<li class="toctree-l1"><a class="reference internal" href="authors.html">Credits</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#unreleased">Unreleased</a></li>
<li class="toctree-l2"><a class="reference internal" href="#april-9-2024">0.16.0 (April-9-2024)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#december-6-2023">0.15.1 (December-6-2023)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id1">0.15.0 (December-6-2023)</a></li>
Expand Down Expand Up @@ -137,6 +138,15 @@ <h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this he
<p>All notable changes to this project will be documented in this file.</p>
<p>The format is based on <a class="reference external" href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>,
and this project adheres to <a class="reference external" href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<section id="unreleased">
<h2>Unreleased<a class="headerlink" href="#unreleased" title="Permalink to this heading"></a></h2>
<ul class="simple">
<li><p>Add Delete Media HTTP API’s</p></li>
<li><p>Add port argument to Preview Stream HTTP API</p></li>
<li><p>Only ask for sudo password when required</p></li>
<li><p>fix WiFi connection on RHEL based systems</p></li>
</ul>
</section>
<section id="april-9-2024">
<h2>0.16.0 (April-9-2024)<a class="headerlink" href="#april-9-2024" title="Permalink to this heading"></a></h2>
<ul class="simple">
Expand Down
1 change: 1 addition & 0 deletions python_sdk/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,7 @@ <h2>Development<a class="headerlink" href="#development" title="Permalink to thi
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#unreleased">Unreleased</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#april-9-2024">0.16.0 (April-9-2024)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#december-6-2023">0.15.1 (December-6-2023)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id1">0.15.0 (December-6-2023)</a></li>
Expand Down
Binary file modified python_sdk/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion python_sdk/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 62bf64b

Please sign in to comment.