Skip to content

Commit 741d778

Browse files
Documentation update for release v.3.58.0 (#1327)
2 parents 8ec4bca + e950690 commit 741d778

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

docs/source/index.rst

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Labelbox Python API reference
22
===================================
33

44
.. toctree::
5-
:maxdepth: 2
5+
:maxdepth: 3
66
:caption: Contents:
77

88
Client
@@ -235,3 +235,33 @@ Identifiables
235235
.. automodule:: labelbox.schema.identifiables
236236
:members:
237237
:show-inheritance:
238+
239+
ConflictResolutionStrategy
240+
---------------------------
241+
.. automodule:: labelbox.schema.conflict_resolution_strategy
242+
:members:
243+
:show-inheritance:
244+
245+
FoundryClient
246+
---------------------------
247+
.. automodule:: labelbox.schema.foundry.foundry_client
248+
:members:
249+
:show-inheritance:
250+
251+
App
252+
---------------------------
253+
.. automodule:: labelbox.schema.foundry.app
254+
:members:
255+
:show-inheritance:
256+
257+
FoundryModel
258+
---------------------------
259+
.. automodule:: labelbox.schema.foundry.model
260+
:members:
261+
:show-inheritance:
262+
263+
SendToAnnotateParams
264+
---------------------------
265+
.. automodule:: labelbox.schema.send_to_annotate_params
266+
:members:
267+
:show-inheritance:

labelbox/schema/identifiables.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
class IdType(str, Enum):
66
"""
77
The type of id used to identify a data row.
8+
89
Currently supported types are:
910
- DataRowId: The id assigned to a data row by Labelbox.
1011
- GlobalKey: The id assigned to a data row by the user.

0 commit comments

Comments
 (0)