mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 02:52:04 +08:00
6d316f2bc7
date: 2024-06-11T01:36:39 master commit: f8cb04e4a8b032b72a909f68b808a50936184bee
42 lines
442 B
Markdown
42 lines
442 B
Markdown
# openpilot Documentation
|
|
|
|
```{include} README.md
|
|
```
|
|
|
|
```{toctree}
|
|
:caption: 'General'
|
|
:maxdepth: 4
|
|
|
|
CARS.md
|
|
CONTRIBUTING.md
|
|
INTEGRATION.md
|
|
LIMITATIONS.md
|
|
SAFETY.md
|
|
```
|
|
|
|
```{toctree}
|
|
:caption: 'Overview'
|
|
:maxdepth: 2
|
|
|
|
overview.rst
|
|
```
|
|
|
|
## API Documentation
|
|
|
|
- {ref}`genindex`
|
|
- {ref}`modindex`
|
|
- {ref}`search`
|
|
|
|
```{toctree}
|
|
:caption: 'Python API'
|
|
:maxdepth: 2
|
|
|
|
modules.rst
|
|
```
|
|
|
|
```{toctree}
|
|
:caption: 'C/C++ API'
|
|
:maxdepth: 4
|
|
|
|
c_docs.rst
|
|
``` |