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: !!! info notation correction #512

Merged
merged 6 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
5 changes: 3 additions & 2 deletions docs/installation/autoware/source-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ sudo apt-get -y install git

## How to set up a workspace

!!! info [Using Autoware Build GUI](#using-autoware-build-gui)
!!! info
KhalilSelyan marked this conversation as resolved.
Show resolved Hide resolved

If you prefer a graphical user interface (GUI) over the command line for launching and managing your simulations, refer to the `Using Autoware Build GUI` section at the end of this document for a step-by-step guide.
[Using Autoware Build GUI](#using-autoware-build-gui)
If you prefer a graphical user interface (GUI) over the command line for launching and managing your simulations, refer to the `Using Autoware Build GUI` section at the end of this document for a step-by-step guide.
KhalilSelyan marked this conversation as resolved.
Show resolved Hide resolved
KhalilSelyan marked this conversation as resolved.
Show resolved Hide resolved

1. Create the `src` directory and clone repositories into it.

Expand Down
6 changes: 4 additions & 2 deletions docs/tutorials/ad-hoc-simulation/planning-simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ If not, please, follow [Manual downloading of artifacts](https://github.com/auto

## Basic simulations

!!! info [Using Autoware Launch GUI](#using-autoware-launch-gui)
!!! info

If you prefer a graphical user interface (GUI) over the command line for launching and managing your simulations, refer to the `Using Autoware Launch GUI` section at the end of this document for a step-by-step guide.
[Using Autoware Launch GUI](#using-autoware-launch-gui)

If you prefer a graphical user interface (GUI) over the command line for launching and managing your simulations, refer to the `Using Autoware Launch GUI` section at the end of this document for a step-by-step guide.

### Lane driving scenario

Expand Down
6 changes: 4 additions & 2 deletions docs/tutorials/ad-hoc-simulation/rosbag-replay-simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@

## How to run a rosbag replay simulation

!!! info [Using Autoware Launch GUI](#using-autoware-launch-gui)
!!! info

If you prefer a graphical user interface (GUI) over the command line for launching and managing your simulations, refer to the `Using Autoware Launch GUI` section at the end of this document for a step-by-step guide.
[Using Autoware Launch GUI](#using-autoware-launch-gui)

If you prefer a graphical user interface (GUI) over the command line for launching and managing your simulations, refer to the `Using Autoware Launch GUI` section at the end of this document for a step-by-step guide.

1. Launch Autoware.

Expand Down
Loading