Skip to content

Commit

Permalink
Add links
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed May 23, 2024
1 parent 8e4ebfe commit 220f9d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/_templates/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
type="radio"
name="demo-app"
autocomplete="off"
value="{{ pathto('try/retro/index') }}?path=Widget%20List.ipynb"
value="{{ pathto('try/tree/index') }}?path=Widget%20List.ipynb"
>
<i class="fas fa-book"></i> Notebook
</label>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def setup(app):
rediraffe_redirects = {
"typedoc/index": "_static/typedoc/index",
"try/lab/index": "_static/lab/index",
"try/retro/index": "_static/retro/tree/index",
"try/notebook/index": "_static/tree/index",
}

# -- html --------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

There is a subdirectory called examples in the GitHub repo for `ipywidgets`. In the samples subdirectory are two directories, notebooks and development.

<iframe width="100%" height="100vw" src="_static/retro/notebooks/?path=examples/Widget%20List.ipynb">
<iframe width="100%" height="100vw" src="_static/notebooks/?path=examples/Widget%20List.ipynb">
</iframe>

0 comments on commit 220f9d0

Please sign in to comment.