aboutsummaryrefslogtreecommitdiff
path: root/tex/src/figure-file-architecture.tex
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-02-07 21:11:40 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-02-07 21:11:40 +0100
commit4b42f6fb445b3b6f103154cfc688c539b1854434 (patch)
tree93c9686fc0bf333ed30fdfd7b2967a167915d413 /tex/src/figure-file-architecture.tex
parent79ec93bc2c6f9868e20ba081489f5e74ced58d9e (diff)
Edited parts of the text
While reading over the already written parts (and hopefully complete the paper), they were edited/corrected to be more clear.
Diffstat (limited to 'tex/src/figure-file-architecture.tex')
-rw-r--r--tex/src/figure-file-architecture.tex28
1 files changed, 14 insertions, 14 deletions
diff --git a/tex/src/figure-file-architecture.tex b/tex/src/figure-file-architecture.tex
index e08ee52..8fb1a6d 100644
--- a/tex/src/figure-file-architecture.tex
+++ b/tex/src/figure-file-architecture.tex
@@ -134,32 +134,32 @@
\node [anchor=west, at={(4.67cm,-3.0cm)}] {\scriptsize\sf by \LaTeX).};
\fi
+ %% .git/
+ \ifdefined\fullfilearchitecture
+ \node [dirbox, at={(0,-3.6cm)}, minimum width=14.2cm, minimum height=7mm,
+ label={[shift={(0,-5mm)}]\texttt{.git/}}, fill=brown!15!white] {};
+ \node [anchor=north, at={(0cm,-3.9cm)}]
+ {\scriptsize\sf Full project temporal provenance (version controlled history) in Git.};
+ \fi
+
%% .local/
\ifdefined\fullfilearchitecture
- \node [dirbox, at={(-3.6cm,-3.6cm)}, minimum width=7cm, minimum height=1.2cm,
+ \node [dirbox, at={(-3.6cm,-4.5cm)}, minimum width=7cm, minimum height=1.2cm,
label={[shift={(0,-5mm)}]\texttt{.local/}}, dashed, fill=brown!15!white] {};
- \node [anchor=west, at={(-7.1cm,-4.3cm)}]
+ \node [anchor=west, at={(-7.1cm,-5.2cm)}]
{\scriptsize\sf Symbolic link to project's software environment, e.g., };
- \node [anchor=west, at={(-7.1cm,-4.6cm)}]
+ \node [anchor=west, at={(-7.1cm,-5.5cm)}]
{\scriptsize\sf Python or R, run `\texttt{.local/bin/python}' or `\texttt{.local/bin/R}'};
\fi
%% .build/
\ifdefined\fullfilearchitecture
- \node [dirbox, at={(3.6cm,-3.6cm)}, minimum width=7cm, minimum height=1.2cm,
+ \node [dirbox, at={(3.6cm,-4.5cm)}, minimum width=7cm, minimum height=1.2cm,
label={[shift={(0,-5mm)}]\texttt{.build/}}, dashed, fill=brown!15!white] {};
- \node [anchor=west, at={(0.1cm,-4.3cm)}]
+ \node [anchor=west, at={(0.1cm,-5.2cm)}]
{\scriptsize\sf Symbolic link to project's top-level build directory.};
- \node [anchor=west, at={(0.1cm,-4.6cm)}]
+ \node [anchor=west, at={(0.1cm,-5.5cm)}]
{\scriptsize\sf Enabling easy access to all of project's built components.};
\fi
- %% .git/
- \ifdefined\fullfilearchitecture
- \node [dirbox, at={(0,-5cm)}, minimum width=14.2cm, minimum height=7mm,
- label={[shift={(0,-5mm)}]\texttt{.git/}}, dashed, fill=brown!15!white] {};
- \node [anchor=north, at={(0cm,-5.3cm)}]
- {\scriptsize\sf Full project temporal provenance (version controlled history) in Git.};
- \fi
-
\end{tikzpicture}