Skip to content

Commit 138d199

Browse files
authored
Merge pull request #2 from imcf/apidocs/rename-patchworks
refactor(apidocs): rename blockbuster → patchworks
2 parents ab602f9 + 3edd979 commit 138d199

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)