Skip to content

Commit 55a7838

Browse files
committed
remove external connections and core framework diagrams (questionable utility)
1 parent 9127a57 commit 55a7838

File tree

1 file changed

+0
-65
lines changed

1 file changed

+0
-65
lines changed

docs/dev/c4.md

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -77,71 +77,6 @@ C4Container
7777
UpdateLayoutConfig($c4ShapeInRow="5", $c4BoundaryInRow="5")
7878
```
7979

80-
```mermaid
81-
C4Container
82-
title [Containers] FloPy external connections
83-
84-
Boundary(flopy, "FloPy"){
85-
System(exs, "Examples API")
86-
System(gen, "Code generation")
87-
System(imp, "Data import")
88-
System(exp, "Data export")
89-
}
90-
91-
Boundary(github, "GitHub") {
92-
System(mf6, "MODFLOW 6")
93-
System(mf6exs, "MODFLOW 6 examples")
94-
}
95-
96-
Boundary(blob, "Storage") {
97-
System(aws, "Amazon S3")
98-
System(abs, "Azure Blob Storage")
99-
System(gcs, "Google Cloud Storage")
100-
System(hdfs, "HDFS")
101-
System(web, "File server")
102-
System(net, "Network file system")
103-
}
104-
105-
Boundary(usgs, "USGS") {
106-
System(scibase, "ScienceBase")
107-
}
108-
109-
Rel(gen, mf6, "retrieves DFNs")
110-
Rel(exs, mf6exs, "loads models (e.g. with Pooch)")
111-
Rel(imp, aws, "loads data")
112-
Rel(imp, abs, "")
113-
Rel(imp, gcs, "")
114-
Rel(imp, hdfs, "")
115-
Rel(imp, web, "")
116-
Rel(imp, net, "")
117-
Rel(exp, scibase, "loads metadata")
118-
119-
UpdateRelStyle(gen, mf6, $offsetX="-20")
120-
```
121-
122-
```mermaid
123-
C4Component
124-
title [Component] FloPy core framework
125-
126-
Container(fpyprepost, "Pre-/post-processing")
127-
Container(fpycodegen, "Code generation")
128-
Container(fpymf6, "MF6 Module")
129-
130-
Container_Boundary(fpycore, "Core framework") {
131-
Component(dis, "Discretization")
132-
Component(idm, "Input contexts")
133-
Component(io, "De/serialization")
134-
}
135-
136-
Rel(fpyprepost, dis, "imports")
137-
Rel(fpyprepost, idm, "imports")
138-
Rel(fpycodegen, idm, "uses")
139-
Rel(fpycodegen, fpymf6, "generates")
140-
Rel(fpymf6, dis, "import")
141-
Rel(fpymf6, idm, "imports")
142-
Rel(fpymf6, io, "imports")
143-
```
144-
14580
```mermaid
14681
C4Component
14782
title [Component] FloPy code generation

0 commit comments

Comments
 (0)