https://github.com/labplus-cn/1956-documentation
1956文档
https://github.com/labplus-cn/1956-documentation
Last synced: 4 months ago
JSON representation
1956文档
- Host: GitHub
- URL: https://github.com/labplus-cn/1956-documentation
- Owner: labplus-cn
- License: gpl-3.0
- Created: 2023-01-13T02:47:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T09:15:18.000Z (over 2 years ago)
- Last Synced: 2025-05-24T11:39:07.170Z (about 1 year ago)
- Size: 20.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 1956在线文档仓库
## 1956在线文档
https://1956-docs.readthedocs.io/zh/latest/index.html
## 编译步骤
git clone https://github.com/labplus-cn/1956-documentation.git
python3环境安装依赖库
pip3 install -r requirements.txt
本地编译
cd documentation
make html
如果成功,构建的文件将位于其中documentation/_build 文件夹,
HTML 页面保存在 _build/html 目录。
## 文件结构
_static 静态文件
example 示例
faq 常见问题解答,帮助支持
hardware_introduction 1956介绍
programming_mode 编程工具介绍
tutorials 教程
_build 编译文件目录
## readthedocs在线文档管理
https://readthedocs.org/projects/1956-docs/