Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix doxygen page links (backport #2553) #2557

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading