Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

MicroPython New BLE Library 文档

要浏览MicroPython New BLE Library文档可以访问:https://micropython-new-ble-library.rtfd.io/

本地编译文档

在开始操作之前需要先切换到/docs目录。

安装 MkDocs

pip install -r requirements.txt

预览文档

mkdocs serve

打开 http://127.0.0.1:8000 进行文档预览。

生成静态文件

mkdocs build

可以在/docs/site找到生成的静态网页文件。

还可以打开 http://127.0.0.1:8000/print_page,使用打印机Microsoft Print to PDF生成 PDF 文件。