diff --git a/README.md b/README.md index 79175d48b..056f6bb74 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ The `underworld3` module (API) documentation can be found online: ## Binder demonstration version -Main Branch: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/underworldcode/underworld3/main) + Main Branch: [![Binder](https://mybinder.org/v2/gh/underworld-community/uw3-demo-launcher/HEAD?labpath=underworld3%2Fdocs%2Fuser%2FNotebooks%2FNotebook_Index.ipynb) -Development Branch: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/underworld-community/uw3-demo-launcher/HEAD?labpath=docs%2Fuser%2FNotebooks%2FNotebook_Index.ipynb) +Development Branch: [![Binder](https://mybinder.org/v2/gh/underworld-community/uw3-demo-launcher-dev/HEAD?labpath=underworld3%2Fdocs%2Fuser%2FNotebooks%2FNotebook_Index.ipynb) ## Installation Guide diff --git a/docs/user/_quarto.yml b/docs/user/_quarto.yml index 1bf928d40..d65804729 100644 --- a/docs/user/_quarto.yml +++ b/docs/user/_quarto.yml @@ -49,12 +49,15 @@ format: code-links: - text: Open in Binder icon: rocket-takeoff - href: https://mybinder.org/v2/gh/underworldcode/underworld3/development?labpath=WebBook/Notebooks + href: https://mybinder.org/v2/gh/underworld-community/uw3-demo-launcher/HEAD?labpath=underworld3%2Fdocs%2Fuser%2FNotebooks%2FNotebook_Index.ipynb other-links: - text: Github Repository icon: github href: https://github.com/underworldcode/underworld3 + - text: Underworld3 Blog + icon: newspaper + href: https://www.underworlcode.org # pdf: # documentclass: scrreprt diff --git a/docs/user/assets/BatPumpkin_255.png b/docs/user/assets/BatPumpkin_255.png new file mode 100644 index 000000000..5abcffd91 Binary files /dev/null and b/docs/user/assets/BatPumpkin_255.png differ diff --git a/docs/user/assets/qr-code.png b/docs/user/assets/qr-code.png new file mode 100644 index 000000000..ed2ab5b1a Binary files /dev/null and b/docs/user/assets/qr-code.png differ diff --git a/docs/user/index.qmd b/docs/user/index.qmd index 89e285368..3efb8bb5e 100644 --- a/docs/user/index.qmd +++ b/docs/user/index.qmd @@ -41,7 +41,7 @@ All `Underworld3` source code is released under the LGPL-3 open source licence. ## Installation Guide -The quickest option is **not to install** anything but click on the rocket icon (top right) to [launch our notebook examples](https://mybinder.org/v2/gh/underworldcode/underworld3/development?labpath=WebBook/Notebooks) on mybinder.org. +The quickest option is **not to install** anything but click on the rocket icon (top right) to [launch our notebook examples](https://mybinder.org/v2/gh/underworld-community/uw3-demo-launcher/HEAD?labpath=underworld3%2Fdocs%2Fuser%2FNotebooks%2FNotebook_Index.ipynb) on mybinder.org. If do you want to install the code on your own machine, we recommend using `miniconda` and `mamba`. Create a separate virtual environment and install the code from source. More details on how to do that are in the [Installation Instructions](Installation.qmd)