forked from ros2/ros2_documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change "Guides" to "How-to Guides" (ros2#1972)
* Change "Guides" to "How-to Guides" Signed-off-by: Audrow Nash <[email protected]> * Add redirects Signed-off-by: Audrow Nash <[email protected]>
- Loading branch information
Showing
53 changed files
with
117 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
.. redirect-from:: | ||
|
||
Guides | ||
|
||
.. _How-to Guides: | ||
|
||
How-to Guides | ||
============= | ||
|
||
How-to Guides provide direct and modular answers to "How-to" questions regarding key aspects of ROS 2. | ||
They contain succinct steps to help you accomplish important tasks quickly. | ||
|
||
How-to Guides are meant for users who already have some knowledge of ROS 2 and just want to find out how to implement something specific. | ||
They will not go in-depth by providing background information or teaching how a concept ties into the greater ROS 2 ecosystem. | ||
|
||
If you are new and looking to learn the ropes, start with the :ref:`Tutorials <Tutorials>` for a more well-rounded progression through ROS 2. | ||
|
||
|
||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
How-To-Guides/Installation-Troubleshooting | ||
How-To-Guides/Developing-a-ROS-2-Package | ||
How-To-Guides/Ament-CMake-Documentation | ||
How-To-Guides/Ament-CMake-Python-Documentation | ||
How-To-Guides/Launch-files-migration-guide | ||
How-To-Guides/Launch-file-different-formats | ||
How-To-Guides/Parameters-YAML-files-migration-guide | ||
How-To-Guides/Node-arguments | ||
How-To-Guides/Sync-Vs-Async | ||
How-To-Guides/DDS-tuning | ||
How-To-Guides/Overriding-QoS-Policies-For-Recording-And-Playback | ||
How-To-Guides/Working-with-multiple-RMW-implementations | ||
How-To-Guides/Cross-compilation | ||
How-To-Guides/Releasing-a-ROS-2-package-with-bloom | ||
How-To-Guides/Using-Python-Packages | ||
How-To-Guides/RQt-Port-Plugin-Windows | ||
How-To-Guides/Run-2-nodes-in-single-or-separate-docker-containers | ||
How-To-Guides/Package-maintainer-guide | ||
How-To-Guides/Building-a-Custom-Debian-Package | ||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
How-To-Guides/RQt-Source-Install |
1 change: 1 addition & 0 deletions
1
source/Guides/Ament-CMake-Documentation.rst → ...w-To-Guides/Ament-CMake-Documentation.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...ides/Ament-CMake-Python-Documentation.rst → ...ides/Ament-CMake-Python-Documentation.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...ides/Building-a-Custom-Debian-Package.rst → ...ides/Building-a-Custom-Debian-Package.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
source/Guides/Cross-compilation.rst → source/How-To-Guides/Cross-compilation.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.. redirect-from:: | ||
|
||
Guides/Cross-compilation | ||
Tutorials/Cross-compilation | ||
|
||
Cross-compilation | ||
|
1 change: 1 addition & 0 deletions
1
source/Guides/DDS-tuning.rst → source/How-To-Guides/DDS-tuning.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.. redirect-from:: | ||
|
||
Guides/DDS-tuning | ||
Troubleshooting/DDS-tuning | ||
|
||
DDS tuning information | ||
|
1 change: 1 addition & 0 deletions
1
source/Guides/Developing-a-ROS-2-Package.rst → ...-To-Guides/Developing-a-ROS-2-Package.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...e/Guides/Installation-Troubleshooting.rst → ...o-Guides/Installation-Troubleshooting.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
.../Guides/Launch-file-different-formats.rst → ...-Guides/Launch-file-different-formats.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...e/Guides/Launch-files-migration-guide.rst → ...o-Guides/Launch-files-migration-guide.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
source/Guides/Node-arguments.rst → source/How-To-Guides/Node-arguments.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...S-Policies-For-Recording-And-Playback.rst → ...S-Policies-For-Recording-And-Playback.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
source/Guides/Package-maintainer-guide.rst → ...ow-To-Guides/Package-maintainer-guide.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...Parameters-YAML-files-migration-guide.rst → ...Parameters-YAML-files-migration-guide.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
source/Guides/RQt-Port-Plugin-Windows.rst → ...How-To-Guides/RQt-Port-Plugin-Windows.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
source/Guides/RQt-Source-Install-MacOS.rst → ...ow-To-Guides/RQt-Source-Install-MacOS.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...e/Guides/RQt-Source-Install-Windows10.rst → ...o-Guides/RQt-Source-Install-Windows10.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
source/Guides/RQt-Source-Install.rst → source/How-To-Guides/RQt-Source-Install.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
.../Releasing-a-ROS-2-package-with-bloom.rst → .../Releasing-a-ROS-2-package-with-bloom.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
source/Guides/Sync-Vs-Async.rst → source/How-To-Guides/Sync-Vs-Async.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.. redirect-from:: | ||
|
||
Guides/Sync-Vs-Async | ||
Tutorials/Sync-Vs-Async | ||
|
||
.. _SyncAsync: | ||
|
1 change: 1 addition & 0 deletions
1
source/Guides/Using-Python-Packages.rst → ...e/How-To-Guides/Using-Python-Packages.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.. redirect-from:: | ||
|
||
Guides/Using-Python-Packages | ||
Tutorials/Using-Python-Packages | ||
|
||
.. _PythonPackages: | ||
|
1 change: 1 addition & 0 deletions
1
...ing-with-multiple-RMW-implementations.rst → ...ing-with-multiple-RMW-implementations.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.