Skip to content

Commit

Permalink
Fix doxygen page links (#2553)
Browse files Browse the repository at this point in the history
* Fix doxygen page links

Signed-off-by: Addisu Z. Taddese <[email protected]>

* One more page

Signed-off-by: Addisu Z. Taddese <[email protected]>

* Add new lines between refs

Signed-off-by: Addisu Z. Taddese <[email protected]>

---------

Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Aug 29, 2024
1 parent a893657 commit c1e367b
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions tutorials/adding_system_plugins.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\page adding_system_plugins
\page adding_system_plugins Adding system plugins

# Overview

Expand All @@ -10,11 +10,11 @@ capabilities to it.
Make sure to go through the following tutorial first, where you'll learn how
to create the vehicle used in this tutorial.

https://gazebosim.org/api/sim/8/create_vehicle.html
\ref create_vehicle

## Related tutorials

https://gazebosim.org/api/sim/8/createsystemplugins.html
\ref createsystemplugins

# Adding a system plugin

Expand Down
4 changes: 2 additions & 2 deletions tutorials/adding_visuals.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\page adding_visuals
\page adding_visuals Adding visuals

# Overview

Expand All @@ -8,7 +8,7 @@ mesh to our turtle, making it look much better.

## Related tutorials

https://gazebosim.org/api/sim/8/meshtofuel.html
\ref meshtofuel

The next tutorials, although still relevant, are from an older version of Gazebo
and some details might be different than the current versions:
Expand Down
2 changes: 1 addition & 1 deletion tutorials/create_vehicle.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\page create_vehicle
\page create_vehicle Create a maritime vehicle

# Overview

Expand Down
4 changes: 2 additions & 2 deletions tutorials/frame_reference.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\page frame_reference
\page frame_reference Frame of reference

# Overview

Expand All @@ -7,7 +7,7 @@ the conventions used in Gazebo.

## Related tutorials

https://gazebosim.org/api/sim/8/spherical_coordinates.html
\ref spherical_coordinates

# Gazebo world frame

Expand Down
14 changes: 7 additions & 7 deletions tutorials/lander.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\page lander
\page lander Create a lander vehicle

# Overview

Expand All @@ -9,17 +9,17 @@ to the surface while they collect sensor measurements.

## Related tutorials

https://gazebosim.org/api/sim/8/create_vehicle.html
\ref create_vehicle

https://gazebosim.org/api/sim/8/adding_visuals.html
\ref adding_visuals

https://gazebosim.org/api/sim/8/frame_reference.html
\ref frame_reference

https://gazebosim.org/api/sim/8/adding_system_plugins.html
\ref adding_system_plugins

https://gazebosim.org/api/sim/8/theory_buoyancy.html
\ref theory_buoyancy

https://gazebosim.org/api/sim/8/theory_hydrodynamics.html
\ref theory_hydrodynamics

# Create your vehicle

Expand Down
12 changes: 6 additions & 6 deletions tutorials/surface_vehicles.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\page surface_vehicles
\page surface_vehicles Create a surface vehicle

# Overview

Expand All @@ -8,15 +8,15 @@ with the presence of waves and wind.

## Related tutorials

https://gazebosim.org/api/sim/8/create_vehicle.html
\ref create_vehicle

https://gazebosim.org/api/sim/8/adding_visuals.html
\ref adding_visuals

https://gazebosim.org/api/sim/8/frame_reference.html
\ref frame_reference

https://gazebosim.org/api/sim/8/adding_system_plugins.html
\ref adding_system_plugins

https://gazebosim.org/api/sim/8/theory_hydrodynamics.html
\ref theory_hydrodynamics

# Adding an environment

Expand Down
2 changes: 1 addition & 1 deletion tutorials/theory_buoyancy.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\page theory_buoyancy
\page theory_buoyancy Buoyancy

# Overview

Expand Down
2 changes: 1 addition & 1 deletion tutorials/theory_hydrodynamics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\page theory_hydrodynamics
\page theory_hydrodynamics Hydrodynamics

# Overview

Expand Down
14 changes: 7 additions & 7 deletions tutorials/underwater_vehicles.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\page underwater_vehicles
\page underwater_vehicles Create an underwater vehicle

# Overview

Expand All @@ -11,17 +11,17 @@ guide you through the setup of the [MBARI LRAUV](https://app.gazebosim.org/accur

## Related tutorials

https://gazebosim.org/api/sim/8/create_vehicle.html
\ref create_vehicle

https://gazebosim.org/api/sim/8/adding_visuals.html
\ref adding_visuals

https://gazebosim.org/api/sim/8/frame_reference.html
\ref frame_reference

https://gazebosim.org/api/sim/8/adding_system_plugins.html
\ref adding_system_plugins

https://gazebosim.org/api/sim/8/theory_buoyancy.html
\ref theory_buoyancy

https://gazebosim.org/api/sim/8/theory_hydrodynamics.html
\ref theory_hydrodynamics

# Create your vehicle

Expand Down

0 comments on commit c1e367b

Please sign in to comment.