Skip to content

Commit a714e5d

Browse files
rsanchez15richiprosima
authored andcommitted
Fix reference warnings (#4)
* Fix reference warnings Signed-off-by: RaulSanchez <[email protected]> * Change absolute paths by relative paths in internal links Signed-off-by: RaulSanchez <[email protected]> Signed-off-by: RaulSanchez <[email protected]>
1 parent 5248625 commit a714e5d

12 files changed

+10
-18
lines changed

source/Concepts.rst

+1-2
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

+1-1
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

+1-1
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.
Loading

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

-7
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Hooray!
110110

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

115115
Additional RMW implementations (optional)
116116
-----------------------------------------

source/Installation/Ubuntu-Install-Debians.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Hooray!
111111

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

116116
Using the ROS 1 bridge
117117
----------------------

source/Installation/Windows-Install-Binary.rst

+1-1
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

+1-1
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

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

178178
Packages released into the Rolling distribution will be automatically released into future stable distributions of ROS 2.
179-
: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.
179+
: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.

source/The-ROS2-Project/Contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Discussions and support
4747
-----------------------
4848

4949
Some of the easiest ways to contribute to ROS 2 involve engaging in community discussions and support.
50-
You can find more information on how to pitch in on the :doc:`Contact <../../Contact>` page.
50+
You can find more information on how to pitch in on the :doc:`Contact <../Contact>` page.
5151

5252
Contributing code
5353
-----------------

source/Tutorials/Advanced/Simulators/Ignition.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You have two options:
2626
- Install from deb packages. To check which versions are available from deb packages please check this `table <https://github.com/ignitionrobotics/ros_ign>`__.
2727
- Compile from sources:
2828

29-
- :doc:`ROS 2 install instructions <../../../../Installation>`
29+
- :doc:`ROS 2 install instructions <../../../Installation>`
3030
- `Ignition install instructions <https://gazebosim.org/docs>`__
3131

3232
Tasks

0 commit comments

Comments
 (0)