xiatian-xjtu / SewScriptDoc

Document about SewScript
0 stars 0 forks source link

Summer-Docs

Documentation for Summer Studio

Built with Sphinx, and host on Read the Docs

Build guide

Setup

Step 1. 克隆本仓库并创建虚拟环境(非必须, 但是建议)

Installing packages using pip and virtual environments

$ git clone https://github.com/mbedmicro/DAPLink
$ cd summer-docs
$ py -m venv env

Activate virtual environment

Step 2. 激活虚拟环境, 并安装必要的包.

$ .\env\Scripts\activate
$ py -m pip install -r requirements.txt

Render the documentation as HTML

Step 3. 输出本地html, 打开 docs/build/html/index.html 查看

$ cd docs
$ make clean // 不是必须
$ make html  

Reference

多语言

reStructuredText语法参考