Skip to content

Commit

Permalink
Update sphinx_add_colab_link.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mcencini authored Dec 5, 2024
1 parent f800dc7 commit 8de085e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sphinx_add_colab_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run(self):
)

# Generate the Colab URL based on GitHub repo information
self.colab_url = f"https://colab.research.google.com/github/mind-inria/mri-nufft/blob/gh-pages/examples/{notebook_repo_relative_path}"
self.colab_url = f"https://colab.research.google.com/github/INFN-MRI/torchsim/blob/gh-pages/examples/{notebook_repo_relative_path}"

# Create the HTML button or link
self.html = f"""<div class="colab-button">
Expand Down Expand Up @@ -96,7 +96,7 @@ def notebook_modifier(self, notebook_path, commands):
)
message_class = "warning"
message = (
"Running this mri-nufft example requires a GPU, and hence is NOT "
"Running this torchsim example requires a GPU, and hence is NOT "
"possible on binder currently We request you to kindly run this notebook "
"on Google Colab by clicking the link below. Additionally, please make "
"sure to set the runtime on Colab to use a GPU and install the below "
Expand Down

0 comments on commit 8de085e

Please sign in to comment.