small fixes

This commit is contained in:
Fangjun Kuang 2023-07-24 09:30:12 +08:00
parent f3832524d3
commit aa1c6b7f86
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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`_: