Skip to content

Commit

Permalink
part06: Update numbering of exercises.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Jul 12, 2016
1 parent 1bf230a commit 4087a78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/programmers/tutorials/index.rst
Expand Up @@ -52,7 +52,7 @@ to extend and adapt the examples provided.

How to set up command-line argument and option processing in GC3Pie's `SessionBasedScript`:class:

`Application control and post-processing <https://github.com/uzh/gc3pie/tree/training-july-2016/docs/programmers/tutorials/workflows/part05.pdf>`_
`Application control and post-processing <https://github.com/uzh/gc3pie/tree/training-july-2016/docs/programmers/tutorials/workflows/part06.pdf>`_

How to check and react on the termination status of a GC3Pie Task/Application.

Expand Down
Binary file modified docs/programmers/tutorials/workflows/part06.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/programmers/tutorials/workflows/part06.tex
Expand Up @@ -250,7 +250,7 @@ \part{Post-processing}


\begin{frame}
\begin{exercise*}[5.A]
\begin{exercise*}[6.A]

In the \texttt{colorize.py} script from Exercise 4.A, modify the
\texttt{ColorizeApp} application to move the output picture file
Expand Down Expand Up @@ -346,7 +346,7 @@ \part{Termination status}


\begin{frame}
\begin{exercise*}[5.B]
\begin{exercise*}[6.B]

Modify the grayscaling script \texttt{ex2c} (or the code it
depends upon) so that, when a \texttt{GrayscaleApp} task has
Expand All @@ -360,7 +360,7 @@ \part{Termination status}


\begin{frame}
\begin{exercise*}[5.B+] \emph{(Bonus points)} Abstract the verbose
\begin{exercise*}[6.B+] \emph{(Bonus points)} Abstract the verbose
\texttt{terminated} method from exercise 3.B into an application
class \texttt{TermStatusApp}.

Expand Down Expand Up @@ -402,7 +402,7 @@ \part{Termination status}


\begin{frame}[fragile]
\begin{exercise*}[5.C] \emph{(Difficult)} \small
\begin{exercise*}[6.C] \emph{(Difficult)} \small

MATLAB has the annoying habit of exiting with code 0 even when some error occurred.

Expand Down

0 comments on commit 4087a78

Please sign in to comment.