doc changes

This commit is contained in:
minjaesong
2022-02-15 21:43:38 +09:00
parent a7183f0650
commit f581409d82

View File

@@ -1,5 +1,5 @@
digraph g { digraph g {
concentrate=true concentrate=tru
dpi=192 dpi=192
{rank=same; copper iron steel} {rank=same; copper iron steel}
@@ -34,11 +34,12 @@ digraph g {
kinetic [shape=component] kinetic [shape=component]
information [shape=component] information [shape=component]
"sequential logic" [shape=component] /* implies electronic memory */ "sequential logic" [shape=component] /* implies electronic memory */
telecommunication [shape=component] /* implies radio transmission */ radio [shape=component]
telecommunication [shape=component]
teleportation [shape=component] teleportation [shape=component]
optics [shape=component] optics [shape=component]
"quantum mechanics" [shape=component] "quantum mechanics" [shape=component]
"computer network" [shape=component] networking [shape=component]
"haute couture" [shape=component] "haute couture" [shape=component]
"world portal" [shape=component] "world portal" [shape=component]
/* useable items */ /* useable items */
@@ -51,6 +52,7 @@ digraph g {
furnitures [shape=box,style=filled,fillcolor=khaki] furnitures [shape=box,style=filled,fillcolor=khaki]
office [shape=box,style=filled,fillcolor=khaki] office [shape=box,style=filled,fillcolor=khaki]
"logic gate" [shape=box,style=filled,fillcolor=khaki] "logic gate" [shape=box,style=filled,fillcolor=khaki]
"wireless circuit" [shape=box,style=filled,fillcolor=khaki]
wire [shape=box,style=filled,fillcolor=khaki] wire [shape=box,style=filled,fillcolor=khaki]
typewriter [shape=box,style=filled,fillcolor=khaki] typewriter [shape=box,style=filled,fillcolor=khaki]
teletype [shape=box,style=filled,fillcolor=khaki] teletype [shape=box,style=filled,fillcolor=khaki]
@@ -118,15 +120,17 @@ digraph g {
iron -> typewriter -> teletype iron -> typewriter -> teletype
wire -> "logic gate" wire -> "logic gate"
electricity -> telecommunication electricity -> radio
quartz -> telecommunication quartz -> radio -> "wireless circuit"
information -> telecommunication -> "computer network" radio -> telecommunication
information -> telecommunication -> networking
"wireless circuit" -> networking
telecommunication -> teletype -> rtty telecommunication -> teletype -> rtty
"logic gate" -> rtty "logic gate" -> rtty
quartz -> "sequential logic" quartz -> "sequential logic"
"logic gate" -> "sequential logic" -> "computing unit" "logic gate" -> "sequential logic" -> "computing unit"
machines -> "computing unit" -> "computer network" machines -> "computing unit" -> networking
quartz -> optics quartz -> optics
optics -> "quantum mechanics" -> teleportation -> "world portal" /* to not make quartz useless */ optics -> "quantum mechanics" -> teleportation -> "world portal" /* to not make quartz useless */