Skip to content
Open
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
22 changes: 22 additions & 0 deletions launch_xml/doc/conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 2019 Open Source Robotics Foundation, Inc.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Copyright 2019 Open Source Robotics Foundation, Inc.
# Copyright 2025 Open Source Robotics Foundation, Inc.

#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

"""Configuration file for the Sphinx documentation builder."""

import os
import sys

# rosdoc2 copies this package's modules alongside conf.py, so add parent to path
sys.path.insert(0, os.path.abspath('.'))

20 changes: 20 additions & 0 deletions launch_xml/doc/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Welcome to launch_xml's documentation!
======================================

``launch_xml`` provides an XML frontend for the ROS 2 launch system.
See the ROS 2 documentation for usage examples with XML, YAML, and Python launch files.

.. toctree::
:maxdepth: 2
:caption: Contents:

standard_docs/README
modules


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
22 changes: 22 additions & 0 deletions launch_yaml/doc/conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 2019 Open Source Robotics Foundation, Inc.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Copyright 2019 Open Source Robotics Foundation, Inc.
# Copyright 2025 Open Source Robotics Foundation, Inc.

#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

"""Configuration file for the Sphinx documentation builder."""

import os
import sys

# rosdoc2 copies this package's modules alongside conf.py, so add parent to path
sys.path.insert(0, os.path.abspath('.'))

20 changes: 20 additions & 0 deletions launch_yaml/doc/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Welcome to launch_yaml's documentation!
=======================================

``launch_yaml`` provides a YAML frontend for the ROS 2 launch system.
See the ROS 2 documentation for usage examples with XML, YAML, and Python launch files.

.. toctree::
:maxdepth: 2
:caption: Contents:

standard_docs/README
modules


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`