Skip to content

Commit edb59eb

Browse files
alexmillanecvolkcvolkisaaclab-review-bot[bot]xyao-nv
authored
Humanize concepts docs (#526)
## Summary Rework the concepts documentation to eliminate AI slop. --------- Signed-off-by: Clemens Volk <cvolk@nvidia.com> Co-authored-by: Clemens Volk <cvolk@nvidia.com> Co-authored-by: isaaclab-review-bot[bot] <270793704+isaaclab-review-bot[bot]@users.noreply.github.com> Co-authored-by: Xinjie Yao <xyao@nvidia.com>
1 parent 51a0860 commit edb59eb

35 files changed

Lines changed: 696 additions & 1266 deletions

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"pygments_dark_style": "monokai",
108108
"footer_links": {},
109109
"github_url": "https://github.com/isaac-sim/IsaacLab-Arena",
110-
"show_nav_level": 2,
110+
"show_nav_level": 1,
111111
# TODO(alexmillane, 2025-04-24): Try re-enabling this once we have a pypi page.
112112
# "icon_links": [
113113
# {
Lines changed: 3 additions & 0 deletions
Loading

docs/images/arena_env_builder.png

Lines changed: 3 additions & 0 deletions
Loading

docs/images/open_door_task.png

Lines changed: 3 additions & 0 deletions
Loading

docs/index.rst

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -211,40 +211,26 @@ TABLE OF CONTENTS
211211
pages/example_workflows/imitation_learning/index
212212
pages/example_workflows/reinforcement_learning_workflows/index
213213

214-
.. toctree::
215-
:maxdepth: 1
216-
:caption: Advanced
217-
218-
pages/advanced/private_omniverse
219-
pages/advanced/assets_management
220-
pages/advanced/gr00t_server_client
221-
pages/quickstart/jupyter_notebooks
222-
223-
.. toctree::
224-
:maxdepth: 1
225-
:caption: Policy Evaluation
226-
227-
pages/policy_evaluation/index
228-
229214
.. toctree::
230215
:maxdepth: 1
231216
:caption: Concepts
232217

233218
pages/concepts/concept_overview
234-
pages/concepts/concept_environment_design
235-
pages/concepts/concept_embodiment_design
236-
pages/concepts/concept_tasks_design
237-
pages/concepts/concept_sequential_tasks_design
238-
pages/concepts/concept_scene_design
239-
pages/concepts/concept_metrics_design
240-
pages/concepts/concept_teleop_devices_design
241219
pages/concepts/concept_environment_compilation
242-
pages/concepts/concept_assets_design
243-
pages/concepts/concept_affordances_design
220+
pages/concepts/scene/index
221+
pages/concepts/task/index
222+
pages/concepts/embodiment/index
244223
pages/concepts/concept_object_placement
245-
pages/concepts/concept_policy_design
246-
pages/concepts/concept_remote_policies_design
224+
pages/concepts/policy/index
225+
226+
.. toctree::
227+
:maxdepth: 1
228+
:caption: Advanced
247229

230+
pages/advanced/private_omniverse
231+
pages/advanced/assets_management
232+
pages/advanced/gr00t_server_client
233+
pages/quickstart/jupyter_notebooks
248234

249235
.. toctree::
250236
:maxdepth: 1

docs/pages/advanced/gr00t_server_client.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Server-Client Mode With GR00T
33

44
Arena supports running the simulation and the policy model in separate containers connected via a
55
lightweight RPC protocol. This is useful when the policy environment has different dependencies or
6-
needs to run on a different machine. You can see more details in the :doc:`../concepts/concept_remote_policies_design` page.
6+
needs to run on a different machine. You can see more details in the :doc:`../concepts/policy/concept_remote_policies_design` page.
77

88
It requires two containers to run:
99

@@ -59,4 +59,4 @@ The simulation environment and the policy model communicate via the remote polic
5959
If you want to host other policy models as remote servers, you can follow the same pattern: create
6060
a dedicated server Dockerfile and launcher script (similar to ``docker/Dockerfile.gr00t_server``
6161
and ``docker/run_gr00t_server.sh``), and point it to a custom ``ServerSidePolicy``
62-
implementation as described in :doc:`../concepts/concept_remote_policies_design`.
62+
implementation as described in :doc:`../concepts/policy/concept_remote_policies_design`.

docs/pages/concepts/concept_affordances_design.rst

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

docs/pages/concepts/concept_assets_design.rst

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

0 commit comments

Comments
 (0)