Skip to content

Commit 334c24f

Browse files
authored
Merge pull request #27 from Student-Team-Projects/docs
Added TODO and sketched docs
2 parents 6439b6d + 0263bd0 commit 334c24f

8 files changed

Lines changed: 51 additions & 0 deletions

File tree

TODO.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## TODO
2+
1. add link to parent process in `.html` files
3+
2. fix colored output in `.html` files (see `./test/test-color.sh`)
4+
3. get rid of special terminal symbols in `.html` files (see `./test/test-color.sh`)
5+
4. replace `link` in nohup tests with full command
6+
5. take care of warnings during compilation
7+
6. add SSH, sudo and rsync handling (consult with the maintainer of the package on `AUR`)
384 KB
Binary file not shown.

docs/sketches/tex/main.tex

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
\documentclass[a4paper]{article}
2+
\usepackage{graphicx}
3+
\usepackage{pdflscape}
4+
\usepackage{afterpage}
5+
\usepackage[margin=1cm]{geometry}
6+
7+
\pagestyle{empty}
8+
9+
\newcommand{\FullPageSketch}[2]{
10+
\afterpage{
11+
\begin{landscape}
12+
\begin{figure}[p]
13+
\centering
14+
\includegraphics[width=1.3\paperwidth]{#1}
15+
\end{figure}
16+
\end{landscape}
17+
}
18+
}
19+
20+
\begin{document}
21+
22+
% Title page
23+
\begin{landscape}
24+
\begin{titlepage}
25+
\centering
26+
\vspace*{\fill}
27+
{\Huge Bash-Debugger sketched documentation \par}
28+
\vspace{1cm}
29+
{\Large cieplypolar \par}
30+
\vspace{2cm}
31+
{\large Note: Sketches have not been updated continuously, keep that in mind ;) \par}
32+
\vspace*{\fill}
33+
\end{titlepage}
34+
\end{landscape}
35+
36+
\newpage
37+
38+
\FullPageSketch{sketch1.png}{270}
39+
\FullPageSketch{sketch2.png}{270}
40+
\FullPageSketch{sketch3.png}{270}
41+
\FullPageSketch{sketch4.png}{270}
42+
\FullPageSketch{sketch5.png}{270}
43+
44+
\end{document}

docs/sketches/tex/sketch1.png

119 KB
Loading

docs/sketches/tex/sketch2.png

74 KB
Loading

docs/sketches/tex/sketch3.png

145 KB
Loading

docs/sketches/tex/sketch4.png

96 KB
Loading

docs/sketches/tex/sketch5.png

85.3 KB
Loading

0 commit comments

Comments
 (0)