-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BAC-9154: add mermaidjs support to docs
Merge in BAC/icometrix-sdk from feature/mermaid-docs to master Squashed commit of the following: commit 449e263ef7c39a214eda6cfee69099564d14fed0 Merge: d2bceb7 d7c6ca8 Author: Jeroen Pinxten <jeroen.pinxten@icometrix.com> Date: Thu Feb 15 11:27:37 2024 +0100 Merge branch 'master' into feature/mermaid-docs # Conflicts: # docs/developer_guide/models.rst commit d2bceb77cb0d968f338c13987182d50087f84dd7 Author: Jeroen Pinxten <jeroen.pinxten@icometrix.com> Date: Thu Feb 15 11:26:21 2024 +0100 BAC-9154: model relation docs commit 625f3acedec41de2ad0aa78821f563f657867b5e Author: Jeroen Pinxten <jeroen.pinxten@icometrix.com> Date: Thu Feb 15 11:22:32 2024 +0100 BAC-9154: add mermaidJS support in DOCS
- Loading branch information
Showing
5 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
erDiagram | ||
USERS }|--|{ PROJECTS : "has access to" | ||
PROJECTS ||--|{ PATIENTS : contains | ||
PATIENTS ||--|{ STUDIES : contains | ||
STUDIES ||--|{ SERIES : contains | ||
SERIES ||--|{ DICOMS : contains | ||
STUDIES ||--|{ PIPELINE-RESULT : has | ||
PIPELINE-RESULTS ||--|{ CUSTOMER-RESULTS : has | ||
PATIENTS ||--|{ PIPELINE-LONG-RESULTS : has | ||
PIPELINE-LONG-RESULTS ||--|{ CUSTOMER-LONG-RESULTS : has | ||
STUDIES ||--|| CUSTOMER-REPORTS : has |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
-r ../requirements.txt | ||
sphinx>=7.2.6 | ||
sphinxcontrib-mermaid~=0.9.2 | ||
furo |