Skip to content

Commit

Permalink
PDOC-Automatic documentation
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Actions <[email protected]>
  • Loading branch information
pablodz authored and actions-user committed Sep 3, 2021
1 parent 56bb72e commit af3b058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/html/pipewire_python.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h2 id="tutorial">Tutorial</h2>
<span class="sd">```</span>
<span class="sd">&quot;&quot;&quot;</span>

<span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;0.0.93&quot;</span>
<span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;0.0.94&quot;</span>

<span class="kn">import</span> <span class="nn">sys</span>

Expand Down
2 changes: 1 addition & 1 deletion docs/html/pipewire_python/_utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ <h1 class="modulename">

<span class="n">regex_id</span> <span class="o">=</span> <span class="sa">r</span><span class="s2">&quot;(\d.*):&quot;</span>
<span class="n">regex_desc</span> <span class="o">=</span> <span class="sa">r</span><span class="s1">&#39;description=&quot;([^&quot;]*)&quot;&#39;</span>
<span class="n">regex_prio</span> <span class="o">=</span> <span class="sa">r</span><span class="s2">&quot;prio=([+-]\d.*)&quot;</span>
<span class="n">regex_prio</span> <span class="o">=</span> <span class="sa">r</span><span class="s2">&quot;prio=(-?\d.*)&quot;</span>
<span class="n">regex_default_node</span> <span class="o">=</span> <span class="sa">r</span><span class="s2">&quot;[*]\t(\d\d)&quot;</span>
<span class="n">regex_alsa_node</span> <span class="o">=</span> <span class="sa">r</span><span class="s2">&quot;(alsa_[a-zA-Z].*)&quot;</span>

Expand Down

0 comments on commit af3b058

Please sign in to comment.