Skip to content

Commit

Permalink
fix(doc): mermaid subgraph names (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks authored Feb 28, 2024
1 parent e96cb12 commit 3913718
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions qa-physics/docs/docDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
flowchart TB
data{{Data files}}:::data
timeline{{Timeline<br/>HIPO files}}:::timeline
subgraph Wrapper Script
subgraph "Wrapper Script"
auto[Automated step,<br/>by specified Wrapper Script]:::auto
end
manual[Manual step,<br/>not automated]:::manual
Expand Down Expand Up @@ -42,17 +42,17 @@ flowchart TB
monitorReadOut --> datasetOrganize
datasetOrganize --> outmonFiles
datasetOrganize --> outdatFiles
monitorPlot[monitorPlot.groovy]:::auto
timelineFiles{{$qa_dir/outmon/$timeline.hipo}}:::timeline
outmonFiles --> monitorPlot
monitorPlot --> timelineFiles
qaPlot[qaPlot.groovy]:::auto
createEpochs[create or edit<br>epochs/epochs.$dataset.txt<br>see mkTree.sh]:::manual
outdatFiles --> mkTree[mkTree.sh<br />readTree.C]:::manual
mkTree --> createEpochs[create or edit<br>epochs/epochs.$dataset.txt]:::manual
monitorElec{{$qa_dir/outmon/monitorElec.hipo}}:::data
outdatFiles --> qaPlot
outdatFiles --> createEpochs
qaPlot --> monitorElec
qaCut[qaCut.groovy]:::auto
Expand All @@ -74,8 +74,8 @@ flowchart TB
buildCT --> chargeTree
timelineFiles --> stage0
end
subgraph Manual QA, in QA subdirectory
subgraph "Manual QA, in QA subdirectory"
import[import.sh]:::manual
qaLoc{{qa/ -> qa.$dataset/<br>qa/qaTree.json}}:::data
parse[parseQAtree.groovy<br>called automatically<br>whenever needed]:::auto
Expand All @@ -85,7 +85,7 @@ flowchart TB
import --> qaLoc
qaLoc --> parse
parse --> qaTable
inspect[manual inspection<br>- view qaTable.dat<br>- view online monitor]:::manual
qaTable --> inspect
inspect --> edit{edit?}
Expand All @@ -99,7 +99,7 @@ flowchart TB
qaBak --> undo
end
subgraph Finalize
subgraph "Finalize"
exeQAtimelines[exeQAtimelines.sh]:::manual
qaTreeUpdated{{$qa_dir/outdat/qaTree.json}}:::data
qaTL{{$qa_dir/outmon.qa/$timeline.hipo}}:::timeline
Expand Down

0 comments on commit 3913718

Please sign in to comment.