docs: replace pre-2.0 landing-page illustration with editable SVG#164
Merged
MilagrosMarin merged 1 commit intomainfrom May 4, 2026
Merged
docs: replace pre-2.0 landing-page illustration with editable SVG#164MilagrosMarin merged 1 commit intomainfrom
MilagrosMarin merged 1 commit intomainfrom
Conversation
The hero image on the docs landing page was a 1 MB raster bundling a diagram and a code snippet; the editable source had been lost. The snippet used pre-2.0 type names (longblob, double). Replace with a hand-written SVG (5 KB) that: - depicts a calcium-imaging pipeline using the vocabulary already in calcium-pipeline.svg and computation-model.md - follows DataJoint's notation: rectangles for Manual/Lookup, ovals for Imported/Computed, encoded by both shape and color - uses 2.0 type syntax (int32, <blob@>) and the canonical make() form - preserves the original zoom-in callout from the highlighted node to its definition, with the same pedagogical annotations - uses the lighter pastel palette already in calcium-pipeline.svg The SVG is its own source — committed as text, no separate editable asset to lose.
MilagrosMarin
approved these changes
May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
src/images/pipeline.png(1 MB raster, lost source, pre-2.0 syntax) with a hand-writtensrc/images/pipeline.svg(5 KB) on the docs landing page.calcium-pipeline.svgandexplanation/computation-model.md.calcium-pipeline.svg.int32,<blob@>, canonicalmake()shape.Segmentationnode to its definition is preserved, with the original pedagogical annotations updated for 2.0 (database link, table name, dependency, object-store attribute, computation).Test plan
mkdocs serveand load/— confirm the new illustration renders inline, indented code reads correctly, all five annotations resolve to the right code lines.mkdocs build --strictpasses.int32,<blob@>) and not legacy ones.