From 96c2f2db738ef3b3a3646a210ae7b6453803dff5 Mon Sep 17 00:00:00 2001 From: Riccardo Murri Date: Tue, 12 Jul 2016 12:43:12 +0200 Subject: [PATCH] Update documentation index with latest slides. --- docs/programmers/tutorials/index.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/programmers/tutorials/index.rst b/docs/programmers/tutorials/index.rst index 7d80e721..8be5722f 100644 --- a/docs/programmers/tutorials/index.rst +++ b/docs/programmers/tutorials/index.rst @@ -48,7 +48,11 @@ to extend and adapt the examples provided. Recall a few GC3Pie utilities that are especially useful when debugging code. -`Application control and post-processing `_ +`Customizing command-line processing `_ + + How to set up command-line argument and option processing in GC3Pie's `SessionBasedScript`:class: + +`Application control and post-processing `_ How to check and react on the termination status of a GC3Pie Task/Application.