Skip to content

Commit 4f43fd0

Browse files
docs: fix diagram how-to version markers and remove broken mermaid
- Clarify that visual clustering is new in 2.1, not multi-schema support - Remove mermaid rendered example (mkdocs-jupyter doesn't process it) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 87ce3b9 commit 4f43fd0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/how-to/read-diagrams.ipynb

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,17 +1679,11 @@
16791679
"```"
16801680
]
16811681
},
1682-
{
1683-
"cell_type": "markdown",
1684-
"id": "kpn3hjsinh",
1685-
"source": "**Rendered example:**\n\n```mermaid\nflowchart LR\n classDef manual fill:#90EE90,stroke:#006400\n classDef lookup fill:#D3D3D3,stroke:#696969\n classDef computed fill:#FFB6C1,stroke:#8B0000\n classDef imported fill:#ADD8E6,stroke:#00008B\n classDef part fill:#FFFFFF,stroke:#000000\n\n subgraph __main__\n Session[Session]:::manual\n SessionQC([SessionQC]):::computed\n Subject[Subject]:::manual\n end\n\n Session --> SessionQC\n Subject --> Session\n```",
1686-
"metadata": {}
1687-
},
16881682
{
16891683
"cell_type": "markdown",
16901684
"id": "pqet0vo8pwp",
16911685
"metadata": {},
1692-
"source": "## Multi-Schema Pipelines\n\n*New in DataJoint 2.1*\n\nReal-world pipelines often span multiple schemas (modules). Tables are automatically grouped by schema, with the Python module name shown as the group label."
1686+
"source": "## Multi-Schema Pipelines\n\nReal-world pipelines often span multiple schemas (modules). \n\n*New in DataJoint 2.1:* Tables are automatically grouped into visual clusters by schema, with the Python module name shown as the group label."
16931687
},
16941688
{
16951689
"cell_type": "code",

0 commit comments

Comments
 (0)