diff --git a/.github/workflows/inspector.json b/.github/workflows/inspector.json index 8f7cfb9fc5..6e81e14858 100644 --- a/.github/workflows/inspector.json +++ b/.github/workflows/inspector.json @@ -23,7 +23,7 @@ { "baseUrl": "https://raw.githubusercontent.com/wpilibsuite/StandaloneAppSamples/", "versionScheme": "v\\d{4}\\.\\d\\.\\d(?:-(?:alpha|beta)-\\d)?|[0-9a-f]{40}", - "latestVersion":"3b64aadee717c9f0566497a40fd0be7d0eaed96d" + "latestVersion":"6a5b6352807a8759bd0f012e57695c47f7ef7324" } ], "ignoredFiles": ["source/docs/software/commandbased/command-scheduler.rst", "source/docs/software/hardware-apis/pneumatics/pressure.rst", "source/docs/software/hardware-apis/pneumatics/solenoids.rst", "source/docs/software/advanced-gradlerio/code-formatting.rst", "source/docs/software/advanced-controls/state-space/state-space-pose-estimators.rst", "source/docs/software/commandbased/pid-subsystems-commands.rst", "source/docs/software/commandbased/profilepid-subsystems-commands.rst", "source/docs/software/commandbased/subsystems.rst", "source/docs/software/hardware-apis/motors/wpi-drive-classes.rst", "source/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.rst", "source/docs/software/telemetry/writing-sendable-classes.rst"] diff --git a/source/docs/software/networktables/client-side-program.rst b/source/docs/software/networktables/client-side-program.rst index 448ce576a3..430e702315 100644 --- a/source/docs/software/networktables/client-side-program.rst +++ b/source/docs/software/networktables/client-side-program.rst @@ -189,7 +189,7 @@ Example build.gradle files are provided in the `StandaloneAppSamples Repository .. tab-item:: Java :sync: Java - .. rli:: https://raw.githubusercontent.com/wpilibsuite/StandaloneAppSamples/3b64aadee717c9f0566497a40fd0be7d0eaed96d/Java/build.gradle + .. rli:: https://raw.githubusercontent.com/wpilibsuite/StandaloneAppSamples/6a5b6352807a8759bd0f012e57695c47f7ef7324/Java/build.gradle :language: groovy :linenos: :emphasize-lines: 5 @@ -199,12 +199,12 @@ Example build.gradle files are provided in the `StandaloneAppSamples Repository Uncomment the appropriate platform as highlighted. - .. rli:: https://raw.githubusercontent.com/wpilibsuite/StandaloneAppSamples/3b64aadee717c9f0566497a40fd0be7d0eaed96d/Cpp/build.gradle + .. rli:: https://raw.githubusercontent.com/wpilibsuite/StandaloneAppSamples/6a5b6352807a8759bd0f012e57695c47f7ef7324/Cpp/build.gradle :language: groovy :linenos: - :emphasize-lines: 3, 20-22 + :emphasize-lines: 3, 14-15, 20-22 Building Python ^^^^^^^^^^^^^^^ -For Python, refer to the `RobotPy pyntcore install documentation `__. +For Python, refer to the :doc:`RobotPy install documentation `.