From 894d0a42de27b724111b4c664b2671be9ddd2eaa Mon Sep 17 00:00:00 2001 From: munechika-koyo Date: Wed, 3 Jun 2026 16:25:30 +0200 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=94=A7=20Add=20environment=20configur?= =?UTF-8?q?ation=20for=20binder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .binder/environment.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .binder/environment.yml diff --git a/.binder/environment.yml b/.binder/environment.yml new file mode 100644 index 0000000..34b11e8 --- /dev/null +++ b/.binder/environment.yml @@ -0,0 +1,6 @@ +name: cherab-imas-nblink-environment +channels: + - conda-forge +dependencies: + - cherab-imas + - ultraplot From 07804bddf8e0255abc6adabff6bbe4fdcbcb5482 Mon Sep 17 00:00:00 2001 From: munechika-koyo Date: Wed, 3 Jun 2026 16:56:47 +0200 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=94=A7=20Refactor=20repository=20URL?= =?UTF-8?q?=20handling=20in=20conf.py=20for=20improved=20clarity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/conf.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a85684f..5710976 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -12,8 +12,9 @@ copyright = f"2023-{date.today().year}, {author}" version_obj = parse(__version__) release = version_obj.public -repository_url = "https://github.com/cherab/imas" +gh_user_repo = "cherab/imas" repository_main_branch = "master" +repository_url = f"https://github.com/{gh_user_repo}" # -- General configuration --------------------------------------------------- extensions = [ @@ -197,7 +198,9 @@
This page was generated from {{ docname|e }}. -
+
+ Interactive online version: + Binder badge. Download notebook.