Skip to content

Commit

Permalink
basically done
Browse files Browse the repository at this point in the history
  • Loading branch information
tssweeney committed Aug 9, 2024
1 parent d49324c commit 9b11d7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/docs/reference/gen_notebooks/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

:::tip[This is a notebook]

<a href="https://colab.research.google.com/github/wandb/weave/blob/master/./notebooks/example.ipynb" target="_blank" rel="noopener noreferrer" class="navbar__item navbar__link button button--secondary button--med margin-right--sm notebook-cta-button"><div><img src="https://upload.wikimedia.org/wikipedia/commons/archive/d/d0/20221103151430%21Google_Colaboratory_SVG_Logo.svg" alt="Open In Colab" height="20px" /><div>Open in Colab</div></div></a>
<a href="https://colab.research.google.com/github/wandb/weave/blob/master/docs/./notebooks/example.ipynb" target="_blank" rel="noopener noreferrer" class="navbar__item navbar__link button button--secondary button--med margin-right--sm notebook-cta-button"><div><img src="https://upload.wikimedia.org/wikipedia/commons/archive/d/d0/20221103151430%21Google_Colaboratory_SVG_Logo.svg" alt="Open In Colab" height="20px" /><div>Open in Colab</div></div></a>

<a href="https://github.com/wandb/weave/blob/master/./notebooks/example.ipynb" target="_blank" rel="noopener noreferrer" class="navbar__item navbar__link button button--secondary button--med margin-right--sm notebook-cta-button"><div><img src="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg" alt="View in Github" height="15px" /><div>View in Github</div></div></a>
<a href="https://github.com/wandb/weave/blob/master/docs/./notebooks/example.ipynb" target="_blank" rel="noopener noreferrer" class="navbar__item navbar__link button button--secondary button--med margin-right--sm notebook-cta-button"><div><img src="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg" alt="View in Github" height="15px" /><div>View in Github</div></div></a>

:::

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/reference/gen_notebooks/intro_notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ title: Head Metadata

:::tip[This is a notebook]

<a href="https://colab.research.google.com/github/wandb/weave/blob/master/./intro_notebook.ipynb" target="_blank" rel="noopener noreferrer" class="navbar__item navbar__link button button--secondary button--med margin-right--sm notebook-cta-button"><div><img src="https://upload.wikimedia.org/wikipedia/commons/archive/d/d0/20221103151430%21Google_Colaboratory_SVG_Logo.svg" alt="Open In Colab" height="20px" /><div>Open in Colab</div></div></a>
<a href="https://colab.research.google.com/github/wandb/weave/blob/master/docs/./intro_notebook.ipynb" target="_blank" rel="noopener noreferrer" class="navbar__item navbar__link button button--secondary button--med margin-right--sm notebook-cta-button"><div><img src="https://upload.wikimedia.org/wikipedia/commons/archive/d/d0/20221103151430%21Google_Colaboratory_SVG_Logo.svg" alt="Open In Colab" height="20px" /><div>Open in Colab</div></div></a>

<a href="https://github.com/wandb/weave/blob/master/./intro_notebook.ipynb" target="_blank" rel="noopener noreferrer" class="navbar__item navbar__link button button--secondary button--med margin-right--sm notebook-cta-button"><div><img src="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg" alt="View in Github" height="15px" /><div>View in Github</div></div></a>
<a href="https://github.com/wandb/weave/blob/master/docs/./intro_notebook.ipynb" target="_blank" rel="noopener noreferrer" class="navbar__item navbar__link button button--secondary button--med margin-right--sm notebook-cta-button"><div><img src="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg" alt="View in Github" height="15px" /><div>View in Github</div></div></a>

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/generate_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def make_header(notebook_path):
github_uri = "wandb/weave/blob/master"
github_uri = "wandb/weave/blob/master/docs"
colab_root = f"https://colab.research.google.com/github/{github_uri}"
colab_path = f"{colab_root}/{notebook_path}"
github_path = f"https://github.com/{github_uri}/{notebook_path}"
Expand Down

0 comments on commit 9b11d7d

Please sign in to comment.