# multi-thread-design **Repository Path**: korbenyuan/multi-thread-design ## Basic Information - **Project Name**: multi-thread-design - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-19 - **Last Updated**: 2021-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README README ======== NOTE ---- > 本文档使用debian/Linux(ubuntu/Linux相似)编辑 > 若使用windows, 请直接查看 `build/latex/*.pdf` 安装Sphinx ------------ ``` pip install sphinx sphinx-autobuild sphinx_rtd_theme ``` 支持markdown编写 -------------------- ``` pip install recommonmark ``` 生成html ----------- ``` make help make html firefox build/html/index.html ``` 生成pdf ---------- ``` sudo apt-get install texlive-full make latexpdf firefox build/latex/*.pdf ``` 查看文件 --------- ``` build/ ├── html | └── index.html └── latex └── *.pdf ``` Sphinx 文档 ------------------------------------------------------------------------------ [Sphinx 使用手册](https://zh-sphinx-doc.readthedocs.io/en/latest/index.html) [Docutils 项目](https://docutils-zh-cn.readthedocs.io/zh_CN/latest/index.html)