Skip to content

Commit

Permalink
Fix rst warnings (#139)
Browse files Browse the repository at this point in the history
* Fix "duplicate explicit target name" warning

Signed-off-by: tempate <[email protected]>

* Fix "undefined label" warning

Signed-off-by: tempate <[email protected]>

---------

Signed-off-by: tempate <[email protected]>
  • Loading branch information
Tempate authored Apr 10, 2024
1 parent 0834878 commit db40e71
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/rst/notes/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ This release includes the following **Dependencies Update**:
- `v0.6.0 <https://github.com/eProsima/dev-utils/releases/tag/v0.6.0>`_
* - DDS Pipe
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
- `v0.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.3.0>`_
- `v0.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.4.0>`_
- `v0.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.3.0>`__
- `v0.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.4.0>`__


#################
Expand Down
4 changes: 2 additions & 2 deletions docs/rst/notes/previous_versions/v0.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ This release includes the following **Dependencies Update**:
- `v0.4.0 <https://github.com/eProsima/dev-utils/releases/tag/v0.4.0>`_
* - DDS Pipe
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
- `v0.1.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.1.0>`_
- `v0.2.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.2.0>`_
- `v0.1.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.1.0>`__
- `v0.2.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.2.0>`__
4 changes: 2 additions & 2 deletions docs/rst/notes/previous_versions/v0.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ This release includes the following **Dependencies Update**:
- `v0.5.0 <https://github.com/eProsima/dev-utils/releases/tag/v0.5.0>`_
* - DDS Pipe
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
- `v0.2.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.2.0>`_
- `v0.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.3.0>`_
- `v0.2.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.2.0>`__
- `v0.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.3.0>`__
2 changes: 1 addition & 1 deletion docs/rst/recording/usage/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ The recorder output file does support the following configuration settings under
- ``unlimited``

When DDS Recorder application is launched (or when remotely controlled, every time a ``start/pause`` command is received while in ``SUSPENDED/STOPPED`` state), a temporary file with ``filename`` name (+timestamp prefix) and ``.mcap.tmp~`` extension is created in ``path``.
This file is not readable until the application terminates, receives a ``suspend/stop/close`` command, or the file reaches its maximum size (see :ref:`<recorder_usage_configuration_resource_limits>`).
This file is not readable until the application terminates, receives a ``suspend/stop/close`` command, or the file reaches its maximum size (see :ref:`Resource Limits <recorder_usage_configuration_resource_limits>`).
On such event, the temporal file is renamed to have ``.mcap`` extension in the same location, and is then ready to be processed.

.. _recorder_usage_configuration_resource_limits:
Expand Down

0 comments on commit db40e71

Please sign in to comment.