Skip to content

Commit

Permalink
Merge branch 'development' b4026e7
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-n committed Feb 25, 2024
1 parent a74cacd commit f0a557d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 2 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/tasks/task_types/ref.doctree
Binary file not shown.
6 changes: 6 additions & 0 deletions _sources/tasks/task_types/ref.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ Available task options
----------------------

``ref`` tasks support all of the :doc:`standard task options <../options>` with the exception of ``use_exec``.


Passing arguments
-----------------

By default any arguments passed to a ref task will be forwarded to the referenced task, allowing it to function as a task alias. If named arguments are configured for the ref task then additional arguments can still be passed to the referenced task after ``--`` on the command line.
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.24.4',
VERSION: '0.25.0',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions tasks/task_types/ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,10 @@ <h1><code class="docutils literal notranslate"><span class="pre">ref</span></cod
<h2>Available task options<a class="headerlink" href="#available-task-options" title="Permalink to this heading">#</a></h2>
<p><code class="docutils literal notranslate"><span class="pre">ref</span></code> tasks support all of the <a class="reference internal" href="../options.html"><span class="doc">standard task options</span></a> with the exception of <code class="docutils literal notranslate"><span class="pre">use_exec</span></code>.</p>
</section>
<section id="passing-arguments">
<h2>Passing arguments<a class="headerlink" href="#passing-arguments" title="Permalink to this heading">#</a></h2>
<p>By default any arguments passed to a ref task will be forwarded to the referenced task, allowing it to function as a task alias. If named arguments are configured for the ref task then additional arguments can still be passed to the referenced task after <code class="docutils literal notranslate"><span class="pre">--</span></code> on the command line.</p>
</section>
</section>

</article>
Expand Down Expand Up @@ -329,6 +333,7 @@ <h2>Available task options<a class="headerlink" href="#available-task-options" t
<ul>
<li><a class="reference internal" href="#"><code class="docutils literal notranslate"><span class="pre">ref</span></code> tasks</a><ul>
<li><a class="reference internal" href="#available-task-options">Available task options</a></li>
<li><a class="reference internal" href="#passing-arguments">Passing arguments</a></li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit f0a557d

Please sign in to comment.