From d11b81f10866a17616878ca6a035eb721e25566f Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 30 Mar 2020 06:01:36 +0100 Subject: Section on starting new projects, and publishing project added With the main structure of Maneage explained, I have started to explain how a new project is created, along with a schematic diagram that shows two scenarios of how Git can help with project management. --- tex/src/figure-data-lineage.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tex/src/figure-data-lineage.tex') diff --git a/tex/src/figure-data-lineage.tex b/tex/src/figure-data-lineage.tex index 7379b2f..146a833 100644 --- a/tex/src/figure-data-lineage.tex +++ b/tex/src/figure-data-lineage.tex @@ -61,8 +61,8 @@ label={[shift={(0,-5mm)}]\texttt{format.mk}}] {}; \node (analysis2mk) [node-makefile, at={(2.67cm,-1.3cm)}, label={[shift={(0,-5mm)}]\texttt{demo-plot.mk}}] {}; - \node (analysis3mk) [node-makefile, at={(5.47cm,-1.3cm)}, - label={[shift={(0,-5mm)}]\texttt{another-step.mk}}] {}; + \node [opacity=0.6] (analysis3mk) [node-makefile, at={(5.47cm,-1.3cm)}, + label={[shift={(0,-5mm)}, opacity=0.6]\texttt{another-step.mk}}] {}; %% verify.mk \node [at={(-5.3cm,-2.8cm)}, -- cgit v1.2.1