# STM32F407_tech_doc **Repository Path**: hejia1618/STM32F407_tech_doc ## Basic Information - **Project Name**: STM32F407_tech_doc - **Description**: 基于STM32F407开发板教程文档 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2024-02-20 - **Last Updated**: 2024-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 本目录文件为STM32F407开发板相关教程文档 所有资料发布于百度云与github, * 百度云地址:https://pan.baidu.com/s/12o0Vh4Tv4z_O8qh49JwLjg 目录W104-stm32f407 * github: https://github.com/wujique/STM32F407_tech_doc.git 在github上托管了教程文档。其他资料请从百度云下载。 * gitee镜像:<> * 文档同步发布在:<> #### 百度云目录说明 本工程包含代码、资料、文档,目录说明如下。 #### 文档说明 `build`是md转换为html的目录。 `source`是md文档目录。其中`spec`是产品说明书,`base`是基础教程,`Advanced`是提高教程。 本教程文档使用**markdown**格式,使用**Typora**编写。 所有文档使用**Sphinx**管理。 md文件经过sphinx处理后,生成html文件。文件入口在`doc\build\html`中的`index.html`,使用浏览器打开即可浏览所有文档。 sphinx可以将文档处理为pdf,如有需要,可自行转换。 Typora也可以将md文档转换为pdf。 > 可参考: > > 《使用ReadtheDocs托管文档》 > >