Skip to content

Commit 40b0514

Browse files
lguerardclaude
andcommitted
docs: πŸ“ fix three cross-page anchors that never resolved
The links carried a double dash where mkdocs slugifies "+" and "&" down to a single one, so every one of them landed at the top of the target page instead of the intended section. Caught by a --strict build. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent a944e7f commit 40b0514

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Ždocs/guide/label_relations.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ table[2]
2424
`table` only contains matched `a` labels (nuclei with at least one
2525
overlapping voxel in `cells`) β€” unmatched labels and full per-`b` coverage
2626
need a bit more bookkeeping (the [cluster workflow's `run_multi.py`
27-
script](snakemake.md#one-command-multiple-segmentations--relations) does
27+
script](snakemake.md#one-command-multiple-segmentations-relations) does
2828
this for you and writes it as a two-sheet workbook).
2929

3030
Save it as a table yourself:
@@ -41,4 +41,4 @@ with open("nuclei_to_cell.csv", "w", newline="") as f:
4141

4242
On the cluster, producing the two label stores in the first place is a
4343
matter of running the workflow twice against the same `work_dir` β€” see
44-
[Running two segmentations](snakemake.md#running-two-segmentations-eg-nuclei--cytoplasm).
44+
[Running two segmentations](snakemake.md#running-two-segmentations-eg-nuclei-cytoplasm).

β€Ždocs/guide/measurements.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ is built for this β€” its "Measure" dock widget computes area/centroid/intensity
1010
stats directly off a Labels layer's dask/zarr-backed array, out-of-core, and
1111
scales with chunk count rather than object count. It's the best fit for
1212
measuring *every* object in a store this size, not just a cropped region β€”
13-
see [View image + labels in napari](ome_zarr_napari.md#view-image--labels-in-napari).
13+
see [View image + labels in napari](ome_zarr_napari.md#view-image-labels-in-napari).
1414
Bundled in `patchworks[napari]`.
1515

1616
For interactively inspecting individual cells by clicking in the viewer (not

0 commit comments

Comments
Β (0)