Skip to content

Commit

Permalink
Fix notebook widgets in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément committed Sep 5, 2024
1 parent 4a5936c commit 6c99520
Show file tree
Hide file tree
Showing 9 changed files with 6,754 additions and 11,172 deletions.
16 changes: 16 additions & 0 deletions docs/_static/pypi.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
autodoc_typehints_format = "short"
python_use_unqualified_type_names = True
nbsphinx_allow_errors = True
nbsphinx_execute = os.getenv("NBSPHINX_EXECUTE", "auto")
nbsphinx_execute = "auto"
add_module_names = False
copybutton_prompt_text = r">>> |\.\.\. |\$ |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: "
copybutton_prompt_is_regexp = True
Expand All @@ -136,11 +136,12 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
html_js_files = ["pypi.js"]

intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"pandas": ("https://pandas.pydata.org/docs/", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"pot": ("https://pythonot.github.io/", None),
"fiftyone": ("https://docs.voxel51.com/objects.inv", None),
"fiftyone": ("https://docs.voxel51.com/", None),
}
3,800 changes: 1,900 additions & 1,900 deletions docs/notebooks/1_demo_dataset.ipynb

Large diffs are not rendered by default.

700 changes: 350 additions & 350 deletions docs/notebooks/2_demo_split.ipynb

Large diffs are not rendered by default.

4,929 changes: 247 additions & 4,682 deletions docs/notebooks/3_demo_evaluation_detection.ipynb

Large diffs are not rendered by default.

272 changes: 136 additions & 136 deletions docs/notebooks/4_demo_evaluation_crowd.ipynb

Large diffs are not rendered by default.

1,410 changes: 705 additions & 705 deletions docs/notebooks/5_demo_fiftyone.ipynb

Large diffs are not rendered by default.

1,248 changes: 624 additions & 624 deletions docs/notebooks/6_demo_schemas.ipynb

Large diffs are not rendered by default.

5,546 changes: 2,773 additions & 2,773 deletions docs/notebooks/7_demo_booleanize.ipynb

Large diffs are not rendered by default.

0 comments on commit 6c99520

Please sign in to comment.