Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7b786b2
Editing the GET STARTED section of the TOC
m-bochenek Apr 22, 2026
2b9bd22
Editing the TOC
m-bochenek Apr 23, 2026
d6d2f8b
"Get started" and "ROS framework" TOC updates
m-bochenek Apr 24, 2026
2107661
Adding the "Interfaces" node to the TOC
m-bochenek Apr 27, 2026
db59974
Merge remote-tracking branch 'origin/3di-new-TOC-structure' into 3di-…
dmarshant May 19, 2026
99a08e2
Restructure ROS Framework sections for notes, interfaces, actions, se…
dmarshant May 15, 2026
438e613
Restructure ROS Framework section
dmarshant May 20, 2026
549565d
Restructure ROS Developer Tools section incl introspection, visualiza…
dmarshant May 21, 2026
acbc2a7
Restructure ROS Developer Tools, Migration, and Integration sections
dmarshant May 22, 2026
fadd129
Add redirects and update all :doc: references with new relative paths
dmarshant May 25, 2026
b0d381d
Fixed top-level heading lengths
dmarshant May 25, 2026
47bcb28
Remove redundant topics; fixed broken links
dmarshant May 26, 2026
ad9a34e
Fixing broken cross references following restructuring
dmarshant May 27, 2026
7419fd7
Fixed remaining broken cross references
dmarshant May 27, 2026
25e92b3
Merge remote-tracking branch 'origin/rolling' into 3di-toc-changes
dmarshant May 29, 2026
1cfa470
Align TOC with About-ROS topic
dmarshant Jun 2, 2026
36f725e
Fix capitalisation
dmarshant Jun 3, 2026
2f0ab4c
Merge branch 'rolling' into 3di-toc-changes
dmarshant Jun 3, 2026
8e52a58
Add missing executable bit for linting
tfoote Jun 5, 2026
12fdbde
Getting the doc8 to pass except D002 D004 and D005 errors
tfoote Jun 5, 2026
da9818f
fix spell checking path
tfoote Jun 5, 2026
b9f58e8
Ensure every RST file has a single final newline
dmarshant Jun 8, 2026
8fe3d7a
Removed trailing whitespace
dmarshant Jun 8, 2026
e2ed488
Merge branch 'rolling' into 3di-toc-changes
dmarshant Jun 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lint:
./sphinx-lint-with-ros source

test:
doc8 --ignore D001 --ignore-path build
doc8 --ignore D001 --ignore-path $(OUT) -- $(SOURCE)

test-tools:
$(PYTHON) -m pytest test/
Expand Down
2 changes: 1 addition & 1 deletion codespell.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ dictionary = codespell_dictionary.txt,-
# *-Changelog.rst files are generated by commit history that could include some misspellings,
# but we should keep the original commit messages here.
# Besides, it includes names of authors and contributors, which compile up the false alarms.
skip = source/Releases/*
skip = source/Get-Started/Releases/*
Empty file modified setup.py
100755 → 100644
Empty file.
16 changes: 16 additions & 0 deletions source/Capabilities.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@


Capabilities
============

PLACEHOLDER

.. toctree::
:hidden:
:glob:

Capabilities/About-Simulation
Capabilities/About-Motion-planning
Capabilities/About-Navigation
Capabilities/About-Manipulation
Capabilities/About-Perception
13 changes: 13 additions & 0 deletions source/Capabilities/About-Manipulation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Manipulation
============

.. toctree::
:maxdepth: 1
:hidden:

.. list of child topics here

.. contents:: Table of Contents
:local:

PLACEHOLDER
13 changes: 13 additions & 0 deletions source/Capabilities/About-Motion-planning.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Motion planning
===============

.. toctree::
:maxdepth: 1
:hidden:

Motion-planning/Real-Time-Programming

.. contents:: Table of Contents
:local:

PLACEHOLDER
13 changes: 13 additions & 0 deletions source/Capabilities/About-Navigation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Navigation
==========

.. toctree::
:maxdepth: 1
:hidden:

.. list of child topics here

.. contents:: Table of Contents
:local:

PLACEHOLDER
13 changes: 13 additions & 0 deletions source/Capabilities/About-Perception.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Perception
==========

.. toctree::
:maxdepth: 1
:hidden:

.. list of child topics here

.. contents:: Table of Contents
:local:

PLACEHOLDER
14 changes: 14 additions & 0 deletions source/Capabilities/About-Simulation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Simulation
==========

.. toctree::
:maxdepth: 1
:hidden:

Simulation/URDF/URDF-Main
Simulation/dummy-robot/dummy-robot-demo

.. contents:: Table of Contents
:local:

PLACEHOLDER
Loading
Loading