Skip to content

Commit 33db531

Browse files
committed
[internutopia] Catch up with the latest code
1 parent e4bc05f commit 33db531

39 files changed

+469
-477
lines changed
32.5 KB
Loading
-739 KB
Binary file not shown.
301 KB
Loading
-175 KB
Binary file not shown.

source/en/api/articulation.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
internutopia.core.robot.articulation
2+
===================================
3+
4+
articulation
5+
-----
6+
7+
.. automodule:: internutopia.core.robot.articulation
8+
:members:

source/en/api/camera.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
internutopia.core.sensor.camera
2+
===================================
3+
4+
camera
5+
-----
6+
7+
.. automodule:: internutopia.core.sensor.camera
8+
:members:

source/en/api/datahub.rst

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

source/en/api/env.rst

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
1-
grutopia.core.env
1+
internutopia.core.env
22
=================
33

4-
env
5-
---
4+
gym_env
5+
-----
66

7-
.. autoclass:: grutopia.core.gym_env.Env
7+
.. autoclass:: internutopia.core.gym_env.Env
88
:members:
99

10+
11+
vec_env
12+
-----
13+
14+
.. autoclass:: internutopia.core.vec_env.Env
15+
:members:
16+
17+
1018
runner
1119
------
1220

13-
.. autoclass:: grutopia.core.runner.SimulatorRunner
21+
.. autoclass:: internutopia.core.runner.SimulatorRunner
1422
:members:

source/en/api/index.rst

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
API
22
=====
33

4+
5+
InternUtopia
6+
------
47
.. toctree::
58
:maxdepth: 2
6-
:caption: API Reference
9+
:caption: InternUtopia
710

8-
grutopia.core.env <env>
9-
grutopia.core.register <register>
10-
grutopia.core.robot <robot>
11-
grutopia.core.sensor <sensor>
12-
grutopia.core.scene <scene>
13-
grutopia.core.object <object>
14-
grutopia.core.task <task>
15-
grutopia.core.util <util>
11+
internutopia.core.env <env>
12+
internutopia.core.robot <robot>
13+
internutopia.core.sensor <sensor>
14+
internutopia.core.object <object>
15+
internutopia.core.task <task>
16+
internutopia.core.robot.articulation <articulation>
17+
internutopia.core.sensor.camera <camera>
18+
internutopia.core.robot.rigid_body <rigid_body>

source/en/api/object.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
grutopia.core.object
1+
internutopia.core.object
22
===================================
33

44

55
object
66
------
77

8-
.. automodule:: grutopia.core.object.object
8+
.. automodule:: internutopia.core.object.object
99
:members:

0 commit comments

Comments
 (0)