# 文档 **Repository Path**: joeaaron007/notes ## Basic Information - **Project Name**: 文档 - **Description**: 个人笔记 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-01 - **Last Updated**: 2021-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 编译文档 在本目录下按如下步骤进行文档编译 - 安装依赖: `pip install -r requirements.txt` - 编译: `make html` 编译完成后,编译文件在`_build`目录下,直接打开`_build/html/index.html`即可查阅。 ## 说明 _build目录:运行make命令后,生成的文件都在这个目录里面 make.bat:批处理命令 makefile