Skip to content

Commit 3e9be90

Browse files
committed
test complete
Signed-off-by: Michael Carlstrom <[email protected]>
1 parent 1164fd8 commit 3e9be90

File tree

6 files changed

+18
-17
lines changed

6 files changed

+18
-17
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "gitsubmodule" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"
12+
open-pull-requests-limit: 5

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "modules/ros_tutorials"]
2-
path = modules/ros_tutorials
1+
[submodule "source/_gitmodules/ros_tutorials"]
2+
path = source/_gitmodules/ros_tutorials
33
url = [email protected]:ros/ros_tutorials.git

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
# List of patterns, relative to source directory, that match files and
7171
# directories to ignore when looking for source files.
7272
# This patterns also effect to html_static_path and html_extra_path
73-
exclude_patterns = ['**/_*.rst']
73+
exclude_patterns = ['**/_*.rst',
74+
'_gitmodules/**']
7475

7576
# The name of the Pygments (syntax highlighting) style to use.
7677
pygments_style = 'sphinx'

source/Tutorials/Beginner-CLI-Tools/Launching-Multiple-Nodes/Launching-Multiple-Nodes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Open a new terminal and run:
5454
5555
This command will run the following launch file:
5656

57-
.. literalinclude:: modules/ros_tutorials/turtlesim/launch/multisim.launch.py
57+
.. literalinclude:: /_gitmodules/ros_tutorials/turtlesim/launch/multisim.launch.py
5858
:language: python
5959

6060
.. note::

source/Tutorials/Beginner-CLI-Tools/Launching-Multiple-Nodes/launch/multisim.launch.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

source/_gitmodules/ros_tutorials

Submodule ros_tutorials added at 857bd08

0 commit comments

Comments
 (0)