Skip to content

Commit

Permalink
fix it's to its (#2918)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondaming authored Jan 5, 2025
1 parent 0673019 commit 2845563
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/docs/software/dashboards/smartdashboard/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SmartDashboard is a simple and efficient dashboard that uses relatively few computer resources. It does not have the fancy look or some of the features Shuffleboard has, but it displays network tables data with a variety of widgets without bogging down the driver station computer.

.. warning:: SmartDashboard is deprecated and will be removed for 2027 due to it's usage of Network Tables v3. Users can find :doc:`additional modern dashboard options here </docs/software/dashboards/dashboard-intro>`
.. warning:: SmartDashboard is deprecated and will be removed for 2027 due to its usage of Network Tables v3. Users can find :doc:`additional modern dashboard options here </docs/software/dashboards/dashboard-intro>`

.. toctree::
:maxdepth: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The SmartDashboard is a Java program that will display robot data in real time.

The displayed data is automatically formatted in real-time as the data is sent from the robot, but you can change the format or the display widget types and then save the new screen layouts to be used again later. And with all these options, it is still extremely simple to use. To display some data on the dashboard, simply call one of the SmartDashboard methods with the data and its name and the value will automatically appear on the dashboard screen.

.. warning:: SmartDashboard is deprecated and will be removed for 2027 due to it's usage of Network Tables v3. Users can find :doc:`additional modern dashboard options here </docs/software/dashboards/dashboard-intro>`
.. warning:: SmartDashboard is deprecated and will be removed for 2027 due to its usage of Network Tables v3. Users can find :doc:`additional modern dashboard options here </docs/software/dashboards/dashboard-intro>`

## Installing the SmartDashboard

Expand Down
2 changes: 1 addition & 1 deletion source/docs/yearly-overview/yearly-changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Supported Operating Systems and Architectures:

.. important:: SmartDashboard is not supported on Apple Silicon (Arm64) Macs.

.. warning:: SmartDashboard is deprecated and will be removed for 2027 due to it's usage of Network Tables v3. Users can find :doc:`additional modern dashboard options here </docs/software/dashboards/dashboard-intro>`
.. warning:: SmartDashboard is deprecated and will be removed for 2027 due to its usage of Network Tables v3. Users can find :doc:`additional modern dashboard options here </docs/software/dashboards/dashboard-intro>`

- No changes other than build updates were made to SmartDashboard

Expand Down

0 comments on commit 2845563

Please sign in to comment.