Skip to content

Commit 689837a

Browse files
committed
docs: fix RST title underline, spacing, and ASCII arrows for doc8
1 parent 8fd07e5 commit 689837a

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

controller_manager/doc/userdoc.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ Color Output Handling
501501
The helper scripts (``spawner`` and ``hardware_spawner``) now use an environment-aware ``bcolors`` class.
502502
The color output automatically adapts to the environment:
503503

504-
* ``RCUTILS_COLORIZED_OUTPUT=0`` → disables color output
505-
* ``RCUTILS_COLORIZED_OUTPUT=1`` → forces color output
506-
* Unset → automatically detects TTY and enables color only in interactive terminals
504+
* ``RCUTILS_COLORIZED_OUTPUT=0`` -> disables color output
505+
* ``RCUTILS_COLORIZED_OUTPUT=1`` -> forces color output
506+
* Unset -> automatically detects TTY and enables color only in interactive
507+
terminals

doc/release_notes.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ controller_interface
1111
* The controller_manager will now deactivate the entire controller chain if a controller in the chain fails during the update cycle. `(#2681 <https://github.com/ros-controls/ros2_control/pull/2681>`__)
1212

1313
controller_manager
14-
********************
15-
* The ``bcolors`` class now respects the ``RCUTILS_COLORIZED_OUTPUT`` environment variable
16-
to automatically disable colors in non-TTY and CI environments. (`#2741 <https://github.com/ros-controls/ros2_control/pull/2741>`__)
1714
******************
15+
* The ``bcolors`` class now respects the ``RCUTILS_COLORIZED_OUTPUT`` environment
16+
variable to automatically disable colors in non-TTY and CI environments.
1817
* The default strictness for ``switch_controller`` is changed to ``strict``. (`#2742 <https://github.com/ros-controls/ros2_control/pull/2742>`__)
1918

2019

@@ -23,6 +22,9 @@ hardware_interface
2322

2423
ros2controlcli
2524
**************
25+
26+
No notable changes in this release.
27+
2628
transmission_interface
2729
**********************
2830
* The ``simple_transmission`` and ``differential_transmission`` now also support the ``force`` interface (`#2588 <https://github.com/ros-controls/ros2_control/pull/2588>`_).

0 commit comments

Comments
 (0)