docs: restyle intro pipeline figure to dj.Diagram notation (adaptive) - #250
Open
dimitri-yatsenko wants to merge 1 commit into
Open
docs: restyle intro pipeline figure to dj.Diagram notation (adaptive)#250dimitri-yatsenko wants to merge 1 commit into
dimitri-yatsenko wants to merge 1 commit into
Conversation
Redraw the intro-page pipeline figure in the modernized dj.Diagram notation: muted tier palette with colored strokes, ovals for Imported/Computed and rectangles for Manual/Lookup, thick/thin edges encoding cardinality, and a master-part entity cluster. Activity is now a Part of Segmentation, with the cell_mask and trace object-store attributes on the part and a make() that inserts into Segmentation.Activity. The SVG is theme-adaptive (auto): light by default, dark via prefers-color-scheme so it reads on both docs themes.
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.
Restyles the intro-page pipeline figure (
src/images/pipeline.svg, shown onindex.md) to the modernized dj.Diagram notation, and updates the illustrated schema.Visual
Scan → AverageFrame), thin = one-to-many — matching the #1533/#1534 rule.prefers-color-schemeso it reads on both docs themes. Degrades to the light palette where the media query isn't honored.Schema
cell_maskandtraceobject-store attributes moved ontoSegmentation.Activity; the master keepsnum_cells.make()snippet now inserts intoself.Activity.Mirrors the same figure regenerated in datajoint-python's README (on the #1534 diagram-restyle branch).