diff --git a/docs/source/conf.py b/docs/source/conf.py index 03cd92aec..694677233 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,7 +21,7 @@ copyright = '2021, Labelbox' author = 'Labelbox' -release = '3.11.0' +release = '3.25.1' # -- General configuration --------------------------------------------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index 4ef28a17f..b5e5f1290 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -181,3 +181,17 @@ AnnotationImport .. automodule:: labelbox.schema.annotation_import :members: :show-inheritance: + +Batch +---------------------------- + +.. automodule:: labelbox.schema.batch + :members: + :show-inheritance: + +ResourceTag +---------------------------- + +.. automodule:: labelbox.schema.resource_tag + :members: + :show-inheritance: \ No newline at end of file