add docs for python

This commit is contained in:
samfreund
2025-04-12 17:12:13 -05:00
parent 35c72e8446
commit 47b799a0ce
6 changed files with 47 additions and 0 deletions

18
photon-lib/py/mkdocs.yml Normal file
View 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