From 159897ec22de7cf03be9d98601deb5e3ed306e1c Mon Sep 17 00:00:00 2001 From: Kolin Guo Date: Fri, 19 Apr 2024 18:12:31 -0700 Subject: [PATCH] Add no-index to all automethods --- mplib/sapien_utils/conversion.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mplib/sapien_utils/conversion.py b/mplib/sapien_utils/conversion.py index 5550a2b..840cb0d 100644 --- a/mplib/sapien_utils/conversion.py +++ b/mplib/sapien_utils/conversion.py @@ -368,6 +368,7 @@ def is_articulation_planned(self, articulation: PhysxArticulation | str) -> bool method .. automethod:: mplib.PlanningWorld.is_articulation_planned + :no-index: .. raw:: html """ @@ -393,6 +394,7 @@ def set_articulation_planned( # type: ignore method .. automethod:: mplib.PlanningWorld.set_articulation_planned + :no-index: .. raw:: html """ @@ -416,6 +418,7 @@ def is_object_attached(self, obj: Entity | str) -> bool: # type: ignore method .. automethod:: mplib.PlanningWorld.is_object_attached + :no-index: .. raw:: html """ @@ -463,6 +466,7 @@ def attach_object( # type: ignore methods .. automethod:: mplib.PlanningWorld.attach_object + :no-index: .. raw:: html """ @@ -510,6 +514,7 @@ def detach_object(self, obj: Entity | str, also_remove: bool = False) -> bool: method .. automethod:: mplib.PlanningWorld.detach_object + :no-index: .. raw:: html """ @@ -541,6 +546,7 @@ def attach_sphere( # type: ignore method .. automethod:: mplib.PlanningWorld.attach_sphere + :no-index: .. raw:: html """ @@ -580,6 +586,7 @@ def attach_box( # type: ignore method .. automethod:: mplib.PlanningWorld.attach_box + :no-index: .. raw:: html """ @@ -621,6 +628,7 @@ def attach_mesh( # type: ignore method .. automethod:: mplib.PlanningWorld.attach_mesh + :no-index: .. raw:: html """