Yifan Yang bffce413f0
Fix filename ctc_guild_decode_bs.py -> ctc_guide_decode_bs.py (#870)
* fix filename ctc_guild_decode_bs.py -> ctc_guide_decode_bs.py

---------

Co-authored-by: yifanyang <yifanyeung@yifanyangs-MacBook-Pro.local>
2023-02-03 12:32:06 +08:00
..
2021-08-24 14:28:08 +08:00
2021-08-24 14:28:08 +08:00
2021-08-24 14:28:08 +08:00
2023-01-06 17:00:27 +08:00

Usage

cd /path/to/icefall/docs
pip install -r requirements.txt
make clean
make html
cd build/html
python3 -m http.server 8000

It prints:

Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...

Open your browser and go to http://0.0.0.0:8000/ to view the generated documentation.

Done!

Hint: You can change the port number when starting the server.