Skip to content

Commit 3edd979

Browse files
lguerardclaude
andcommitted
refactor(apidocs): ♻️ rename blockbuster → patchworks
The package was renamed (PyPI name clash). Update the apidocs build settings file and the landing-page link accordingly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent ab602f9 commit 3edd979

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PUBLIC/apidocs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1>API docs for IMCF Python packages.</h1>
4343
<h2>Common</h2>
4444

4545
<ul>
46-
<li><a href="blockbuster/">blockbuster</a> - tiled processing for any image, any function</li>
46+
<li><a href="patchworks/">patchworks</a> - tiled processing for any image, any function</li>
4747
<li><a href="hrm-omero/">hrm-omero</a> - OMERO connector for the Huygens Remote Manager (HRM)</li>
4848
<li><a href="logging-interceptor/">logging-interceptor</a> - interceptor to route logging calls from
4949
the stdlib to <a href="https://github.com/Delgan/loguru">loguru</a>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
##### MANDATORY #####
66

77
# the name of the repo (~the folder it will be cloned into):
8-
REPO_NAME="blockbuster"
8+
REPO_NAME="patchworks"
99

1010
# the URI of the repo to clone:
1111
REPO_URI="https://github.com/imcf/${REPO_NAME}.git"

0 commit comments

Comments
 (0)