Skip to content

Commit 3efab8a

Browse files
committed
Update URLs and docs title
1 parent 87bc93a commit 3efab8a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Executable Tutorials
22

33
A repository demonstrating one way to manage and distribute interactive tutorials.
4-
See the [Guide to Contributing](https://danielballan.github.io/interactive-tutorial-demo/contributing.html)
4+
See the [Guide to Contributing](https://scentific-python.org/executable-tutorials/contributing.html)
55
for a good overview of what this is like to use.
66

77
## Demo Links
88

99
- **[Tutorials (a.k.a. recipes)](https://github.com/scientific-python/executable-tutorials/tree/notebooks/docs/recipes)** are written in MyST Markdown.
1010
- They are published in **[Jupyter notebook](https://github.com/scientific-python/executable-tutorials/tree/notebooks/docs/recipes)** format, on the `notebooks` branch of this repo, which can be used in Colab, Binder, etc.
11-
- Executed examples are **[published](https://danielballan.github.io/interactive-tutorial-demo/)** on a GitHub Pages site.
12-
- **[Jupyter Lite (beta)](https://danielballan.github.io/interactive-tutorial-demo/jupyterlite/lab/index.html)** (works only on the basic executable example so far, missing dependencies for others)
11+
- Executed examples are **[published](https://scientific-python.github.io/exeuctable-tutorials/)** on a GitHub Pages site.
12+
- **[Jupyter Lite (beta)](https://scientific-python.github.io/executable-tutorials/jupyterlite/lab/index.html)** (works only on the basic executable example so far, missing dependencies for others)
1313
- **[Binder](https://mybinder.org/v2/gh/scientific-python/executable-tutorials/notebooks)**
1414

1515

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
extensions = ["myst_nb", "sphinx_copybutton"]
22

33
html_theme = 'sphinx_book_theme'
4-
html_title = 'Interactive Tutorial Demo'
4+
html_title = 'Executable Tutorials'
55
html_theme_options = {
6-
"repository_url": "https://github.com/danielballan/interactive-tutorial-demo",
6+
"repository_url": "https://github.com/scientific-python/executable-tutorials",
77
"path_to_docs": "docs",
88
"repository_branch": "main",
99
"use_repository_button": True,

0 commit comments

Comments
 (0)