Skip to content

Commit 4f4e838

Browse files
committed
docs: wire mjlab/maniskill/robotwin integration pages into toctree + fix xref
- Register the three integration pages in the Dataset & Benchmark toctree (were orphaned -> "document isn't included in any toctree" warnings). - maniskill.md: replace fragile heading-anchor link with an explicit MyST label (maniskill-gap-analysis) so the gap-analysis cross-reference resolves. - dataset_benchmark/index.md: drop trailing horizontal rule that ended the page on a transition (docutils ERROR in the wiki build). Sphinx build exits 0 with the three payload docs warning-clean.
1 parent 0706d7d commit 4f4e838

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/source/dataset_benchmark/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,3 @@ The RoboVerse Benchmark provides standardized evaluation protocols for:
6565

6666
See [Benchmark Overview](benchmark/overview.md) for detailed evaluation protocols.
6767

68-
---
69-

docs/source/dataset_benchmark/integrations/maniskill.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Live report (with embedded videos and gap analysis):
2222
`T=20`, `final_cube_z=0.0198 m` under zero-delta target). It is a
2323
RoboVerse-flavored task, not a 1:1 reimplementation of PickCube-v1.
2424
- **Gap to numeric parity**: 10 items, all localised to one task
25-
module. See the [gap analysis section](#what-it-takes-to-reach-1-1-parity)
25+
module. See the [gap analysis section](maniskill-gap-analysis)
2626
below.
2727

2828
## Coverage
@@ -37,6 +37,7 @@ Live report (with embedded videos and gap analysis):
3737
All four roll out + render under the harness; zero-action reward sums
3838
range 2.3–5.4 (no task is succeeded by a stationary robot, as expected).
3939

40+
(maniskill-gap-analysis)=
4041
## What it takes to reach 1:1 parity
4142

4243
`roboverse_pack/tasks/maniskill/pick_cube.py` needs:

docs/source/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ Scenes <dataset_benchmark/dataset/scenes>
150150
Benchmark Overview <dataset_benchmark/benchmark/overview>
151151
Benchmark Results <dataset_benchmark/benchmark/results>
152152
Benchmark Usage <dataset_benchmark/benchmark/usage>
153+
ManiSkill Integration <dataset_benchmark/integrations/maniskill>
154+
mjlab Integration <dataset_benchmark/integrations/mjlab>
155+
RoboTwin Integration <dataset_benchmark/integrations/robotwin>
153156
```
154157

155158
```{toctree}

0 commit comments

Comments
 (0)