From abcd6b8f50ad94cbb1809dd38044f7f0508e644d Mon Sep 17 00:00:00 2001 From: samfreund Date: Thu, 8 May 2025 17:30:16 -0500 Subject: [PATCH] add docs to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 060010aed..843639a5a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you are interested in contributing code or documentation to the project, plea - Photon UI demo: [http://photonvision.global/](http://photonvision.global/) (or [manual link](https://photonvision.github.io/photonvision/built-client/)) - Javadocs: [javadocs.photonvision.org](https://javadocs.photonvision.org) (or [manual link](https://photonvision.github.io/photonvision/built-docs/javadoc/)) - C++ Doxygen [cppdocs.photonvision.org](https://cppdocs.photonvision.org) (or [manual link](https://photonvision.github.io/photonvision/built-docs/doxygen/html/)) - +- Python Documentation [pydocs.photonvision.org](https://pydocs.photonvision.org) ## Building Gradle is used for all C++ and Java code, and NPM is used for the web UI. Instructions to compile PhotonVision yourself can be found [in our docs](https://docs.photonvision.org/en/latest/docs/contributing/building-photon.html#compiling-instructions).