Skip to content

Commit 7c3d49f

Browse files
committed
migrate doc to docs
1 parent c2d202c commit 7c3d49f

5 files changed

+21
-21
lines changed
File renamed without changes.

doc/legend.dot docs/legend.dot

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
@startdot
22
digraph Legend {
33
rankdir=LR;
4-
bgcolor=none;
4+
bgcolor=white;
55
subgraph clusterLegend {
66
color=black;
77
bgcolor=white;
88
label = "Legend";
99

10-
node [shape=rect, style=filled, color=black, fillcolor=none];
10+
node [shape=rect, style=filled, color=black, fillcolor=white];
1111

1212
# C++ Stuff
1313
CPP [label="Foo.cpp", shape=note, fillcolor=royalblue];

doc/legend.svg docs/legend.svg

+18-18
Loading
File renamed without changes.

doc/local_pipeline.svg docs/local_pipeline.svg

+1-1
Loading

0 commit comments

Comments
 (0)