mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
19 lines
345 B
YAML
19 lines
345 B
YAML
site_name: PhotonVision Python API Docs
|
|
|
|
theme:
|
|
name: material
|
|
|
|
plugins:
|
|
- search
|
|
- mkdocstrings:
|
|
default_handler: python
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- API Reference:
|
|
- PhotonCamera: photonCamera.md
|
|
- EstimatedRobotPose: estimatedRobotPose.md
|
|
- Packet: packet.md
|
|
- PhotonPoseEstimator: photonPoseEstimator.md
|
|
|