Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ versions using github actions.

.. note:: If you require support for Python 2.7, use pynetworktables 2018.2.0

.. important:: pynetworktables implements the NetworkTables 3 protocol, which is deprecated.
It is not compatible with the 2027 control system. Use
`pyntcore <https://robotpy.readthedocs.io/projects/pyntcore/en/latest/index.html>`_
instead.

Documentation
-------------

Expand Down
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ versions using Travis-CI.
SmartDashboard/SFX. It does not have any security, and should never
be used on untrusted networks.

.. important:: pynetworktables implements the NetworkTables 3 protocol, which is deprecated.
It is not compatible with the 2027 control system. Use
`pyntcore <https://robotpy.readthedocs.io/projects/pyntcore/en/latest/index.html>`_
instead.

.. include:: _sidebar.rst.inc

Indices and tables
Expand Down
Loading