@@ -20,7 +20,7 @@ simple stages to say "hello" and "goodbye".
2020 :language: python
2121 :linenos:
2222 :lines: 10-
23- :emphasize-lines: 9-10,13-14,19-20
23+ :emphasize-lines: 8-9,12-13,18-19
2424 :caption: ``example/ex_0_the_basics.py ``
2525
2626The two methods ``say_hello() `` and ``say_goodbye() `` are stand-ins for
@@ -73,7 +73,7 @@ by adding the following to the ``MyScript`` class:
7373.. literalinclude :: ../../example/ex_1_removing_the_retry_arguments.py
7474 :language: python
7575 :linenos:
76- :lines: 28-40
76+ :lines: 27-39
7777 :caption: ``example/ex_1_removing_the_retry_arguments.py ``
7878
7979.. note ::
@@ -109,7 +109,7 @@ that case, you can add the highlighted line:
109109.. literalinclude :: ../../example/ex_2_running_certain_stages_by_default.py
110110 :language: python
111111 :linenos:
112- :lines: 28-30,42-43
112+ :lines: 27-29,41-42
113113 :emphasize-lines: 4
114114 :caption: ``example/ex_2_running_certain_stages_by_default.py ``
115115
@@ -138,7 +138,7 @@ Now let's see about adding some arguments to the parser beyond what
138138.. literalinclude :: ../../example/ex_3_adding_arguments.py
139139 :language: python
140140 :linenos:
141- :lines: 33-35,46-58
141+ :lines: 32-34,45-57
142142 :emphasize-lines: 4-15
143143 :caption: ``example/ex_3_adding_arguments.py ``
144144
@@ -149,7 +149,7 @@ arguments to handle these new options. You can do so by extending the
149149.. literalinclude :: ../../example/ex_3_adding_arguments.py
150150 :language: python
151151 :linenos:
152- :lines: 60-71
152+ :lines: 59-70
153153 :caption: ``example/ex_3_adding_arguments.py ``
154154
155155.. note ::
@@ -166,7 +166,7 @@ the two stages to take them into account.
166166.. literalinclude :: ../../example/ex_3_adding_arguments.py
167167 :language: python
168168 :linenos:
169- :lines: 21-31
169+ :lines: 20-30
170170 :emphasize-lines: 4,10
171171 :caption: ``example/ex_3_adding_arguments.py ``
172172
@@ -193,7 +193,7 @@ overridden in your subclasses.
193193.. literalinclude :: ../../example/ex_4_customizing_stage_behavior.py
194194 :language: python
195195 :linenos:
196- :lines: 73-94
196+ :lines: 72-93
197197 :caption: ``example/ex_4_customizing_stage_behavior.py ``
198198
199199.. note ::
@@ -243,7 +243,7 @@ is the name of the stage as provided to the :ref:`StagedScript.stage()
243243.. literalinclude :: ../../example/ex_5_customizing_individual_stages.py
244244 :language: python
245245 :linenos:
246- :lines: 96-113
246+ :lines: 95-112
247247 :caption: ``example/ex_5_customizing_individual_stages.py ``
248248
249249Now when we run both stages we see:
0 commit comments