Skip to content

Commit 0c938ba

Browse files
committed
update docs
1 parent 5a62d1d commit 0c938ba

File tree

6 files changed

+109
-150
lines changed

6 files changed

+109
-150
lines changed

docs/cli.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1 class="title">Module <code>stempeg.cli</code></h1>
2525
<details class="source">
2626
<summary>
2727
<span>Expand source code</span>
28-
<a href="https://github.com/faroit/stempeg/blob/cb5eed14d43123bc69e8198be4858bb5e384028c/stempeg/cli.py#L0-L117" class="git-link">Browse git</a>
28+
<a href="https://github.com/faroit/stempeg/blob/5a62d1df33e3c910007a40cd57efedf988548f66/stempeg/cli.py#L0-L117" class="git-link">Browse git</a>
2929
</summary>
3030
<pre><code class="python">import argparse
3131
from . import __version__
@@ -162,7 +162,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
162162
<details class="source">
163163
<summary>
164164
<span>Expand source code</span>
165-
<a href="https://github.com/faroit/stempeg/blob/cb5eed14d43123bc69e8198be4858bb5e384028c/stempeg/cli.py#L12-L76" class="git-link">Browse git</a>
165+
<a href="https://github.com/faroit/stempeg/blob/5a62d1df33e3c910007a40cd57efedf988548f66/stempeg/cli.py#L12-L76" class="git-link">Browse git</a>
166166
</summary>
167167
<pre><code class="python">def cli(inargs=None):
168168
&#34;&#34;&#34;
@@ -239,7 +239,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
239239
<details class="source">
240240
<summary>
241241
<span>Expand source code</span>
242-
<a href="https://github.com/faroit/stempeg/blob/cb5eed14d43123bc69e8198be4858bb5e384028c/stempeg/cli.py#L79-L118" class="git-link">Browse git</a>
242+
<a href="https://github.com/faroit/stempeg/blob/5a62d1df33e3c910007a40cd57efedf988548f66/stempeg/cli.py#L79-L118" class="git-link">Browse git</a>
243243
</summary>
244244
<pre><code class="python">def stem2files(
245245
stems_file,

docs/cmds.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1 class="title">Module <code>stempeg.cmds</code></h1>
2525
<details class="source">
2626
<summary>
2727
<span>Expand source code</span>
28-
<a href="https://github.com/faroit/stempeg/blob/cb5eed14d43123bc69e8198be4858bb5e384028c/stempeg/cmds.py#L0-L94" class="git-link">Browse git</a>
28+
<a href="https://github.com/faroit/stempeg/blob/5a62d1df33e3c910007a40cd57efedf988548f66/stempeg/cmds.py#L0-L94" class="git-link">Browse git</a>
2929
</summary>
3030
<pre><code class="python">import re
3131
import subprocess as sp
@@ -141,7 +141,7 @@ <h2 id="returns">Returns</h2>
141141
<details class="source">
142142
<summary>
143143
<span>Expand source code</span>
144-
<a href="https://github.com/faroit/stempeg/blob/cb5eed14d43123bc69e8198be4858bb5e384028c/stempeg/cmds.py#L50-L73" class="git-link">Browse git</a>
144+
<a href="https://github.com/faroit/stempeg/blob/5a62d1df33e3c910007a40cd57efedf988548f66/stempeg/cmds.py#L50-L73" class="git-link">Browse git</a>
145145
</summary>
146146
<pre><code class="python">def check_available_aac_encoders():
147147
&#34;&#34;&#34;Returns the available AAC encoders
@@ -177,7 +177,7 @@ <h2 id="returns">Returns</h2>
177177
<details class="source">
178178
<summary>
179179
<span>Expand source code</span>
180-
<a href="https://github.com/faroit/stempeg/blob/cb5eed14d43123bc69e8198be4858bb5e384028c/stempeg/cmds.py#L23-L31" class="git-link">Browse git</a>
180+
<a href="https://github.com/faroit/stempeg/blob/5a62d1df33e3c910007a40cd57efedf988548f66/stempeg/cmds.py#L23-L31" class="git-link">Browse git</a>
181181
</summary>
182182
<pre><code class="python">def ffmpeg_and_ffprobe_exists():
183183
global FFMPEG_PATH, FFPROBE_PATH
@@ -198,7 +198,7 @@ <h2 id="returns">Returns</h2>
198198
<details class="source">
199199
<summary>
200200
<span>Expand source code</span>
201-
<a href="https://github.com/faroit/stempeg/blob/cb5eed14d43123bc69e8198be4858bb5e384028c/stempeg/cmds.py#L10-L20" class="git-link">Browse git</a>
201+
<a href="https://github.com/faroit/stempeg/blob/5a62d1df33e3c910007a40cd57efedf988548f66/stempeg/cmds.py#L10-L20" class="git-link">Browse git</a>
202202
</summary>
203203
<pre><code class="python">def find_cmd(cmd):
204204
try:
@@ -227,7 +227,7 @@ <h2 id="returns">Returns</h2>
227227
<details class="source">
228228
<summary>
229229
<span>Expand source code</span>
230-
<a href="https://github.com/faroit/stempeg/blob/cb5eed14d43123bc69e8198be4858bb5e384028c/stempeg/cmds.py#L76-L95" class="git-link">Browse git</a>
230+
<a href="https://github.com/faroit/stempeg/blob/5a62d1df33e3c910007a40cd57efedf988548f66/stempeg/cmds.py#L76-L95" class="git-link">Browse git</a>
231231
</summary>
232232
<pre><code class="python">def get_aac_codec():
233233
&#34;&#34;&#34;Checks codec and warns if `libfdk_aac` codec
@@ -259,7 +259,7 @@ <h2 id="returns">Returns</h2>
259259
<details class="source">
260260
<summary>
261261
<span>Expand source code</span>
262-
<a href="https://github.com/faroit/stempeg/blob/cb5eed14d43123bc69e8198be4858bb5e384028c/stempeg/cmds.py#L34-L39" class="git-link">Browse git</a>
262+
<a href="https://github.com/faroit/stempeg/blob/5a62d1df33e3c910007a40cd57efedf988548f66/stempeg/cmds.py#L34-L39" class="git-link">Browse git</a>
263263
</summary>
264264
<pre><code class="python">def mp4box_exists():
265265
global MP4BOX_PATH

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1 class="title">Package <code>stempeg</code></h1>
3535
<details class="source">
3636
<summary>
3737
<span>Expand source code</span>
38-
<a href="https://github.com/faroit/stempeg/blob/cb5eed14d43123bc69e8198be4858bb5e384028c/stempeg/__init__.py#L0-L88" class="git-link">Browse git</a>
38+
<a href="https://github.com/faroit/stempeg/blob/5a62d1df33e3c910007a40cd57efedf988548f66/stempeg/__init__.py#L0-L88" class="git-link">Browse git</a>
3939
</summary>
4040
<pre><code class="python"># flake8: noqa
4141
&#34;&#34;&#34;
@@ -165,7 +165,7 @@ <h2 id="returns">Returns</h2>
165165
<details class="source">
166166
<summary>
167167
<span>Expand source code</span>
168-
<a href="https://github.com/faroit/stempeg/blob/cb5eed14d43123bc69e8198be4858bb5e384028c/stempeg/__init__.py#L49-L60" class="git-link">Browse git</a>
168+
<a href="https://github.com/faroit/stempeg/blob/5a62d1df33e3c910007a40cd57efedf988548f66/stempeg/__init__.py#L49-L60" class="git-link">Browse git</a>
169169
</summary>
170170
<pre><code class="python">def default_metadata():
171171
&#34;&#34;&#34;Get the path to included stems metadata.
@@ -194,7 +194,7 @@ <h2 id="returns">Returns</h2>
194194
<details class="source">
195195
<summary>
196196
<span>Expand source code</span>
197-
<a href="https://github.com/faroit/stempeg/blob/cb5eed14d43123bc69e8198be4858bb5e384028c/stempeg/__init__.py#L35-L46" class="git-link">Browse git</a>
197+
<a href="https://github.com/faroit/stempeg/blob/5a62d1df33e3c910007a40cd57efedf988548f66/stempeg/__init__.py#L35-L46" class="git-link">Browse git</a>
198198
</summary>
199199
<pre><code class="python">def example_stem_path():
200200
&#34;&#34;&#34;Get the path to an included stem file.
@@ -223,7 +223,7 @@ <h2 id="returns">Returns</h2>
223223
<details class="source">
224224
<summary>
225225
<span>Expand source code</span>
226-
<a href="https://github.com/faroit/stempeg/blob/cb5eed14d43123bc69e8198be4858bb5e384028c/stempeg/__init__.py#L63-L87" class="git-link">Browse git</a>
226+
<a href="https://github.com/faroit/stempeg/blob/5a62d1df33e3c910007a40cd57efedf988548f66/stempeg/__init__.py#L63-L87" class="git-link">Browse git</a>
227227
</summary>
228228
<pre><code class="python">def ffmpeg_version():
229229
&#34;&#34;&#34;Returns the available ffmpeg version

0 commit comments

Comments
 (0)