Merge commit '655eefc07db57c1d21cbf11487876c7d8ad6dc11'
[nepi.git] / doc / user_manual / ec_api.tex
index 9cc59dd..1b05fb7 100644 (file)
@@ -1,12 +1,11 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 %    NEPI, a framework to manage network experiments
 %    Copyright (C) 2013 INRIA
 %
 %    This program is free software: you can redistribute it and/or modify
-%    it under the terms of the GNU General Public License as published by
-%    the Free Software Foundation, either version 3 of the License, or
-%    (at your option) any later version.
+%    it under the terms of the GNU General Public License version 2 as
+%    published by the Free Software Foundation;
 %
 %    This program is distributed in the hope that it will be useful,
 %    but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -55,7 +54,7 @@ generate a unique id for the experiment.
 
 \begin{lstlisting}[language=Python]
 
-ec = ExperimentController(exp_id = "my-exp-id")
+ec = ExperimentController(exp_id="my-exp-id")
 
 \end{lstlisting}
 
@@ -470,7 +469,7 @@ object?   -> Details about 'object', use 'object??' for extra details.
 
 In [1]: from nepi.execution.ec import ExperimentController
 
-In [2]: ec = ExperimentController(exp_id = "test-tap")
+In [2]: ec = ExperimentController(exp_id="test")
 
 In [3]: help(ec.set)