From b4fd46e763a01bcd33f5eaf006099decd9b822c8 Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Fri, 26 Jul 2024 10:39:49 +0200 Subject: [PATCH] fix python doc generation --- rerun_py/docs/gen_common_index.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rerun_py/docs/gen_common_index.py b/rerun_py/docs/gen_common_index.py index 73edd33519cab..427bbd2bfca72 100755 --- a/rerun_py/docs/gen_common_index.py +++ b/rerun_py/docs/gen_common_index.py @@ -211,10 +211,9 @@ class Section: "archetypes.Transform3D", "archetypes.LeafTransforms3D", "archetypes.ViewCoordinates", + "components.Scale3D", "datatypes.Quaternion", "datatypes.RotationAxisAngle", - "datatypes.Scale3D", - "datatypes.TranslationRotationScale3D", ], gen_page=False, ),