From 2d8529b51742fc1fb1ab3689ccff71517c19a69e Mon Sep 17 00:00:00 2001 From: Yamini Kancharana Date: Mon, 11 Dec 2023 15:09:05 -0800 Subject: [PATCH 1/3] update index.rst --- docs/source/index.rst | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index d4285fed2..682aa08a2 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -235,3 +235,38 @@ Identifiables .. automodule:: labelbox.schema.identifiables :members: :show-inheritance: + +ConflictResolutionStrategy +--------------------------- + +.. automodule:: labelbox.schema.conflict_resolution_strategy + :members: + :show-inheritance: + +FoundryClient +--------------------------- + +.. automodule:: labelbox.schema.foundry.foundry_client + :members: + :show-inheritance: + +App +--------------------------- + +.. automodule:: labelbox.schema.foundry.app + :members: + :show-inheritance: + +Model +--------------------------- + +.. automodule:: labelbox.schema.foundry.model + :members: + :show-inheritance: + +SendToAnnotateParams +--------------------------- + +.. automodule:: labelbox.schema.send_to_annotate_params + :members: + :show-inheritance: \ No newline at end of file From 78e3c69ade55e5dd224ad0bb0fb7c4467f48b8ae Mon Sep 17 00:00:00 2001 From: Yamini Kancharana Date: Mon, 11 Dec 2023 15:28:29 -0800 Subject: [PATCH 2/3] fix indentation error --- labelbox/schema/identifiables.py | 1 + 1 file changed, 1 insertion(+) diff --git a/labelbox/schema/identifiables.py b/labelbox/schema/identifiables.py index f7cd97b49..ab4c89b53 100644 --- a/labelbox/schema/identifiables.py +++ b/labelbox/schema/identifiables.py @@ -5,6 +5,7 @@ class IdType(str, Enum): """ The type of id used to identify a data row. + Currently supported types are: - DataRowId: The id assigned to a data row by Labelbox. - GlobalKey: The id assigned to a data row by the user. From e801d46bcf96149f8d9118f49b7a673f5e972172 Mon Sep 17 00:00:00 2001 From: Yamini Kancharana Date: Mon, 11 Dec 2023 15:48:50 -0800 Subject: [PATCH 3/3] updated rst --- docs/source/index.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 682aa08a2..b56708cbb 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,7 +2,7 @@ Labelbox Python API reference =================================== .. toctree:: - :maxdepth: 2 + :maxdepth: 3 :caption: Contents: Client @@ -238,35 +238,30 @@ Identifiables ConflictResolutionStrategy --------------------------- - .. automodule:: labelbox.schema.conflict_resolution_strategy :members: :show-inheritance: FoundryClient --------------------------- - .. automodule:: labelbox.schema.foundry.foundry_client :members: :show-inheritance: App --------------------------- - .. automodule:: labelbox.schema.foundry.app :members: :show-inheritance: -Model +FoundryModel --------------------------- - .. automodule:: labelbox.schema.foundry.model :members: :show-inheritance: SendToAnnotateParams --------------------------- - .. automodule:: labelbox.schema.send_to_annotate_params :members: :show-inheritance: \ No newline at end of file