-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add basic landing page * Update website link and add info to README * Add rosdoc workflow * Fix workflow filter * Use master branch of ros2_control_ci repo
- Loading branch information
1 parent
b2ae538
commit 5a1e54c
Showing
6 changed files
with
46 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: rosdoc2 | ||
|
||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
paths: | ||
- doc/** | ||
- rosdoc2.yaml | ||
- package.xml | ||
|
||
|
||
jobs: | ||
check: | ||
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-rosdoc2.yml@master |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Configuration file for the Sphinx documentation builder. | ||
# settings will be overridden by rosdoc2, so we add here only custom settings | ||
|
||
copyright = "2024, ros2_control development team" | ||
html_logo = "https://control.ros.org/master/_static/logo_ros-controls.png" |
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,23 @@ | ||
Welcome to the documentation for control_toolbox | ||
================================================ | ||
|
||
This package contains several C++ classes useful in writing controllers. | ||
|
||
For more information of the ros2_control framework see `control.ros.org <https://control.ros.org/>`__. | ||
|
||
|
||
API documentation | ||
------------------ | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
C++ API <generated/index> | ||
Service Definitions <generated/service_definitions> | ||
|
||
|
||
Indices and Search | ||
================== | ||
|
||
* :ref:`genindex` | ||
* :ref:`search` |
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