Skip to content

Commit

Permalink
Add no-index to all automethods
Browse files Browse the repository at this point in the history
  • Loading branch information
KolinGuo committed Apr 20, 2024
1 parent 83bef5f commit 159897e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mplib/sapien_utils/conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ def is_articulation_planned(self, articulation: PhysxArticulation | str) -> bool
</code>
method</a></summary>
.. automethod:: mplib.PlanningWorld.is_articulation_planned
:no-index:
.. raw:: html
</details>
"""
Expand All @@ -393,6 +394,7 @@ def set_articulation_planned( # type: ignore
</code>
method</a></summary>
.. automethod:: mplib.PlanningWorld.set_articulation_planned
:no-index:
.. raw:: html
</details>
"""
Expand All @@ -416,6 +418,7 @@ def is_object_attached(self, obj: Entity | str) -> bool: # type: ignore
</code>
method</a></summary>
.. automethod:: mplib.PlanningWorld.is_object_attached
:no-index:
.. raw:: html
</details>
"""
Expand Down Expand Up @@ -463,6 +466,7 @@ def attach_object( # type: ignore
</code>
methods</a></summary>
.. automethod:: mplib.PlanningWorld.attach_object
:no-index:
.. raw:: html
</details>
"""
Expand Down Expand Up @@ -510,6 +514,7 @@ def detach_object(self, obj: Entity | str, also_remove: bool = False) -> bool:
</code>
method</a></summary>
.. automethod:: mplib.PlanningWorld.detach_object
:no-index:
.. raw:: html
</details>
"""
Expand Down Expand Up @@ -541,6 +546,7 @@ def attach_sphere( # type: ignore
</code>
method</a></summary>
.. automethod:: mplib.PlanningWorld.attach_sphere
:no-index:
.. raw:: html
</details>
"""
Expand Down Expand Up @@ -580,6 +586,7 @@ def attach_box( # type: ignore
</code>
method</a></summary>
.. automethod:: mplib.PlanningWorld.attach_box
:no-index:
.. raw:: html
</details>
"""
Expand Down Expand Up @@ -621,6 +628,7 @@ def attach_mesh( # type: ignore
</code>
method</a></summary>
.. automethod:: mplib.PlanningWorld.attach_mesh
:no-index:
.. raw:: html
</details>
"""
Expand Down

0 comments on commit 159897e

Please sign in to comment.