Skip to content

Commit 6fa6498

Browse files
rsanchez15richiprosima
authored andcommitted
Fix reference warnings (#4)
* Fix reference warnings Signed-off-by: RaulSanchez <raul@eprosima.com> * Change absolute paths by relative paths in internal links Signed-off-by: RaulSanchez <raul@eprosima.com> Signed-off-by: RaulSanchez <raul@eprosima.com>
1 parent cbbe3af commit 6fa6498

12 files changed

Lines changed: 11 additions & 19 deletions

File tree

source/Concepts.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ The Core Stack Developer Concepts are much more detailed conceptual articles int
3434
Concepts/About-Build-System
3535
Concepts/About-Internal-Interfaces
3636
Concepts/About-Middleware-Implementations
37-
Concepts/About-ROS-2-Client-Libraries
3837

3938
Quick overview of ROS 2 Concepts
4039
--------------------------------
@@ -95,7 +94,7 @@ It can be summarized as follows:
9594
#. Nodes periodically advertise their presence so that connections can be made with new-found entities, even after the initial discovery period.
9695
#. Nodes advertise to other nodes when they go offline.
9796

98-
Nodes will only establish connections with other nodes if they have compatible :doc:`Quality of Service <../Tutorials/Demos/Quality-of-Service>` settings.
97+
Nodes will only establish connections with other nodes if they have compatible :doc:`Quality of Service <./Tutorials>` settings.
9998

10099
Take the :ref:`talker-listener demo <talker-listener>` for example.
101100
Running the C++ talker node in one terminal will publish messages on a topic,

source/How-To-Guides/Developing-a-ROS-2-Package.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It is intended for developers who want to learn how to create custom packages in
1717
Prerequisites
1818
-------------
1919

20-
- :doc:`Install ROS <../../Installation>`
20+
- :doc:`Install ROS <../Installation>`
2121

2222
- `Install colcon <https://colcon.readthedocs.io/en/released/user/installation.html>`__
2323

source/How-To-Guides/Releasing/_Next-Steps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Once your pull request has been submitted, usually within one or two days, one of the maintainers of rosdistro will review and merge your Pull Request.
2-
If your package build is successful, in 24-48 hours your packages will become available in the **ros-testing** repository, where you can :doc:`test your pre-release binaries <../../../Installation/Testing>`.
2+
If your package build is successful, in 24-48 hours your packages will become available in the **ros-testing** repository, where you can :doc:`test your pre-release binaries <../../Installation/Testing>`.
33

44
Approximately every two to four weeks, the distribution's release manager manually synchronizes the contents of ros-testing into the main ROS repository.
55
This is when your packages actually become available to the rest of the ROS community.
75.4 KB
Loading

source/Installation/Maintaining-a-Source-Checkout.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
Maintain source checkout
44
========================
55

6-
.. ifconfig:: smv_current_version != '' and smv_current_version != 'rolling'
7-
8-
.. note::
9-
10-
For instructions on maintaining a source checkout of the **latest development version** of ROS 2, refer to
11-
`Maintaining a source checkout of ROS 2 Rolling <../../rolling/Installation/Maintaining-a-Source-Checkout.html>`__
12-
136
.. contents::
147
:depth: 2
158
:local:

source/Installation/RHEL-Install-RPMs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Hooray!
112112

113113
Next steps after installing
114114
---------------------------
115-
Continue with the :doc:`tutorials and demos <../../Tutorials>` to configure your environment, create your own workspace and packages, and learn ROS 2 core concepts.
115+
Continue with the :doc:`tutorials and demos <../Tutorials>` to configure your environment, create your own workspace and packages, and learn ROS 2 core concepts.
116116

117117
Additional RMW implementations (optional)
118118
-----------------------------------------

source/Installation/Ubuntu-Install-Debians.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Hooray!
117117

118118
Next steps after installing
119119
---------------------------
120-
Continue with the :doc:`tutorials and demos <../../Tutorials>` to configure your environment, create your own workspace and packages, and learn ROS 2 core concepts.
120+
Continue with the :doc:`tutorials and demos <../Tutorials>` to configure your environment, create your own workspace and packages, and learn ROS 2 core concepts.
121121

122122
Using the ROS 1 bridge
123123
----------------------

source/Installation/Windows-Install-Binary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Hooray!
7474

7575
Next steps after installing
7676
---------------------------
77-
Continue with the :doc:`tutorials and demos <../../Tutorials>` to configure your environment, create your own workspace and packages, and learn ROS 2 core concepts.
77+
Continue with the :doc:`tutorials and demos <../Tutorials>` to configure your environment, create your own workspace and packages, and learn ROS 2 core concepts.
7878

7979
Additional RMW implementations (optional)
8080
-----------------------------------------

source/Installation/_Windows-Install-Prerequisites.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Make sure that the Visual C++ features are installed.
6363

6464
An easy way to make sure they're installed is to select the ``Desktop development with C++`` workflow during the install.
6565

66-
.. image:: /Installation/images/windows-vs-studio-install.png
66+
.. image:: ./images/windows-vs-studio-install.png
6767

6868
Make sure that no C++ CMake tools are installed by unselecting them in the list of components to be installed.
6969

source/Releases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@ As the name implies, Rolling is continuously updated and **can have in-place upd
174174
We recommend that most people use the most recent stable distribution instead (see :ref:`list_of_distributions`).
175175

176176
Packages released into the Rolling distribution will be automatically released into future stable distributions of ROS 2.
177-
:doc:`Releasing a ROS 2 package <../How-To-Guides/Releasing/Releasing-a-Package>` into the Rolling distribution follows the same procedures as all other ROS 2 distributions.
177+
:doc:`Releasing a ROS 2 package <./How-To-Guides/Releasing/Releasing-a-Package>` into the Rolling distribution follows the same procedures as all other ROS 2 distributions.

0 commit comments

Comments
 (0)