mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-05 05:45:10 +00:00
Initial commit
This commit is contained in:
44
docs/intro.md
Normal file
44
docs/intro.md
Normal file
@@ -0,0 +1,44 @@
|
||||
欢迎来到项目文档的首页!
|
||||
|
||||
## 核心概念
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 2
|
||||
|
||||
concepts/overview.md
|
||||
concepts/01-communication-instruction.md
|
||||
concepts/02-topology-and-chemputer-compile.md
|
||||
```
|
||||
|
||||
## **用户指南**
|
||||
|
||||
本指南将带你了解如何使用项目的功能。
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 2
|
||||
|
||||
user_guide/installation.md
|
||||
user_guide/configuration.md
|
||||
user_guide/launch.md
|
||||
boot_examples/index.md
|
||||
```
|
||||
|
||||
## 开发者指南
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 2
|
||||
|
||||
developer_guide/device_driver
|
||||
developer_guide/add_device
|
||||
developer_guide/add_action
|
||||
developer_guide/actions
|
||||
developer_guide/add_protocol
|
||||
```
|
||||
|
||||
## 接口文档
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 2
|
||||
|
||||
apidocs/unilabos
|
||||
```
|
||||
Reference in New Issue
Block a user