aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-09-06 08:14:19 +0000
committerng0 <ng0@infotropique.org>2017-09-06 08:14:19 +0000
commit0e0e6e3594655a92532f32c46bf2abf5a5d4c0c2 (patch)
tree9a420f76d169194ad9514771b1347d8c2127860a /doc
parent706017af17667401fb5d555fc9b789a2525eb642 (diff)
downloadgnunet-0e0e6e3594655a92532f32c46bf2abf5a5d4c0c2.tar.gz
gnunet-0e0e6e3594655a92532f32c46bf2abf5a5d4c0c2.zip
doc: gnunet-c-tutorial: comment the included images/pdfs for now.
Diffstat (limited to 'doc')
-rw-r--r--doc/gnunet-c-tutorial.texi38
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/gnunet-c-tutorial.texi b/doc/gnunet-c-tutorial.texi
index 880364444..3b3e90e4f 100644
--- a/doc/gnunet-c-tutorial.texi
+++ b/doc/gnunet-c-tutorial.texi
@@ -218,25 +218,25 @@ higher layers of GNUnet on top of the lower ones. Each layer expands or extends
218the functionality of the service below (for instance, to build a mesh on top of 218the functionality of the service below (for instance, to build a mesh on top of
219a DHT). See figure ~\ref{fig:interaction} for an illustration of this approach. 219a DHT). See figure ~\ref{fig:interaction} for an illustration of this approach.
220 220
221\begin{figure}[!h] 221@c \begin{figure}[!h]
222 \begin{center} 222@c \begin{center}
223% \begin{subfigure} 223@c % \begin{subfigure}
224 \begin{subfigure}[b]{0.3\textwidth} 224@c \begin{subfigure}[b]{0.3\textwidth}
225 \centering 225@c \centering
226 \includegraphics[width=\textwidth]{figs/Service.pdf} 226@c \includegraphics[width=\textwidth]{figs/Service.pdf}
227 \caption{Service with API and network protocol} 227@c \caption{Service with API and network protocol}
228 \label{fig:service} 228@c \label{fig:service}
229 \end{subfigure} 229@c \end{subfigure}
230 ~~~~~~~~~~ 230@c ~~~~~~~~~~
231 \begin{subfigure}[b]{0.3\textwidth} 231@c \begin{subfigure}[b]{0.3\textwidth}
232 \centering 232@c \centering
233 \includegraphics[width=\textwidth]{figs/System.pdf} 233@c \includegraphics[width=\textwidth]{figs/System.pdf}
234 \caption{Service interaction} 234@c \caption{Service interaction}
235 \label{fig:interaction} 235@c \label{fig:interaction}
236 \end{subfigure} 236@c \end{subfigure}
237 \end{center} 237@c \end{center}
238 \caption{GNUnet's layered system architecture} 238@c \caption{GNUnet's layered system architecture}
239\end{figure} 239@c \end{figure}
240 240
241The main service implementation runs as a standalone process in the operating 241The main service implementation runs as a standalone process in the operating
242system and the client code runs as part of the client program, so crashes of a 242system and the client code runs as part of the client program, so crashes of a