mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-11 03:34:12 +08:00
fixed flow diagram in doco for diamond topo
This commit is contained in:
+13
-13
@@ -48,19 +48,19 @@ class DiamondTopology(Topology):
|
||||
"""
|
||||
Exposes a feed, merge, and passthrough bypass::
|
||||
|
||||
+--------+
|
||||
+---------->| |---------------+
|
||||
| +--------+ |
|
||||
| v
|
||||
+---+----+ +---+----+ +--------+ +--------+ +---+----+
|
||||
| +-->| +----->| |---------->| |--->| |
|
||||
+---+----+ +---+----+ +--------+ +--------+ +---+----+
|
||||
| ^
|
||||
| +--------+ |
|
||||
+---------->| |---------------+
|
||||
| +--------+ |
|
||||
| |
|
||||
+------------passthru----------------+
|
||||
+--------+
|
||||
+---------->| |---------------+
|
||||
| +--------+ |
|
||||
| v
|
||||
+---+----+ +---+----+ +--------+ +--------+ +---+----+
|
||||
| +-->| +----->| |---------->| |--->| |
|
||||
+---+----+ +---+----+ +--------+ +--------+ +---+----+
|
||||
| ^
|
||||
| +--------+ |
|
||||
+---------->| |---------------+
|
||||
| +--------+ |
|
||||
| |
|
||||
+------------passthru----------------+
|
||||
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user