Skip to content

Commit e6a0fe3

Browse files
committed
Add a comment
1 parent 0d32b92 commit e6a0fe3

File tree

70 files changed

+29848
-13935
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+29848
-13935
lines changed

docs/conf.py

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,31 @@
1313

1414
# -- Project information -----------------------------------------------------
1515

16-
project = 'Python SDK reference'
17-
copyright = '2025, Labelbox'
18-
author = 'Labelbox'
19-
release = '7.2.0'
16+
project = "Python SDK reference"
17+
copyright = "2025, Labelbox"
18+
author = "Labelbox"
19+
release = "7.2.0"
2020

2121
# -- General configuration ---------------------------------------------------
2222

2323
# Add any Sphinx extension module names here, as strings. They can be
2424
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
2525
# ones.
2626
extensions = [
27-
'multiproject', 'sphinx.ext.autodoc', 'sphinx.ext.viewcode',
28-
'sphinx.ext.napoleon', 'sphinx_rtd_theme'
27+
"multiproject",
28+
"sphinx.ext.autodoc",
29+
"sphinx.ext.viewcode",
30+
"sphinx.ext.napoleon",
31+
"sphinx_rtd_theme",
2932
]
3033

3134
# Add any paths that contain templates here, relative to this directory.
32-
templates_path = ['_templates']
35+
templates_path = ["_templates"]
3336

3437
# List of patterns, relative to source directory, that match files and
3538
# directories to ignore when looking for source files.
3639
# This pattern also affects html_static_path and html_extra_path.
37-
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
40+
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
3841

3942
multiproject_projects = {"labelbox": {"path": "labelbox"}}
4043

@@ -43,7 +46,7 @@
4346
# The theme to use for HTML and HTML Help pages. See the documentation for
4447
# a list of builtin themes.
4548
#
46-
html_theme = 'sphinx_rtd_theme'
49+
html_theme = "sphinx_rtd_theme"
4750

4851
# Add any paths that contain custom static files (such as style sheets) here,
4952
# relative to this directory. They are copied after the builtin static files,

examples/annotation_import/conversational.ipynb

Lines changed: 657 additions & 313 deletions
Large diffs are not rendered by default.

examples/annotation_import/conversational_LLM.ipynb

Lines changed: 643 additions & 306 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)