This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/burr.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 541f859f deploy: 48db8297b7d216f772f0a46c2f0ab638606484be
541f859f is described below
commit 541f859ffc028965dd4a62069342637f9a56fb11
Author: elijahbenizzy <[email protected]>
AuthorDate: Mon Nov 10 03:33:01 2025 +0000
deploy: 48db8297b7d216f772f0a46c2f0ab638606484be
---
.doctrees/environment.pickle | Bin 442818 -> 442818 bytes
.doctrees/reference/application.doctree | Bin 589134 -> 589930 bytes
reference/application/index.html | 2 +-
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle
index 77aa5ab1..b4bef1ea 100644
Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle
differ
diff --git a/.doctrees/reference/application.doctree
b/.doctrees/reference/application.doctree
index 5bfca9f2..c60e812d 100644
Binary files a/.doctrees/reference/application.doctree and
b/.doctrees/reference/application.doctree differ
diff --git a/reference/application/index.html b/reference/application/index.html
index b88adb18..f180cbea 100644
--- a/reference/application/index.html
+++ b/reference/application/index.html
@@ -946,7 +946,7 @@ allowed to have a return value.</p>
<dd><em class="sig-param"><span class="n"><span
class="pre">inputs</span></span><span class="p"><span
class="pre">:</span></span><span class="w"> </span><span class="n"><span
class="pre">Dict</span><span class="p"><span class="pre">[</span></span><span
class="pre">str</span><span class="p"><span class="pre">,</span></span><span
class="w"> </span><span class="pre">Any</span><span class="p"><span
class="pre">]</span></span><span class="w"> </span><span class="p"><span
class="pre">|</span>< [...]
</dl>
-<span class="sig-paren">)</span> <span class="sig-return"><span
class="sig-return-icon">→</span> <span class="sig-return-typehint"><span
class="pre">Tuple</span><span class="p"><span class="pre">[</span></span><a
class="reference internal" href="../actions/#burr.core.action.Action"
title="burr.core.action.Action"><span class="pre">Action</span></a><span
class="p"><span class="pre">,</span></span><span class="w"> </span><span
class="pre">dict</span><span class="w"> </span><span cla [...]
+<span class="sig-paren">)</span> <span class="sig-return"><span
class="sig-return-icon">→</span> <span class="sig-return-typehint"><span
class="pre">Tuple</span><span class="p"><span class="pre">[</span></span><a
class="reference internal" href="../actions/#burr.core.action.Action"
title="burr.core.action.Action"><span class="pre">Action</span></a><span
class="p"><span class="pre">,</span></span><span class="w"> </span><span
class="pre">dict</span><span class="w"> </span><span cla [...]
<dd><p>Runs your application through until completion, using async. Does
not give access to the state along the way – if you want that, use
iterate().</p>
<p>Note that tags must be specified by the form “@tag:<tag_name>” to
differentiate them from actions.</p>