mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-28 02:11:40 +00:00
add docs for python
This commit is contained in:
18
photon-lib/py/mkdocs.yml
Normal file
18
photon-lib/py/mkdocs.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user