Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Update Homepage (#337)
Browse files Browse the repository at this point in the history
* add opi5 to homepage and flow fixes

* fix pip command
  • Loading branch information
DeltaDizzy authored Feb 8, 2024
1 parent 7407047 commit 683efdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Installing Python Dependencies
------------------------------
You must install a set of Python dependencies in order to build the documentation. To do so, you can run the following command in the root project directory:

``pip install -r requirements.txt``
``python -m pip install -r requirements.txt``

Building the Documentation
--------------------------
Expand Down
6 changes: 3 additions & 3 deletions source/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. image:: assets/PhotonVision-Header-onWhite.png
:alt: PhotonVision

Welcome to the official documentation of PhotonVision! PhotonVision is the free, fast, and easy-to-use vision processing solution for the *FIRST*\ Robotics Competition. PhotonVision is designed to get vision working on your robot *quickly*, without the significant cost of other similar solutions. PhotonVision supports a variety of COTS hardware, including the Raspberry Pi 3 and 4, the `Gloworm smart camera <https://photonvision.github.io/gloworm-docs/docs/quickstart/#finding-gloworm>`_, and the `SnakeEyes Pi hat <https://www.playingwithfusion.com/productview.php?pdid=133>`_.
Welcome to the official documentation of PhotonVision! PhotonVision is the free, fast, and easy-to-use vision processing solution for the *FIRST*\ Robotics Competition. PhotonVision is designed to get vision working on your robot *quickly*, without the significant cost of other similar solutions. PhotonVision supports a variety of COTS hardware, including the Raspberry Pi 3 and 4, the `Gloworm smart camera <https://photonvision.github.io/gloworm-docs/docs/quickstart/#finding-gloworm>`_, the `SnakeEyes Pi hat <https://www.playingwithfusion.com/productview.php?pdid=133>`_, and the Orange Pi 5.

Content
-------
Expand Down Expand Up @@ -32,15 +32,15 @@ Content
:link: docs/examples/index
:link-type: doc

View various step by step guides on how to use data from PhotonVision in your code, along with a game-specific example.
View various step by step guides on how to use data from PhotonVision in your code, along with game-specific examples.

.. grid:: 2

.. grid-item-card:: Hardware
:link: docs/hardware/index
:link-type: doc

Select appropriate hardware for high-quality, easy vision target detection.
Select appropriate hardware for high-quality and easy vision target detection.

.. grid-item-card:: Contributing
:link: docs/contributing/index
Expand Down

0 comments on commit 683efdf

Please sign in to comment.