Skip to content

Commit

Permalink
Fix github links on control.ros.org (#604)
Browse files Browse the repository at this point in the history
* Fix github links

* Add local github_url for sphinx

(cherry picked from commit 334e4f2)
  • Loading branch information
christophfroehlich authored and mergify[bot] committed May 16, 2023
1 parent e889404 commit 495b114
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 1 deletion.
4 changes: 3 additions & 1 deletion admittance_controller/doc/userdoc.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.. _addmittance_controller_userdoc:
:github_url: https://github.com/ros-controls/ros2_controllers/blob/|github_branch|/admittance_controller/doc/userdoc.rst

.. _admittance_controller_userdoc:

Admittance Controller
======================
Expand Down
2 changes: 2 additions & 0 deletions diff_drive_controller/doc/userdoc.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:github_url: https://github.com/ros-controls/ros2_controllers/blob/|github_branch|/diff_drive_controller/doc/userdoc.rst

.. _diff_drive_controller_userdoc:

diff_drive_controller
Expand Down
2 changes: 2 additions & 0 deletions doc/controllers_index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:github_url: https://github.com/ros-controls/ros2_controllers/blob/|github_branch|/doc/controllers_index.rst

.. _controllers:

#################
Expand Down
2 changes: 2 additions & 0 deletions doc/writing_new_controller.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:github_url: https://github.com/ros-controls/ros2_controllers/blob/|github_branch|/doc/writing_new_controller.rst

.. _writing_new_controllers:

Writing a new controller
Expand Down
2 changes: 2 additions & 0 deletions effort_controllers/doc/userdoc.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:github_url: https://github.com/ros-controls/ros2_controllers/blob/|github_branch|/effort_controllers/doc/userdoc.rst

.. _effort_controllers_userdoc:

effort_controllers
Expand Down
2 changes: 2 additions & 0 deletions force_torque_sensor_broadcaster/doc/userdoc.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:github_url: https://github.com/ros-controls/ros2_controllers/blob/|github_branch|/force_torque_sensor_broadcaster/doc/userdoc.rst

.. _force_torque_sensor_broadcaster_userdoc:

Force Torque Sensor Broadcaster
Expand Down
2 changes: 2 additions & 0 deletions forward_command_controller/doc/userdoc.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:github_url: https://github.com/ros-controls/ros2_controllers/blob/|github_branch|/forward_command_controller/doc/userdoc.rst

.. _forward_command_controller_userdoc:

forward_command_controller
Expand Down
2 changes: 2 additions & 0 deletions imu_sensor_broadcaster/doc/userdoc.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:github_url: https://github.com/ros-controls/ros2_controllers/blob/|github_branch|/imu_sensor_broadcaster/doc/userdoc.rst

.. _imu_sensor_broadcaster_userdoc:

IMU Sensor Broadcaster
Expand Down
2 changes: 2 additions & 0 deletions joint_state_broadcaster/doc/userdoc.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:github_url: https://github.com/ros-controls/ros2_controllers/blob/|github_branch|/joint_state_broadcaster/doc/userdoc.rst

.. _joint_state_broadcaster_userdoc:

joint_state_broadcaster
Expand Down
2 changes: 2 additions & 0 deletions joint_trajectory_controller/doc/userdoc.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:github_url: https://github.com/ros-controls/ros2_controllers/blob/|github_branch|/joint_trajectory_controller/doc/userdoc.rst

.. _joint_trajectory_controller_userdoc:

joint_trajectory_controller
Expand Down
2 changes: 2 additions & 0 deletions position_controllers/doc/userdoc.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:github_url: https://github.com/ros-controls/ros2_controllers/blob/|github_branch|/position_controllers/doc/userdoc.rst

.. _position_controllers_userdoc:

position_controllers
Expand Down
2 changes: 2 additions & 0 deletions tricycle_controller/doc/userdoc.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:github_url: https://github.com/ros-controls/ros2_controllers/blob/|github_branch|/tricycle_controller/doc/userdoc.rst

.. _tricycle_controller_userdoc:

tricycle_controller
Expand Down
2 changes: 2 additions & 0 deletions velocity_controllers/doc/userdoc.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:github_url: https://github.com/ros-controls/ros2_controllers/blob/|github_branch|/velocity_controllers/doc/userdoc.rst

.. _velocity_controllers_userdoc:

velocity_controllers
Expand Down

0 comments on commit 495b114

Please sign in to comment.