Skip to content

Commit 21148a8

Browse files
committed
Point binder launcher links to development branch
The development branch is more current than main. Updated all binder badge URLs, documentation examples, and launch links to use the development branch of uw3-binder-launcher. Removed uw3-release-candidate references (branch merged). Underworld development team with AI support from Claude Code
1 parent 31d7fd3 commit 21148a8

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The full documentation including tutorials, API reference, and developer guides
2929

3030
## Binder demonstration version
3131

32-
- [Launch on Binder](https://mybinder.org/v2/gh/underworldcode/uw3-binder-launcher/uw3-release-candidate?labpath=underworld3%2Fdocs%2Fbeginner%2Ftutorials%2FNotebook_Index.ipynb)
32+
- [Launch on Binder](https://mybinder.org/v2/gh/underworldcode/uw3-binder-launcher/development?labpath=underworld3%2Fdocs%2Fbeginner%2Ftutorials%2FNotebook_Index.ipynb)
3333

3434

3535
## Installation Guide

docs/developer/guides/BINDER_CONTAINER_SETUP.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,8 @@ All layers should be under 1GB. If any layer exceeds ~800MB, consider splitting
198198

199199
| Branch | Launch |
200200
|--------|--------|
201-
| `main` | [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/underworldcode/uw3-binder-launcher/main) |
202-
| `uw3-release-candidate` | [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/underworldcode/uw3-binder-launcher/uw3-release-candidate) |
203201
| `development` | [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/underworldcode/uw3-binder-launcher/development) |
202+
| `main` | [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/underworldcode/uw3-binder-launcher/main) |
204203

205204
### URL Format
206205

@@ -211,7 +210,7 @@ https://mybinder.org/v2/gh/underworldcode/uw3-binder-launcher/<branch>
211210
### Badge Markdown
212211

213212
```markdown
214-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/underworldcode/uw3-binder-launcher/main)
213+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/underworldcode/uw3-binder-launcher/development)
215214
```
216215

217216
## Launcher Dockerfile
@@ -649,10 +648,10 @@ python scripts/binder_wizard.py username/my-course main tutorials/intro.ipynb
649648
### URL Format
650649

651650
```
652-
https://mybinder.org/v2/gh/underworldcode/uw3-binder-launcher/main
651+
https://mybinder.org/v2/gh/underworldcode/uw3-binder-launcher/development
653652
?urlpath=git-pull
654653
?repo=https://github.com/USER/REPO
655-
&branch=main
654+
&branch=development
656655
&urlpath=lab/tree/REPO
657656
```
658657

docs/developer/subsystems/containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The `LAUNCHER_PAT` secret (Personal Access Token with `repo` scope) enables cros
113113
Any repository can launch on mybinder.org using the pre-built image via nbgitpuller:
114114

115115
```
116-
https://mybinder.org/v2/gh/underworldcode/uw3-binder-launcher/main?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252FYOUR_ORG%252FYOUR_REPO%26urlpath%3Dlab%252Ftree%252FYOUR_REPO%252Fpath%252Fto%252Fnotebook.ipynb
116+
https://mybinder.org/v2/gh/underworldcode/uw3-binder-launcher/development?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252FYOUR_ORG%252FYOUR_REPO%26urlpath%3Dlab%252Ftree%252FYOUR_REPO%252Fpath%252Fto%252Fnotebook.ipynb
117117
```
118118

119119
Use the `scripts/binder_wizard.py` script to generate these URLs.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Underworld3 is a Python library for computational geodynamics, built on:
160160

161161
Launch interactive tutorials directly in your browser:
162162

163-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/underworldcode/uw3-binder-launcher/uw3-release-candidate?labpath=underworld3%2Fdocs%2Fbeginner%2Ftutorials%2FNotebook_Index.ipynb)
163+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/underworldcode/uw3-binder-launcher/development?labpath=underworld3%2Fdocs%2Fbeginner%2Ftutorials%2FNotebook_Index.ipynb)
164164

165165
```{toctree}
166166
:maxdepth: 2

docs/presentations/_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ format:
1010
code-links:
1111
- text: Open in Binder
1212
icon: rocket-takeoff
13-
href: https://mybinder.org/v2/gh/underworldcode/uw3-binder-launcher/uw3-release-candidate?labpath=underworld3%2Fdocs%2Fbeginner%2Ftutorials%2FNotebook_Index.ipynb
13+
href: https://mybinder.org/v2/gh/underworldcode/uw3-binder-launcher/development?labpath=underworld3%2Fdocs%2Fbeginner%2Ftutorials%2FNotebook_Index.ipynb
1414
other-links:
1515
- text: Github Repository
1616
icon: github

0 commit comments

Comments
 (0)