/bif-doc

星火链网开放文档

Primary LanguagePython

开放文档

编译

git clone https://github.com/caict-4iot-dev/bif-doc

cd bif-doc/docs

# 会在docs/build/html目录下编译出web文件,可以打开index.html本地查看

# 需要安装依赖,请参照 https://docs.readthedocs.io/en/stable/tutorial/ 

make html 

查看生成网页

到docs/build/html查看index.html文件即可

上传github

上传后会自动触发build操作。