Skip to content

Commit

Permalink
docs: Update the GIFs (#940)
Browse files Browse the repository at this point in the history
- now that activity feed appears first by default
  • Loading branch information
sylvaincom authored Dec 12, 2024
1 parent aed7431 commit d59781c
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 10 deletions.
4 changes: 2 additions & 2 deletions examples/00_getting_started/plot_01_getting_started.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,13 @@
# their history so that, from the skore UI, we could visualize their different
# histories:
#
# .. image:: https://media.githubusercontent.com/media/probabl-ai/skore/main/sphinx/_static/images/2024_12_10_tracking_comp.gif
# .. image:: https://media.githubusercontent.com/media/probabl-ai/skore/main/sphinx/_static/images/2024_12_12_tracking_comp.gif
# :alt: Tracking the history of an item from the skore UI
#
# |
# There is also an activity feed functionality on the left side bar:
#
# .. image:: https://media.githubusercontent.com/media/probabl-ai/skore/main/sphinx/_static/images/2024_12_09_skore_activity_feed.png
# .. image:: https://media.githubusercontent.com/media/probabl-ai/skore/main/sphinx/_static/images/2024_12_12_skore_activity_feed.png
# :alt: Activity feed on the skore UI
#
# |
Expand Down
4 changes: 2 additions & 2 deletions examples/01_track/plot_02_tracking_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
# and, from the skore UI, we could visualize the different histories of the ``my_int``
# item:
#
# .. image:: https://media.githubusercontent.com/media/probabl-ai/skore/main/sphinx/_static/images/2024_12_10_tracking_comp.gif
# .. image:: https://media.githubusercontent.com/media/probabl-ai/skore/main/sphinx/_static/images/2024_12_12_skore_tracking_comp.gif
# :alt: Tracking the history of an item from the skore UI
#
# There is also an activity feed functionality:
#
# .. image:: https://media.githubusercontent.com/media/probabl-ai/skore/main/sphinx/_static/images/2024_12_09_skore_activity_feed.png
# .. image:: https://media.githubusercontent.com/media/probabl-ai/skore/main/sphinx/_static/images/2024_12_12_skore_activity_feed.png
# :alt: Activity feed on the skore UI

# %%
Expand Down
9 changes: 9 additions & 0 deletions examples/02_diagnose/plot_01_cross_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,15 @@
cv_item = my_project.get_item("cross_validation_regression")
cv_item.plot

# %%
# .. note::
#
# If we put a cross-validation item in a skore project, we get some nice
# information in the UI:
#
# .. image:: https://media.githubusercontent.com/media/probabl-ai/skore/main/sphinx/_static/images/2024_12_12_skore_demo_comp.gif
# :alt: Getting started with ``skore`` demo

# %%
# Cleanup the project
# -------------------
Expand Down
3 changes: 0 additions & 3 deletions sphinx/_static/images/2024_12_09_skore_activity_feed.png

This file was deleted.

3 changes: 0 additions & 3 deletions sphinx/_static/images/2024_12_10_tracking_comp.gif

This file was deleted.

3 changes: 3 additions & 0 deletions sphinx/_static/images/2024_12_12_skore_activity_feed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions sphinx/_static/images/2024_12_12_skore_tracking_comp.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d59781c

Please sign in to comment.