mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-13 12:02:19 +00:00
small fixes
This commit is contained in:
parent
f3832524d3
commit
aa1c6b7f86
2
.github/workflows/build-doc.yml
vendored
2
.github/workflows/build-doc.yml
vendored
@ -52,6 +52,8 @@ jobs:
|
|||||||
cd doc
|
cd doc
|
||||||
python3 -m pip install -r ./requirements.txt
|
python3 -m pip install -r ./requirements.txt
|
||||||
make html
|
make html
|
||||||
|
cp source/cpu.html build/html/
|
||||||
|
cp source/cuda.html build/html/
|
||||||
touch build/html/.nojekyll
|
touch build/html/.nojekyll
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
@ -10,7 +10,6 @@ The following code shows how to construct an instance of `kaldifeat.FbankOptions
|
|||||||
.. literalinclude:: ./code/fbank_options-1.txt
|
.. literalinclude:: ./code/fbank_options-1.txt
|
||||||
:caption: Usage of `kaldifeat.FbankOptions`_
|
:caption: Usage of `kaldifeat.FbankOptions`_
|
||||||
:emphasize-lines: 6,8,22,37
|
:emphasize-lines: 6,8,22,37
|
||||||
:language: python
|
|
||||||
|
|
||||||
Note that we reuse the same option name with `compute-fbank-feats`_ from `Kaldi`_:
|
Note that we reuse the same option name with `compute-fbank-feats`_ from `Kaldi`_:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user