Skip to content

Commit 5d1bd8e

Browse files
committed
DOC: Remove dead .cid references to lost visual PNGs
PR #440 added 20 .cid references for example-visual PNGs in Core/Common/. The CIDs were computed locally by the contributor but the underlying binaries were never published to ITKTestingData and IPFS pinning has expired, so every fetch attempt (gh-pages CID/, data.kitware.com, itk.org, ipfs.io, dweb.link, w3s.link, nftstorage, pinata, filebase) now returns 404 / error pages. Building with Module_SphinxExamples=ON consequently fails 20 ExternalData fetches per configure. Remove the dead .cid files and the matching .. figure:: blocks (with their :scale:/:alt:/caption lines) from the affected Documentation.rst so the module builds cleanly. Real output PNGs (e.g. MakePartOfImageTransparent.png) and all unrelated content are untouched. Affected examples (Core/Common): ApplyAFilterOnlyToASpecifiedRegionOfAnImage, ApplyCustomOperationToEachPixelInImage, BoundingBoxOfAPointSet, BresenhamLine, ConvertArrayToImage, CreateDerivativeKernel, CreateGaussianKernel, CreateVectorImage, CropImageBySpecifyingRegion, ImageRegionIntersection, MakePartOfImageTransparent, MiniPipeline, ReadAPointSet. If the original visuals are recovered, the figure references can be restored together with the binaries in a follow-up. Assisted-by: Claude Code (claude-opus-4-7) -- audit of missing data sources and .rst cleanup.
1 parent ecd46dc commit 5d1bd8e

33 files changed

Lines changed: 0 additions & 112 deletions

src/Core/Common/ApplyAFilterOnlyToASpecifiedRegionOfAnImage/Documentation.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ That is, to tell the DerivativeImageFilter to only operate on a small region, yo
2525
Results
2626
-------
2727

28-
.. figure:: Relationship.png
29-
:scale: 70%
30-
:alt: relationship.png
31-
32-
3328
Code
3429
----
3530

src/Core/Common/ApplyAFilterOnlyToASpecifiedRegionOfAnImage/Relationship.png.cid

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Core/Common/ApplyCustomOperationToEachPixelInImage/Documentation.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ Synopsis
1010
--------
1111
Apply a custom operation to each pixel in an image.
1212

13-
.. figure:: Relationship.png
14-
:scale: 70%
15-
:alt: Relationship.png
16-
17-
1813
.. figure:: Operator.png
1914
:scale: 70%
2015
:alt: Operator.png

src/Core/Common/ApplyCustomOperationToEachPixelInImage/Operation.png.cid

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Core/Common/ApplyCustomOperationToEachPixelInImage/Relationship.png.cid

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Core/Common/BoundingBoxOfAPointSet/BoundingBox.png.cid

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Core/Common/BoundingBoxOfAPointSet/Documentation.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ Get the bounding box of a PointSet
1616

1717
Results
1818
-------
19-
.. figure:: BoundingBox.png
20-
:scale: 70%
21-
:alt: BoundingBox.png
22-
2319
Output::
2420
bounds: [0, 0.1, 0, 0.1, 0, 0]
2521
center: [0.05, 0.05, 0]

src/Core/Common/BresenhamLine/Documentation.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@ Get the points on a Bresenham line between two points.
1414

1515
Results
1616
-------
17-
.. figure:: Segmentation.png
18-
:scale: 70%
19-
:alt: Segmentation.png
20-
21-
ITK's Bresenham's Line algorithm is used and optimized for voxel traversal operations.
22-
23-
.. figure:: Operation.png
24-
:scale: 70%
25-
:alt: Operation.png
26-
2717
Output::
2818

2919
[0, 0]

src/Core/Common/BresenhamLine/Operation.png.cid

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Core/Common/BresenhamLine/Segmentation.png.cid

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)