https://github.com/bpi-steam/dev
🔨面向开发者的文档,不专业就挨锤。
https://github.com/bpi-steam/dev
Last synced: 5 days ago
JSON representation
🔨面向开发者的文档,不专业就挨锤。
- Host: GitHub
- URL: https://github.com/bpi-steam/dev
- Owner: BPI-STEAM
- License: mit
- Created: 2019-06-01T08:51:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-07T14:10:32.000Z (almost 7 years ago)
- Last Synced: 2025-03-03T01:32:42.320Z (over 1 year ago)
- Language: Python
- Homepage: https://bpi-steam-dev.readthedocs.io
- Size: 6.64 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# BPI-STEAM/Dev 开发指导
[](https://github.com/ellerbrock/open-source-badge/)
[](https://bpi-steam-dev.readthedocs.io/zh_CN/latest/?badge=latest)
## how to edit
The document content is in [source](https://github.com/BPI-STEAM/Dev/tree/master/source).
文档结构如下:(如果你需要操作,请扫一遍关键目录,可以用 markdown 也可以用 rst,看自己喜欢)
- conf.py 自动化部署脚本,不需要修改
- contents.rst 和 index.rst 为 根目录(进入网站左边一排),需保持一致。
如果想提交内容,直接提交即可,提交后,项目会自动编译部署到网站,而你只需要在本地 build 核对一下即可,如果出现问题请提交 issue 或直接反馈到群里。
## python
```unix
pip install sphinx, sphinx_rtd_theme, recommonmark
```
## powershell
```bat
.\make.bat html
```