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 8592746f deploy: 266cfed615da1fe322a57a67081b27fdfcf967d7
8592746f is described below
commit 8592746f5f61f1f675c93bef922d76ccf4ecbf22
Author: skrawcz <[email protected]>
AuthorDate: Mon Sep 29 05:47:01 2025 +0000
deploy: 266cfed615da1fe322a57a67081b27fdfcf967d7
---
pull/577/.doctrees/environment.pickle | Bin 441908 -> 442158 bytes
pull/577/_images/burr_video_thumbnail.jpg | Bin 0 -> 123641 bytes
pull/577/_images/video_98vxhIcE6NI_thumbnail.jpg | Bin 0 -> 77930 bytes
pull/577/_images/video_9U_CMsh0VBI_thumbnail.jpg | Bin 0 -> 64103 bytes
pull/577/_images/video_Squ5IAeQBzc_thumbnail.jpg | Bin 0 -> 67389 bytes
pull/577/_static/burr_video_thumbnail.jpg | Bin 0 -> 123641 bytes
pull/577/_static/video_98vxhIcE6NI_thumbnail.jpg | Bin 0 -> 77930 bytes
pull/577/_static/video_9U_CMsh0VBI_thumbnail.jpg | Bin 0 -> 64103 bytes
pull/577/_static/video_Squ5IAeQBzc_thumbnail.jpg | Bin 0 -> 67389 bytes
pull/577/_static/video_t54DCiOH270_thumbnail.jpg | Bin 0 -> 90241 bytes
pull/577/concepts/serde/index.html | 2 +-
pull/577/concepts/state-persistence/index.html | 2 +-
.../examples/guardrails/creating_tests/index.html | 2 +-
pull/577/index.html | 2 +-
pull/577/main/index.html | 2 +-
15 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pull/577/.doctrees/environment.pickle
b/pull/577/.doctrees/environment.pickle
index 20963e9b..3d83a06d 100644
Binary files a/pull/577/.doctrees/environment.pickle and
b/pull/577/.doctrees/environment.pickle differ
diff --git a/pull/577/_images/burr_video_thumbnail.jpg
b/pull/577/_images/burr_video_thumbnail.jpg
new file mode 100644
index 00000000..45621ef1
Binary files /dev/null and b/pull/577/_images/burr_video_thumbnail.jpg differ
diff --git a/pull/577/_images/video_98vxhIcE6NI_thumbnail.jpg
b/pull/577/_images/video_98vxhIcE6NI_thumbnail.jpg
new file mode 100644
index 00000000..01f61737
Binary files /dev/null and b/pull/577/_images/video_98vxhIcE6NI_thumbnail.jpg
differ
diff --git a/pull/577/_images/video_9U_CMsh0VBI_thumbnail.jpg
b/pull/577/_images/video_9U_CMsh0VBI_thumbnail.jpg
new file mode 100644
index 00000000..9b46a2bf
Binary files /dev/null and b/pull/577/_images/video_9U_CMsh0VBI_thumbnail.jpg
differ
diff --git a/pull/577/_images/video_Squ5IAeQBzc_thumbnail.jpg
b/pull/577/_images/video_Squ5IAeQBzc_thumbnail.jpg
new file mode 100644
index 00000000..df1b217e
Binary files /dev/null and b/pull/577/_images/video_Squ5IAeQBzc_thumbnail.jpg
differ
diff --git a/pull/577/_static/burr_video_thumbnail.jpg
b/pull/577/_static/burr_video_thumbnail.jpg
new file mode 100644
index 00000000..45621ef1
Binary files /dev/null and b/pull/577/_static/burr_video_thumbnail.jpg differ
diff --git a/pull/577/_static/video_98vxhIcE6NI_thumbnail.jpg
b/pull/577/_static/video_98vxhIcE6NI_thumbnail.jpg
new file mode 100644
index 00000000..01f61737
Binary files /dev/null and b/pull/577/_static/video_98vxhIcE6NI_thumbnail.jpg
differ
diff --git a/pull/577/_static/video_9U_CMsh0VBI_thumbnail.jpg
b/pull/577/_static/video_9U_CMsh0VBI_thumbnail.jpg
new file mode 100644
index 00000000..9b46a2bf
Binary files /dev/null and b/pull/577/_static/video_9U_CMsh0VBI_thumbnail.jpg
differ
diff --git a/pull/577/_static/video_Squ5IAeQBzc_thumbnail.jpg
b/pull/577/_static/video_Squ5IAeQBzc_thumbnail.jpg
new file mode 100644
index 00000000..df1b217e
Binary files /dev/null and b/pull/577/_static/video_Squ5IAeQBzc_thumbnail.jpg
differ
diff --git a/pull/577/_static/video_t54DCiOH270_thumbnail.jpg
b/pull/577/_static/video_t54DCiOH270_thumbnail.jpg
new file mode 100644
index 00000000..ff8b987d
Binary files /dev/null and b/pull/577/_static/video_t54DCiOH270_thumbnail.jpg
differ
diff --git a/pull/577/concepts/serde/index.html
b/pull/577/concepts/serde/index.html
index d19808cd..26976342 100644
--- a/pull/577/concepts/serde/index.html
+++ b/pull/577/concepts/serde/index.html
@@ -385,7 +385,7 @@ The <a class="reference internal"
href="../../reference/state/#burr.core.state.S
<section id="customizing-serialization-deserialization">
<h2>Customizing Serialization/Deserialization<a class="headerlink"
href="#customizing-serialization-deserialization" title="Link to this
heading">¶</a></h2>
<p>Here’s a video walkthrough of how to add custom type and field
serialization/deserialization:</p>
-<a class="reference external image-reference"
href="https://www.youtube.com/watch?v=Squ5IAeQBzc"><img alt="Serialization
Video" class="align-center" src="_static/video_Squ5IAeQBzc_thumbnail.jpg"
style="width: 600px;" />
+<a class="reference external image-reference"
href="https://www.youtube.com/watch?v=Squ5IAeQBzc"><img alt="Serialization
Video" class="align-center" src="../../_images/video_Squ5IAeQBzc_thumbnail.jpg"
style="width: 600px;" />
</a>
<p>See <a class="reference external"
href="https://github.com/apache/burr/tree/main/examples/custom-serde">this
example</a> for the notebook.</p>
<section id="type-based-serialization-deserialization">
diff --git a/pull/577/concepts/state-persistence/index.html
b/pull/577/concepts/state-persistence/index.html
index 09a66d61..c9a256d9 100644
--- a/pull/577/concepts/state-persistence/index.html
+++ b/pull/577/concepts/state-persistence/index.html
@@ -449,7 +449,7 @@ to rewind state and make different choices.</p>
will then dictate where the new application state is ultimately stored.</p>
<p>For a quick overview of using it, Ashis from <a class="reference external"
href="https://peanutrobotics.com">PeanutRobotics</a> has kindly submitted a
video on how they use this feature:</p>
-<a class="reference external image-reference"
href="https://www.youtube.com/watch?v=98vxhIcE6NI"><img alt="State Persistence
Video" class="align-center" src="_static/video_98vxhIcE6NI_thumbnail.jpg"
style="width: 600px;" />
+<a class="reference external image-reference"
href="https://www.youtube.com/watch?v=98vxhIcE6NI"><img alt="State Persistence
Video" class="align-center" src="../../_images/video_98vxhIcE6NI_thumbnail.jpg"
style="width: 600px;" />
</a>
</section>
<section id="writing-state">
diff --git a/pull/577/examples/guardrails/creating_tests/index.html
b/pull/577/examples/guardrails/creating_tests/index.html
index f3e83a5f..cba027eb 100644
--- a/pull/577/examples/guardrails/creating_tests/index.html
+++ b/pull/577/examples/guardrails/creating_tests/index.html
@@ -390,7 +390,7 @@ that explains what pytest is, how to evaluate more than
just a single assert sta
<section id="test-case-creation-example">
<h2>Test Case Creation Example<a class="headerlink"
href="#test-case-creation-example" title="Link to this heading">¶</a></h2>
<p>Video walkthrough:</p>
-<a class="reference external image-reference"
href="https://www.youtube.com/watch?v=9U_CMsh0VBI"><img alt="Creating Tests
Video" class="align-center" src="_static/video_9U_CMsh0VBI_thumbnail.jpg"
style="width: 600px;" />
+<a class="reference external image-reference"
href="https://www.youtube.com/watch?v=9U_CMsh0VBI"><img alt="Creating Tests
Video" class="align-center"
src="../../../_images/video_9U_CMsh0VBI_thumbnail.jpg" style="width: 600px;" />
</a>
<p>Steps:</p>
<ol class="arabic">
diff --git a/pull/577/index.html b/pull/577/index.html
index da05c6bb..ed5c33ce 100644
--- a/pull/577/index.html
+++ b/pull/577/index.html
@@ -376,7 +376,7 @@
<p>For a quick overview of Apache Burr, watch <a class="reference external"
href="https://www.loom.com/share/a10f163428b942fea55db1a84b1140d8?sid=1512863b-f533-4a42-a2f3-95b13deb07c9">this
walkthrough</a>
or read <a class="reference external"
href="https://blog.dagworks.io/p/burr-develop-stateful-ai-applications?r=2cg5z1&utm_campaign=post&utm_medium=web">our
blog post</a>. The following video is
a longer demo of building a simple chatbot application with Apache Burr using
<a class="reference external"
href="https://github.com/apache/burr/blob/main/examples/conversational-rag/simple_example/notebook.ipynb">this
notebook</a>:</p>
-<a class="reference external image-reference"
href="https://www.youtube.com/watch?v=rEZ4oDN0GdU"><img alt="Apache Burr Demo
Video" class="align-center" src="_static/burr_video_thumbnail.jpg"
style="width: 600px;" />
+<a class="reference external image-reference"
href="https://www.youtube.com/watch?v=rEZ4oDN0GdU"><img alt="Apache Burr Demo
Video" class="align-center" src="_images/burr_video_thumbnail.jpg"
style="width: 600px;" />
</a>
<p>For more details about how Apache Burr works, what problems it solves, and
how to use it, read on!</p>
<p>You’ll find this documentation separated into three sections.</p>
diff --git a/pull/577/main/index.html b/pull/577/main/index.html
index a66bea52..dd660d04 100644
--- a/pull/577/main/index.html
+++ b/pull/577/main/index.html
@@ -376,7 +376,7 @@
<p>For a quick overview of Apache Burr, watch <a class="reference external"
href="https://www.loom.com/share/a10f163428b942fea55db1a84b1140d8?sid=1512863b-f533-4a42-a2f3-95b13deb07c9">this
walkthrough</a>
or read <a class="reference external"
href="https://blog.dagworks.io/p/burr-develop-stateful-ai-applications?r=2cg5z1&utm_campaign=post&utm_medium=web">our
blog post</a>. The following video is
a longer demo of building a simple chatbot application with Apache Burr using
<a class="reference external"
href="https://github.com/apache/burr/blob/main/examples/conversational-rag/simple_example/notebook.ipynb">this
notebook</a>:</p>
-<a class="reference external image-reference"
href="https://www.youtube.com/watch?v=rEZ4oDN0GdU"><img alt="Apache Burr Demo
Video" class="align-center" src="_static/burr_video_thumbnail.jpg"
style="width: 600px;" />
+<a class="reference external image-reference"
href="https://www.youtube.com/watch?v=rEZ4oDN0GdU"><img alt="Apache Burr Demo
Video" class="align-center" src="../_images/burr_video_thumbnail.jpg"
style="width: 600px;" />
</a>
<p>For more details about how Apache Burr works, what problems it solves, and
how to use it, read on!</p>
<p>You’ll find this documentation separated into three sections.</p>