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 c6289ee3 deploy: d2214d9dec4e781cf692a2fb8ba4e6ee742062e0
c6289ee3 is described below
commit c6289ee359e4d7ce216444ed8e878c4cf5272cc4
Author: skrawcz <[email protected]>
AuthorDate: Thu Mar 12 19:48:45 2026 +0000
deploy: d2214d9dec4e781cf692a2fb8ba4e6ee742062e0
---
.doctrees/environment.pickle | Bin 443111 -> 443111
bytes
...ad8a317855267ff0bd372690045ca344a6b62be495e.css | 2449 ++++++++++++++++++++
asf/index.html | 2 +-
concepts/actions/index.html | 2 +-
concepts/additional-visibility/index.html | 2 +-
concepts/hooks/index.html | 2 +-
concepts/index.html | 2 +-
concepts/overview/index.html | 2 +-
concepts/parallelism/index.html | 2 +-
concepts/planned-capabilities/index.html | 2 +-
concepts/recursion/index.html | 2 +-
concepts/sdlc/index.html | 2 +-
concepts/serde/index.html | 2 +-
concepts/state-machine/index.html | 2 +-
concepts/state-persistence/index.html | 2 +-
concepts/state-typing/index.html | 2 +-
concepts/state/index.html | 2 +-
concepts/streaming-actions/index.html | 2 +-
concepts/sync-vs-async/index.html | 2 +-
concepts/tracking/index.html | 2 +-
concepts/transitions/index.html | 2 +-
contributing/architecture/index.html | 2 +-
contributing/contributing/index.html | 2 +-
contributing/index.html | 2 +-
contributing/iterating/index.html | 2 +-
contributing/setup/index.html | 2 +-
examples/agents/agent-patterns/index.html | 2 +-
examples/agents/divide-and-conquer/index.html | 2 +-
examples/agents/index.html | 2 +-
examples/chatbots/basic-chatbot/index.html | 2 +-
examples/chatbots/gpt-like-chatbot/index.html | 2 +-
examples/chatbots/index.html | 2 +-
examples/chatbots/rag-chatbot-hamilton/index.html | 2 +-
examples/data-science/index.html | 2 +-
examples/data-science/ml_training/index.html | 2 +-
examples/data-science/simulation/index.html | 2 +-
examples/deployment/index.html | 2 +-
examples/deployment/infrastructure/index.html | 2 +-
examples/deployment/monitoring/index.html | 2 +-
examples/deployment/web-server/index.html | 2 +-
examples/guardrails/creating_tests/index.html | 2 +-
examples/guardrails/index.html | 2 +-
examples/index.html | 2 +-
.../simple/choose-your-own-adventure/index.html | 2 +-
examples/simple/counter/index.html | 2 +-
examples/simple/cowsay/index.html | 2 +-
examples/simple/index.html | 2 +-
genindex/index.html | 2 +-
getting_started/index.html | 2 +-
getting_started/install/index.html | 2 +-
getting_started/simple-example/index.html | 2 +-
getting_started/up-next/index.html | 2 +-
getting_started/why-burr/index.html | 2 +-
index.html | 2 +-
main/index.html | 2 +-
py-modindex/index.html | 2 +-
reference/actions/index.html | 2 +-
reference/application/index.html | 2 +-
reference/conditions/index.html | 2 +-
reference/index.html | 2 +-
reference/integrations/hamilton/index.html | 2 +-
reference/integrations/haystack/index.html | 2 +-
reference/integrations/index.html | 2 +-
reference/integrations/langchain/index.html | 2 +-
reference/integrations/opentelemetry/index.html | 2 +-
reference/integrations/pydantic/index.html | 2 +-
reference/integrations/ray/index.html | 2 +-
reference/integrations/streamlit/index.html | 2 +-
reference/integrations/traceloop/index.html | 2 +-
reference/lifecycle/index.html | 2 +-
reference/parallelism/index.html | 2 +-
reference/persister/index.html | 2 +-
reference/serde/index.html | 2 +-
reference/state/index.html | 2 +-
reference/telemetry/index.html | 2 +-
reference/tracking/index.html | 2 +-
reference/typing/index.html | 2 +-
reference/visibility/index.html | 2 +-
search/index.html | 2 +-
79 files changed, 2526 insertions(+), 77 deletions(-)
diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle
index dc7d17b7..7a3a3f7c 100644
Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle
differ
diff --git
a/_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css
b/_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css
new file mode 100644
index 00000000..9f3d7646
--- /dev/null
+++
b/_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css
@@ -0,0 +1,2449 @@
+/* Dark mode support:
+ * if <html> (e.g. Furo theme) or <body> (e.g. PyData theme) has `data-theme`
set, respect it.
+ * else default to the system color scheme
+ */
+@media (prefers-color-scheme: dark) {
+ :root {
+ --light: ;
+ --dark: initial;
+ }
+}
+
+@media (prefers-color-scheme: light) {
+ :root {
+ --dark: ;
+ --light: initial;
+ }
+}
+
+:is(html, body)[data-theme="dark"] {
+ --light: ;
+ --dark: initial;
+}
+
+:is(html, body)[data-theme="light"] {
+ --dark: ;
+ --light: initial;
+}
+
+/* Variables */
+:root {
+ /*
+ Following palettes are generated by using
https://m2.material.io/design/color/the-color-system.html#tools-for-picking-colors
+ - neutral palette with #fcfcfc and danger palette with #ffdddd as base
colors.
+ 50 means lightest, 900 means darkest; less used intermediate shades are
omitted
+ but can be added when needed by accessing full palette from the above link.
+ */
+ --mystnb-neutral-palette-50: #fcfcfc;
+ --mystnb-neutral-palette-100: #f7f7f7;
+ --mystnb-neutral-palette-400: #cccccc;
+ --mystnb-neutral-palette-500: #afafaf;
+ --mystnb-neutral-palette-800: #505050;
+ --mystnb-neutral-palette-900: #2d2d2d;
+
+ --mystnb-danger-palette-50: #ffdddd;
+ --mystnb-danger-palette-100: #f5acad;
+ --mystnb-danger-palette-400: #c42029;
+ --mystnb-danger-palette-500: #b40008;
+ --mystnb-danger-palette-800: #850010;
+ --mystnb-danger-palette-900: #680010;
+
+ /* MyST-NB specific variables; colors should be logically picked from
palettes */
+ --mystnb-source-bg-color: var(--light, var(--mystnb-neutral-palette-100))
var(--dark, var(--mystnb-neutral-palette-800));
+ --mystnb-stdout-bg-color: var(--light, var(--mystnb-neutral-palette-50))
var(--dark, var(--mystnb-neutral-palette-900));
+ --mystnb-stderr-bg-color: var(--light, var(--mystnb-danger-palette-50))
var(--dark, var(--mystnb-danger-palette-900));
+ --mystnb-traceback-bg-color: var(--light, var(--mystnb-neutral-palette-50))
var(--dark, var(--mystnb-neutral-palette-900));
+ --mystnb-source-border-color: var(--light,
var(--mystnb-neutral-palette-400)) var(--dark,
var(--mystnb-neutral-palette-500));
+ --mystnb-source-margin-color: green;
+ --mystnb-stdout-border-color: var(--light,
var(--mystnb-neutral-palette-100)) var(--dark,
var(--mystnb-neutral-palette-800));
+ --mystnb-stderr-border-color: var(--light,
var(--mystnb-neutral-palette-100)) var(--dark,
var(--mystnb-neutral-palette-800));
+ --mystnb-traceback-border-color: var(--light,
var(--mystnb-danger-palette-100)) var(--dark, var(--mystnb-danger-palette-800));
+ --mystnb-hide-prompt-opacity: 70%;
+ --mystnb-source-border-radius: .4em;
+ --mystnb-source-border-width: 1px;
+ --mystnb-scrollbar-width: 0.3rem;
+ --mystnb-scrollbar-height: 0.3rem;
+ --mystnb-scrollbar-thumb-color: var(--light,
var(--mystnb-neutral-palette-400)) var(--dark,
var(--mystnb-neutral-palette-500));
+ --mystnb-scrollbar-thumb-hover-color: var(--light,
var(--mystnb-neutral-palette-500)) var(--dark,
var(--mystnb-neutral-palette-400));
+ --mystnb-scrollbar-thumb-border-radius: 0.25rem;
+}
+
+
+/* Whole cell */
+div.container.cell {
+ padding-left: 0;
+ margin-bottom: 1em;
+}
+
+/* Removing all background formatting so we can control at the div level */
+.cell_input div.highlight,
+.cell_output pre,
+.cell_input pre,
+.cell_output .output {
+ border: none;
+ box-shadow: none;
+}
+
+.cell_output .output pre,
+.cell_input pre {
+ margin: 0px;
+}
+
+/* Input cells */
+div.cell > div.cell_input {
+ padding-left: 0em;
+ padding-right: 0em;
+ border: var(--mystnb-source-border-width) var(--mystnb-source-border-color)
solid;
+ background-color: var(--mystnb-source-bg-color);
+ border-left-color: var(--mystnb-source-margin-color);
+ border-left-width: medium;
+ border-radius: var(--mystnb-source-border-radius);
+}
+
+div.cell_input>div,
+div.cell_output div.output>div.highlight {
+ margin: 0em !important;
+ border: none !important;
+}
+
+/* All cell outputs */
+.cell_output {
+ padding-left: 1em;
+ padding-right: 0em;
+ margin-top: 1em;
+}
+
+/* Text outputs from cells */
+.cell_output .output.text_plain,
+.cell_output .output.traceback,
+.cell_output .output.stream,
+.cell_output .output.stderr {
+ margin-top: 1em;
+ margin-bottom: 0em;
+ box-shadow: none;
+}
+
+.cell_output .output.text_plain:not(:has(.highlight)),
+.cell_output .output.stream:not(:has(.highlight)) {
+ /* plain (or stream of) output, not containing a pygments-highlighted block
*/
+ background: var(--mystnb-stdout-bg-color);
+ border: 1px solid var(--mystnb-stdout-border-color);
+}
+
+.cell_output .output.stderr {
+ background: var(--mystnb-stderr-bg-color);
+ border: 1px solid var(--mystnb-stderr-border-color);
+}
+
+.cell_output .output.traceback {
+ background: var(--mystnb-traceback-bg-color);
+ border: 1px solid var(--mystnb-traceback-border-color);
+}
+
+/* --- Collapsible cell content --- */
+
+/*
+encourage summary container to blend in with its parent.
+p.admonition-title should hold the title styles.
+*/
+div.cell details.hide summary {
+ border-left: unset;
+ padding: inherit;
+ margin: inherit;
+ background-color: inherit;
+}
+
+/* Neighboring input/output elements - spacing, borders */
+div.cell details.hide.above-input + details.below-input,
+div.cell div.cell_input + details.below-input
+{
+ margin-top: 0;
+}
+
+div.cell details.hide.above-input:has(+ details.below-input),
+div.cell div.cell_input:has(+ details.below-input)
+{
+ margin-bottom: 0;
+}
+
+div.cell:has(> *:nth-child(2)) div.cell_input:first-child,
+div.cell:has(> *:nth-child(2)) details:first-child
+{
+ border-bottom-left-radius: 0;
+ border-bottom-right-radius: 0;
+}
+
+div.cell:has(> *:nth-child(2)) div.cell_input:last-child,
+div.cell:has(> *:nth-child(2)) details:last-child
+{
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
+}
+
+/* intra-label styles for collapsibles */
+div.cell.container details.hide.above-input>summary,
+div.cell.container details.hide.below-input>summary,
+div.cell.container details.hide.above-output>summary
+{
+ display: block;
+ border-left: none;
+}
+
+div.cell details.hide>summary>p.admonition-title {
+ display: list-item;
+ margin-bottom: 0;
+}
+
+div.cell details.hide:not([open]) {
+ padding-bottom: 0;
+}
+
+div.cell details.hide[open]>summary>p.collapsed {
+ display: none;
+}
+
+div.cell details.hide:not([open])>summary>p.expanded {
+ display: none;
+}
+
+@keyframes collapsed-fade-in {
+ 0% {
+ opacity: 0;
+ }
+
+ 100% {
+ opacity: 1;
+ }
+}
+div.cell details.hide[open]>summary~* {
+ -moz-animation: collapsed-fade-in 0.3s ease-in-out;
+ -webkit-animation: collapsed-fade-in 0.3s ease-in-out;
+ animation: collapsed-fade-in 0.3s ease-in-out;
+}
+
+/* Clear conflicting styles for details and admonitions set by some themes */
+div.cell details.admonition summary::before {
+ content: unset;
+}
+
+/* Math align to the left */
+.cell_output .MathJax_Display {
+ text-align: left !important;
+}
+
+/** source code line numbers **/
+span.linenos {
+ opacity: 0.5;
+}
+
+/* Inline text from `paste` operation */
+
+span.pasted-text {
+ font-weight: bold;
+}
+
+span.pasted-inline img {
+ max-height: 2em;
+}
+
+tbody span.pasted-inline img {
+ max-height: none;
+}
+
+
+/* Adding scroll bars if tags: output_scroll, scroll-output, and scroll-input
+ * On screens, we want to scroll, but on print show all
+ *
+ * It was before in
https://github.com/executablebooks/sphinx-book-theme/blob/eb1b6baf098b27605e8f2b7b2979b17ebf1b9540/src/sphinx_book_theme/assets/styles/extensions/_myst-nb.scss
+*/
+div.cell:is(
+ .tag_output_scroll,
+ .tag_scroll-output,
+ .config_scroll_outputs
+ )
+ div.cell_output,
+div.cell.tag_scroll-input div.cell_input {
+ max-height: 24em;
+ overflow-y: auto;
+ max-width: 100%;
+ overflow-x: auto;
+}
+
+div.cell.config_scroll_outputs div.cell_output:has(img) {
+ /* If the output cell has image(s), allow it to take 90% of viewport height
+ but still bounded between 24em and 60em */
+ max-height: clamp(24em, 90vh, 60em);
+}
+
+/* Custom scrollbars */
+div.cell:is(
+ .tag_output_scroll,
+ .tag_scroll-output,
+ .config_scroll_outputs
+ )
+ div.cell_output::-webkit-scrollbar,
+div.cell.tag_scroll-input div.cell_input::-webkit-scrollbar {
+ width: var(--mystnb-scrollbar-width);
+ height: var(--mystnb-scrollbar-height);
+}
+
+div.cell:is(
+ .tag_output_scroll,
+ .tag_scroll-output,
+ .config_scroll_outputs
+ )
+ div.cell_output::-webkit-scrollbar-thumb,
+div.cell.tag_scroll-input div.cell_input::-webkit-scrollbar-thumb {
+ background: var(--mystnb-scrollbar-thumb-color);
+ border-radius: var(--mystnb-scrollbar-thumb-border-radius);
+}
+
+div.cell:is(
+ .tag_output_scroll,
+ .tag_scroll-output,
+ .config_scroll_outputs
+ )
+ div.cell_output::-webkit-scrollbar-thumb:hover,
+div.cell.tag_scroll-input div.cell_input::-webkit-scrollbar-thumb:hover {
+ background: var(--mystnb-scrollbar-thumb-hover-color);
+}
+
+/* In print mode, unset scroll styles */
+@media print {
+ div.cell:is(
+ .tag_output_scroll,
+ .tag_scroll-output,
+ .config_scroll_outputs
+ )
+ div.cell_output,
+ div.cell.tag_scroll-input div.cell_input {
+ max-height: unset;
+ overflow-y: visible;
+ max-width: unset;
+ overflow-x: visible;
+ }
+}
+
+/* Font colors for translated ANSI escape sequences
+Color values are copied from Jupyter Notebook
+https://github.com/jupyter/notebook/blob/52581f8eda9b319eb0390ac77fe5903c38f81e3e/notebook/static/notebook/less/ansicolors.less#L14-L21
+Background colors from
+https://nbsphinx.readthedocs.io/en/latest/code-cells.html#ANSI-Colors
+*/
+div.highlight .-Color-Bold {
+ font-weight: bold;
+}
+
+div.highlight .-Color[class*=-Black] {
+ color: #3E424D
+}
+
+div.highlight .-Color[class*=-Red] {
+ color: #E75C58
+}
+
+div.highlight .-Color[class*=-Green] {
+ color: #00A250
+}
+
+div.highlight .-Color[class*=-Yellow] {
+ color: #DDB62B
+}
+
+div.highlight .-Color[class*=-Blue] {
+ color: #208FFB
+}
+
+div.highlight .-Color[class*=-Magenta] {
+ color: #D160C4
+}
+
+div.highlight .-Color[class*=-Cyan] {
+ color: #60C6C8
+}
+
+div.highlight .-Color[class*=-White] {
+ color: #C5C1B4
+}
+
+div.highlight .-Color[class*=-BGBlack] {
+ background-color: #3E424D
+}
+
+div.highlight .-Color[class*=-BGRed] {
+ background-color: #E75C58
+}
+
+div.highlight .-Color[class*=-BGGreen] {
+ background-color: #00A250
+}
+
+div.highlight .-Color[class*=-BGYellow] {
+ background-color: #DDB62B
+}
+
+div.highlight .-Color[class*=-BGBlue] {
+ background-color: #208FFB
+}
+
+div.highlight .-Color[class*=-BGMagenta] {
+ background-color: #D160C4
+}
+
+div.highlight .-Color[class*=-BGCyan] {
+ background-color: #60C6C8
+}
+
+div.highlight .-Color[class*=-BGWhite] {
+ background-color: #C5C1B4
+}
+
+/* Font colors for 8-bit ANSI */
+
+div.highlight .-Color[class*=-C0] {
+ color: #000000
+}
+
+div.highlight .-Color[class*=-BGC0] {
+ background-color: #000000
+}
+
+div.highlight .-Color[class*=-C1] {
+ color: #800000
+}
+
+div.highlight .-Color[class*=-BGC1] {
+ background-color: #800000
+}
+
+div.highlight .-Color[class*=-C2] {
+ color: #008000
+}
+
+div.highlight .-Color[class*=-BGC2] {
+ background-color: #008000
+}
+
+div.highlight .-Color[class*=-C3] {
+ color: #808000
+}
+
+div.highlight .-Color[class*=-BGC3] {
+ background-color: #808000
+}
+
+div.highlight .-Color[class*=-C4] {
+ color: #000080
+}
+
+div.highlight .-Color[class*=-BGC4] {
+ background-color: #000080
+}
+
+div.highlight .-Color[class*=-C5] {
+ color: #800080
+}
+
+div.highlight .-Color[class*=-BGC5] {
+ background-color: #800080
+}
+
+div.highlight .-Color[class*=-C6] {
+ color: #008080
+}
+
+div.highlight .-Color[class*=-BGC6] {
+ background-color: #008080
+}
+
+div.highlight .-Color[class*=-C7] {
+ color: #C0C0C0
+}
+
+div.highlight .-Color[class*=-BGC7] {
+ background-color: #C0C0C0
+}
+
+div.highlight .-Color[class*=-C8] {
+ color: #808080
+}
+
+div.highlight .-Color[class*=-BGC8] {
+ background-color: #808080
+}
+
+div.highlight .-Color[class*=-C9] {
+ color: #FF0000
+}
+
+div.highlight .-Color[class*=-BGC9] {
+ background-color: #FF0000
+}
+
+div.highlight .-Color[class*=-C10] {
+ color: #00FF00
+}
+
+div.highlight .-Color[class*=-BGC10] {
+ background-color: #00FF00
+}
+
+div.highlight .-Color[class*=-C11] {
+ color: #FFFF00
+}
+
+div.highlight .-Color[class*=-BGC11] {
+ background-color: #FFFF00
+}
+
+div.highlight .-Color[class*=-C12] {
+ color: #0000FF
+}
+
+div.highlight .-Color[class*=-BGC12] {
+ background-color: #0000FF
+}
+
+div.highlight .-Color[class*=-C13] {
+ color: #FF00FF
+}
+
+div.highlight .-Color[class*=-BGC13] {
+ background-color: #FF00FF
+}
+
+div.highlight .-Color[class*=-C14] {
+ color: #00FFFF
+}
+
+div.highlight .-Color[class*=-BGC14] {
+ background-color: #00FFFF
+}
+
+div.highlight .-Color[class*=-C15] {
+ color: #FFFFFF
+}
+
+div.highlight .-Color[class*=-BGC15] {
+ background-color: #FFFFFF
+}
+
+div.highlight .-Color[class*=-C16] {
+ color: #000000
+}
+
+div.highlight .-Color[class*=-BGC16] {
+ background-color: #000000
+}
+
+div.highlight .-Color[class*=-C17] {
+ color: #00005F
+}
+
+div.highlight .-Color[class*=-BGC17] {
+ background-color: #00005F
+}
+
+div.highlight .-Color[class*=-C18] {
+ color: #000087
+}
+
+div.highlight .-Color[class*=-BGC18] {
+ background-color: #000087
+}
+
+div.highlight .-Color[class*=-C19] {
+ color: #0000AF
+}
+
+div.highlight .-Color[class*=-BGC19] {
+ background-color: #0000AF
+}
+
+div.highlight .-Color[class*=-C20] {
+ color: #0000D7
+}
+
+div.highlight .-Color[class*=-BGC20] {
+ background-color: #0000D7
+}
+
+div.highlight .-Color[class*=-C21] {
+ color: #0000FF
+}
+
+div.highlight .-Color[class*=-BGC21] {
+ background-color: #0000FF
+}
+
+div.highlight .-Color[class*=-C22] {
+ color: #005F00
+}
+
+div.highlight .-Color[class*=-BGC22] {
+ background-color: #005F00
+}
+
+div.highlight .-Color[class*=-C23] {
+ color: #005F5F
+}
+
+div.highlight .-Color[class*=-BGC23] {
+ background-color: #005F5F
+}
+
+div.highlight .-Color[class*=-C24] {
+ color: #005F87
+}
+
+div.highlight .-Color[class*=-BGC24] {
+ background-color: #005F87
+}
+
+div.highlight .-Color[class*=-C25] {
+ color: #005FAF
+}
+
+div.highlight .-Color[class*=-BGC25] {
+ background-color: #005FAF
+}
+
+div.highlight .-Color[class*=-C26] {
+ color: #005FD7
+}
+
+div.highlight .-Color[class*=-BGC26] {
+ background-color: #005FD7
+}
+
+div.highlight .-Color[class*=-C27] {
+ color: #005FFF
+}
+
+div.highlight .-Color[class*=-BGC27] {
+ background-color: #005FFF
+}
+
+div.highlight .-Color[class*=-C28] {
+ color: #008700
+}
+
+div.highlight .-Color[class*=-BGC28] {
+ background-color: #008700
+}
+
+div.highlight .-Color[class*=-C29] {
+ color: #00875F
+}
+
+div.highlight .-Color[class*=-BGC29] {
+ background-color: #00875F
+}
+
+div.highlight .-Color[class*=-C30] {
+ color: #008787
+}
+
+div.highlight .-Color[class*=-BGC30] {
+ background-color: #008787
+}
+
+div.highlight .-Color[class*=-C31] {
+ color: #0087AF
+}
+
+div.highlight .-Color[class*=-BGC31] {
+ background-color: #0087AF
+}
+
+div.highlight .-Color[class*=-C32] {
+ color: #0087D7
+}
+
+div.highlight .-Color[class*=-BGC32] {
+ background-color: #0087D7
+}
+
+div.highlight .-Color[class*=-C33] {
+ color: #0087FF
+}
+
+div.highlight .-Color[class*=-BGC33] {
+ background-color: #0087FF
+}
+
+div.highlight .-Color[class*=-C34] {
+ color: #00AF00
+}
+
+div.highlight .-Color[class*=-BGC34] {
+ background-color: #00AF00
+}
+
+div.highlight .-Color[class*=-C35] {
+ color: #00AF5F
+}
+
+div.highlight .-Color[class*=-BGC35] {
+ background-color: #00AF5F
+}
+
+div.highlight .-Color[class*=-C36] {
+ color: #00AF87
+}
+
+div.highlight .-Color[class*=-BGC36] {
+ background-color: #00AF87
+}
+
+div.highlight .-Color[class*=-C37] {
+ color: #00AFAF
+}
+
+div.highlight .-Color[class*=-BGC37] {
+ background-color: #00AFAF
+}
+
+div.highlight .-Color[class*=-C38] {
+ color: #00AFD7
+}
+
+div.highlight .-Color[class*=-BGC38] {
+ background-color: #00AFD7
+}
+
+div.highlight .-Color[class*=-C39] {
+ color: #00AFFF
+}
+
+div.highlight .-Color[class*=-BGC39] {
+ background-color: #00AFFF
+}
+
+div.highlight .-Color[class*=-C40] {
+ color: #00D700
+}
+
+div.highlight .-Color[class*=-BGC40] {
+ background-color: #00D700
+}
+
+div.highlight .-Color[class*=-C41] {
+ color: #00D75F
+}
+
+div.highlight .-Color[class*=-BGC41] {
+ background-color: #00D75F
+}
+
+div.highlight .-Color[class*=-C42] {
+ color: #00D787
+}
+
+div.highlight .-Color[class*=-BGC42] {
+ background-color: #00D787
+}
+
+div.highlight .-Color[class*=-C43] {
+ color: #00D7AF
+}
+
+div.highlight .-Color[class*=-BGC43] {
+ background-color: #00D7AF
+}
+
+div.highlight .-Color[class*=-C44] {
+ color: #00D7D7
+}
+
+div.highlight .-Color[class*=-BGC44] {
+ background-color: #00D7D7
+}
+
+div.highlight .-Color[class*=-C45] {
+ color: #00D7FF
+}
+
+div.highlight .-Color[class*=-BGC45] {
+ background-color: #00D7FF
+}
+
+div.highlight .-Color[class*=-C46] {
+ color: #00FF00
+}
+
+div.highlight .-Color[class*=-BGC46] {
+ background-color: #00FF00
+}
+
+div.highlight .-Color[class*=-C47] {
+ color: #00FF5F
+}
+
+div.highlight .-Color[class*=-BGC47] {
+ background-color: #00FF5F
+}
+
+div.highlight .-Color[class*=-C48] {
+ color: #00FF87
+}
+
+div.highlight .-Color[class*=-BGC48] {
+ background-color: #00FF87
+}
+
+div.highlight .-Color[class*=-C49] {
+ color: #00FFAF
+}
+
+div.highlight .-Color[class*=-BGC49] {
+ background-color: #00FFAF
+}
+
+div.highlight .-Color[class*=-C50] {
+ color: #00FFD7
+}
+
+div.highlight .-Color[class*=-BGC50] {
+ background-color: #00FFD7
+}
+
+div.highlight .-Color[class*=-C51] {
+ color: #00FFFF
+}
+
+div.highlight .-Color[class*=-BGC51] {
+ background-color: #00FFFF
+}
+
+div.highlight .-Color[class*=-C52] {
+ color: #5F0000
+}
+
+div.highlight .-Color[class*=-BGC52] {
+ background-color: #5F0000
+}
+
+div.highlight .-Color[class*=-C53] {
+ color: #5F005F
+}
+
+div.highlight .-Color[class*=-BGC53] {
+ background-color: #5F005F
+}
+
+div.highlight .-Color[class*=-C54] {
+ color: #5F0087
+}
+
+div.highlight .-Color[class*=-BGC54] {
+ background-color: #5F0087
+}
+
+div.highlight .-Color[class*=-C55] {
+ color: #5F00AF
+}
+
+div.highlight .-Color[class*=-BGC55] {
+ background-color: #5F00AF
+}
+
+div.highlight .-Color[class*=-C56] {
+ color: #5F00D7
+}
+
+div.highlight .-Color[class*=-BGC56] {
+ background-color: #5F00D7
+}
+
+div.highlight .-Color[class*=-C57] {
+ color: #5F00FF
+}
+
+div.highlight .-Color[class*=-BGC57] {
+ background-color: #5F00FF
+}
+
+div.highlight .-Color[class*=-C58] {
+ color: #5F5F00
+}
+
+div.highlight .-Color[class*=-BGC58] {
+ background-color: #5F5F00
+}
+
+div.highlight .-Color[class*=-C59] {
+ color: #5F5F5F
+}
+
+div.highlight .-Color[class*=-BGC59] {
+ background-color: #5F5F5F
+}
+
+div.highlight .-Color[class*=-C60] {
+ color: #5F5F87
+}
+
+div.highlight .-Color[class*=-BGC60] {
+ background-color: #5F5F87
+}
+
+div.highlight .-Color[class*=-C61] {
+ color: #5F5FAF
+}
+
+div.highlight .-Color[class*=-BGC61] {
+ background-color: #5F5FAF
+}
+
+div.highlight .-Color[class*=-C62] {
+ color: #5F5FD7
+}
+
+div.highlight .-Color[class*=-BGC62] {
+ background-color: #5F5FD7
+}
+
+div.highlight .-Color[class*=-C63] {
+ color: #5F5FFF
+}
+
+div.highlight .-Color[class*=-BGC63] {
+ background-color: #5F5FFF
+}
+
+div.highlight .-Color[class*=-C64] {
+ color: #5F8700
+}
+
+div.highlight .-Color[class*=-BGC64] {
+ background-color: #5F8700
+}
+
+div.highlight .-Color[class*=-C65] {
+ color: #5F875F
+}
+
+div.highlight .-Color[class*=-BGC65] {
+ background-color: #5F875F
+}
+
+div.highlight .-Color[class*=-C66] {
+ color: #5F8787
+}
+
+div.highlight .-Color[class*=-BGC66] {
+ background-color: #5F8787
+}
+
+div.highlight .-Color[class*=-C67] {
+ color: #5F87AF
+}
+
+div.highlight .-Color[class*=-BGC67] {
+ background-color: #5F87AF
+}
+
+div.highlight .-Color[class*=-C68] {
+ color: #5F87D7
+}
+
+div.highlight .-Color[class*=-BGC68] {
+ background-color: #5F87D7
+}
+
+div.highlight .-Color[class*=-C69] {
+ color: #5F87FF
+}
+
+div.highlight .-Color[class*=-BGC69] {
+ background-color: #5F87FF
+}
+
+div.highlight .-Color[class*=-C70] {
+ color: #5FAF00
+}
+
+div.highlight .-Color[class*=-BGC70] {
+ background-color: #5FAF00
+}
+
+div.highlight .-Color[class*=-C71] {
+ color: #5FAF5F
+}
+
+div.highlight .-Color[class*=-BGC71] {
+ background-color: #5FAF5F
+}
+
+div.highlight .-Color[class*=-C72] {
+ color: #5FAF87
+}
+
+div.highlight .-Color[class*=-BGC72] {
+ background-color: #5FAF87
+}
+
+div.highlight .-Color[class*=-C73] {
+ color: #5FAFAF
+}
+
+div.highlight .-Color[class*=-BGC73] {
+ background-color: #5FAFAF
+}
+
+div.highlight .-Color[class*=-C74] {
+ color: #5FAFD7
+}
+
+div.highlight .-Color[class*=-BGC74] {
+ background-color: #5FAFD7
+}
+
+div.highlight .-Color[class*=-C75] {
+ color: #5FAFFF
+}
+
+div.highlight .-Color[class*=-BGC75] {
+ background-color: #5FAFFF
+}
+
+div.highlight .-Color[class*=-C76] {
+ color: #5FD700
+}
+
+div.highlight .-Color[class*=-BGC76] {
+ background-color: #5FD700
+}
+
+div.highlight .-Color[class*=-C77] {
+ color: #5FD75F
+}
+
+div.highlight .-Color[class*=-BGC77] {
+ background-color: #5FD75F
+}
+
+div.highlight .-Color[class*=-C78] {
+ color: #5FD787
+}
+
+div.highlight .-Color[class*=-BGC78] {
+ background-color: #5FD787
+}
+
+div.highlight .-Color[class*=-C79] {
+ color: #5FD7AF
+}
+
+div.highlight .-Color[class*=-BGC79] {
+ background-color: #5FD7AF
+}
+
+div.highlight .-Color[class*=-C80] {
+ color: #5FD7D7
+}
+
+div.highlight .-Color[class*=-BGC80] {
+ background-color: #5FD7D7
+}
+
+div.highlight .-Color[class*=-C81] {
+ color: #5FD7FF
+}
+
+div.highlight .-Color[class*=-BGC81] {
+ background-color: #5FD7FF
+}
+
+div.highlight .-Color[class*=-C82] {
+ color: #5FFF00
+}
+
+div.highlight .-Color[class*=-BGC82] {
+ background-color: #5FFF00
+}
+
+div.highlight .-Color[class*=-C83] {
+ color: #5FFF5F
+}
+
+div.highlight .-Color[class*=-BGC83] {
+ background-color: #5FFF5F
+}
+
+div.highlight .-Color[class*=-C84] {
+ color: #5FFF87
+}
+
+div.highlight .-Color[class*=-BGC84] {
+ background-color: #5FFF87
+}
+
+div.highlight .-Color[class*=-C85] {
+ color: #5FFFAF
+}
+
+div.highlight .-Color[class*=-BGC85] {
+ background-color: #5FFFAF
+}
+
+div.highlight .-Color[class*=-C86] {
+ color: #5FFFD7
+}
+
+div.highlight .-Color[class*=-BGC86] {
+ background-color: #5FFFD7
+}
+
+div.highlight .-Color[class*=-C87] {
+ color: #5FFFFF
+}
+
+div.highlight .-Color[class*=-BGC87] {
+ background-color: #5FFFFF
+}
+
+div.highlight .-Color[class*=-C88] {
+ color: #870000
+}
+
+div.highlight .-Color[class*=-BGC88] {
+ background-color: #870000
+}
+
+div.highlight .-Color[class*=-C89] {
+ color: #87005F
+}
+
+div.highlight .-Color[class*=-BGC89] {
+ background-color: #87005F
+}
+
+div.highlight .-Color[class*=-C90] {
+ color: #870087
+}
+
+div.highlight .-Color[class*=-BGC90] {
+ background-color: #870087
+}
+
+div.highlight .-Color[class*=-C91] {
+ color: #8700AF
+}
+
+div.highlight .-Color[class*=-BGC91] {
+ background-color: #8700AF
+}
+
+div.highlight .-Color[class*=-C92] {
+ color: #8700D7
+}
+
+div.highlight .-Color[class*=-BGC92] {
+ background-color: #8700D7
+}
+
+div.highlight .-Color[class*=-C93] {
+ color: #8700FF
+}
+
+div.highlight .-Color[class*=-BGC93] {
+ background-color: #8700FF
+}
+
+div.highlight .-Color[class*=-C94] {
+ color: #875F00
+}
+
+div.highlight .-Color[class*=-BGC94] {
+ background-color: #875F00
+}
+
+div.highlight .-Color[class*=-C95] {
+ color: #875F5F
+}
+
+div.highlight .-Color[class*=-BGC95] {
+ background-color: #875F5F
+}
+
+div.highlight .-Color[class*=-C96] {
+ color: #875F87
+}
+
+div.highlight .-Color[class*=-BGC96] {
+ background-color: #875F87
+}
+
+div.highlight .-Color[class*=-C97] {
+ color: #875FAF
+}
+
+div.highlight .-Color[class*=-BGC97] {
+ background-color: #875FAF
+}
+
+div.highlight .-Color[class*=-C98] {
+ color: #875FD7
+}
+
+div.highlight .-Color[class*=-BGC98] {
+ background-color: #875FD7
+}
+
+div.highlight .-Color[class*=-C99] {
+ color: #875FFF
+}
+
+div.highlight .-Color[class*=-BGC99] {
+ background-color: #875FFF
+}
+
+div.highlight .-Color[class*=-C100] {
+ color: #878700
+}
+
+div.highlight .-Color[class*=-BGC100] {
+ background-color: #878700
+}
+
+div.highlight .-Color[class*=-C101] {
+ color: #87875F
+}
+
+div.highlight .-Color[class*=-BGC101] {
+ background-color: #87875F
+}
+
+div.highlight .-Color[class*=-C102] {
+ color: #878787
+}
+
+div.highlight .-Color[class*=-BGC102] {
+ background-color: #878787
+}
+
+div.highlight .-Color[class*=-C103] {
+ color: #8787AF
+}
+
+div.highlight .-Color[class*=-BGC103] {
+ background-color: #8787AF
+}
+
+div.highlight .-Color[class*=-C104] {
+ color: #8787D7
+}
+
+div.highlight .-Color[class*=-BGC104] {
+ background-color: #8787D7
+}
+
+div.highlight .-Color[class*=-C105] {
+ color: #8787FF
+}
+
+div.highlight .-Color[class*=-BGC105] {
+ background-color: #8787FF
+}
+
+div.highlight .-Color[class*=-C106] {
+ color: #87AF00
+}
+
+div.highlight .-Color[class*=-BGC106] {
+ background-color: #87AF00
+}
+
+div.highlight .-Color[class*=-C107] {
+ color: #87AF5F
+}
+
+div.highlight .-Color[class*=-BGC107] {
+ background-color: #87AF5F
+}
+
+div.highlight .-Color[class*=-C108] {
+ color: #87AF87
+}
+
+div.highlight .-Color[class*=-BGC108] {
+ background-color: #87AF87
+}
+
+div.highlight .-Color[class*=-C109] {
+ color: #87AFAF
+}
+
+div.highlight .-Color[class*=-BGC109] {
+ background-color: #87AFAF
+}
+
+div.highlight .-Color[class*=-C110] {
+ color: #87AFD7
+}
+
+div.highlight .-Color[class*=-BGC110] {
+ background-color: #87AFD7
+}
+
+div.highlight .-Color[class*=-C111] {
+ color: #87AFFF
+}
+
+div.highlight .-Color[class*=-BGC111] {
+ background-color: #87AFFF
+}
+
+div.highlight .-Color[class*=-C112] {
+ color: #87D700
+}
+
+div.highlight .-Color[class*=-BGC112] {
+ background-color: #87D700
+}
+
+div.highlight .-Color[class*=-C113] {
+ color: #87D75F
+}
+
+div.highlight .-Color[class*=-BGC113] {
+ background-color: #87D75F
+}
+
+div.highlight .-Color[class*=-C114] {
+ color: #87D787
+}
+
+div.highlight .-Color[class*=-BGC114] {
+ background-color: #87D787
+}
+
+div.highlight .-Color[class*=-C115] {
+ color: #87D7AF
+}
+
+div.highlight .-Color[class*=-BGC115] {
+ background-color: #87D7AF
+}
+
+div.highlight .-Color[class*=-C116] {
+ color: #87D7D7
+}
+
+div.highlight .-Color[class*=-BGC116] {
+ background-color: #87D7D7
+}
+
+div.highlight .-Color[class*=-C117] {
+ color: #87D7FF
+}
+
+div.highlight .-Color[class*=-BGC117] {
+ background-color: #87D7FF
+}
+
+div.highlight .-Color[class*=-C118] {
+ color: #87FF00
+}
+
+div.highlight .-Color[class*=-BGC118] {
+ background-color: #87FF00
+}
+
+div.highlight .-Color[class*=-C119] {
+ color: #87FF5F
+}
+
+div.highlight .-Color[class*=-BGC119] {
+ background-color: #87FF5F
+}
+
+div.highlight .-Color[class*=-C120] {
+ color: #87FF87
+}
+
+div.highlight .-Color[class*=-BGC120] {
+ background-color: #87FF87
+}
+
+div.highlight .-Color[class*=-C121] {
+ color: #87FFAF
+}
+
+div.highlight .-Color[class*=-BGC121] {
+ background-color: #87FFAF
+}
+
+div.highlight .-Color[class*=-C122] {
+ color: #87FFD7
+}
+
+div.highlight .-Color[class*=-BGC122] {
+ background-color: #87FFD7
+}
+
+div.highlight .-Color[class*=-C123] {
+ color: #87FFFF
+}
+
+div.highlight .-Color[class*=-BGC123] {
+ background-color: #87FFFF
+}
+
+div.highlight .-Color[class*=-C124] {
+ color: #AF0000
+}
+
+div.highlight .-Color[class*=-BGC124] {
+ background-color: #AF0000
+}
+
+div.highlight .-Color[class*=-C125] {
+ color: #AF005F
+}
+
+div.highlight .-Color[class*=-BGC125] {
+ background-color: #AF005F
+}
+
+div.highlight .-Color[class*=-C126] {
+ color: #AF0087
+}
+
+div.highlight .-Color[class*=-BGC126] {
+ background-color: #AF0087
+}
+
+div.highlight .-Color[class*=-C127] {
+ color: #AF00AF
+}
+
+div.highlight .-Color[class*=-BGC127] {
+ background-color: #AF00AF
+}
+
+div.highlight .-Color[class*=-C128] {
+ color: #AF00D7
+}
+
+div.highlight .-Color[class*=-BGC128] {
+ background-color: #AF00D7
+}
+
+div.highlight .-Color[class*=-C129] {
+ color: #AF00FF
+}
+
+div.highlight .-Color[class*=-BGC129] {
+ background-color: #AF00FF
+}
+
+div.highlight .-Color[class*=-C130] {
+ color: #AF5F00
+}
+
+div.highlight .-Color[class*=-BGC130] {
+ background-color: #AF5F00
+}
+
+div.highlight .-Color[class*=-C131] {
+ color: #AF5F5F
+}
+
+div.highlight .-Color[class*=-BGC131] {
+ background-color: #AF5F5F
+}
+
+div.highlight .-Color[class*=-C132] {
+ color: #AF5F87
+}
+
+div.highlight .-Color[class*=-BGC132] {
+ background-color: #AF5F87
+}
+
+div.highlight .-Color[class*=-C133] {
+ color: #AF5FAF
+}
+
+div.highlight .-Color[class*=-BGC133] {
+ background-color: #AF5FAF
+}
+
+div.highlight .-Color[class*=-C134] {
+ color: #AF5FD7
+}
+
+div.highlight .-Color[class*=-BGC134] {
+ background-color: #AF5FD7
+}
+
+div.highlight .-Color[class*=-C135] {
+ color: #AF5FFF
+}
+
+div.highlight .-Color[class*=-BGC135] {
+ background-color: #AF5FFF
+}
+
+div.highlight .-Color[class*=-C136] {
+ color: #AF8700
+}
+
+div.highlight .-Color[class*=-BGC136] {
+ background-color: #AF8700
+}
+
+div.highlight .-Color[class*=-C137] {
+ color: #AF875F
+}
+
+div.highlight .-Color[class*=-BGC137] {
+ background-color: #AF875F
+}
+
+div.highlight .-Color[class*=-C138] {
+ color: #AF8787
+}
+
+div.highlight .-Color[class*=-BGC138] {
+ background-color: #AF8787
+}
+
+div.highlight .-Color[class*=-C139] {
+ color: #AF87AF
+}
+
+div.highlight .-Color[class*=-BGC139] {
+ background-color: #AF87AF
+}
+
+div.highlight .-Color[class*=-C140] {
+ color: #AF87D7
+}
+
+div.highlight .-Color[class*=-BGC140] {
+ background-color: #AF87D7
+}
+
+div.highlight .-Color[class*=-C141] {
+ color: #AF87FF
+}
+
+div.highlight .-Color[class*=-BGC141] {
+ background-color: #AF87FF
+}
+
+div.highlight .-Color[class*=-C142] {
+ color: #AFAF00
+}
+
+div.highlight .-Color[class*=-BGC142] {
+ background-color: #AFAF00
+}
+
+div.highlight .-Color[class*=-C143] {
+ color: #AFAF5F
+}
+
+div.highlight .-Color[class*=-BGC143] {
+ background-color: #AFAF5F
+}
+
+div.highlight .-Color[class*=-C144] {
+ color: #AFAF87
+}
+
+div.highlight .-Color[class*=-BGC144] {
+ background-color: #AFAF87
+}
+
+div.highlight .-Color[class*=-C145] {
+ color: #AFAFAF
+}
+
+div.highlight .-Color[class*=-BGC145] {
+ background-color: #AFAFAF
+}
+
+div.highlight .-Color[class*=-C146] {
+ color: #AFAFD7
+}
+
+div.highlight .-Color[class*=-BGC146] {
+ background-color: #AFAFD7
+}
+
+div.highlight .-Color[class*=-C147] {
+ color: #AFAFFF
+}
+
+div.highlight .-Color[class*=-BGC147] {
+ background-color: #AFAFFF
+}
+
+div.highlight .-Color[class*=-C148] {
+ color: #AFD700
+}
+
+div.highlight .-Color[class*=-BGC148] {
+ background-color: #AFD700
+}
+
+div.highlight .-Color[class*=-C149] {
+ color: #AFD75F
+}
+
+div.highlight .-Color[class*=-BGC149] {
+ background-color: #AFD75F
+}
+
+div.highlight .-Color[class*=-C150] {
+ color: #AFD787
+}
+
+div.highlight .-Color[class*=-BGC150] {
+ background-color: #AFD787
+}
+
+div.highlight .-Color[class*=-C151] {
+ color: #AFD7AF
+}
+
+div.highlight .-Color[class*=-BGC151] {
+ background-color: #AFD7AF
+}
+
+div.highlight .-Color[class*=-C152] {
+ color: #AFD7D7
+}
+
+div.highlight .-Color[class*=-BGC152] {
+ background-color: #AFD7D7
+}
+
+div.highlight .-Color[class*=-C153] {
+ color: #AFD7FF
+}
+
+div.highlight .-Color[class*=-BGC153] {
+ background-color: #AFD7FF
+}
+
+div.highlight .-Color[class*=-C154] {
+ color: #AFFF00
+}
+
+div.highlight .-Color[class*=-BGC154] {
+ background-color: #AFFF00
+}
+
+div.highlight .-Color[class*=-C155] {
+ color: #AFFF5F
+}
+
+div.highlight .-Color[class*=-BGC155] {
+ background-color: #AFFF5F
+}
+
+div.highlight .-Color[class*=-C156] {
+ color: #AFFF87
+}
+
+div.highlight .-Color[class*=-BGC156] {
+ background-color: #AFFF87
+}
+
+div.highlight .-Color[class*=-C157] {
+ color: #AFFFAF
+}
+
+div.highlight .-Color[class*=-BGC157] {
+ background-color: #AFFFAF
+}
+
+div.highlight .-Color[class*=-C158] {
+ color: #AFFFD7
+}
+
+div.highlight .-Color[class*=-BGC158] {
+ background-color: #AFFFD7
+}
+
+div.highlight .-Color[class*=-C159] {
+ color: #AFFFFF
+}
+
+div.highlight .-Color[class*=-BGC159] {
+ background-color: #AFFFFF
+}
+
+div.highlight .-Color[class*=-C160] {
+ color: #D70000
+}
+
+div.highlight .-Color[class*=-BGC160] {
+ background-color: #D70000
+}
+
+div.highlight .-Color[class*=-C161] {
+ color: #D7005F
+}
+
+div.highlight .-Color[class*=-BGC161] {
+ background-color: #D7005F
+}
+
+div.highlight .-Color[class*=-C162] {
+ color: #D70087
+}
+
+div.highlight .-Color[class*=-BGC162] {
+ background-color: #D70087
+}
+
+div.highlight .-Color[class*=-C163] {
+ color: #D700AF
+}
+
+div.highlight .-Color[class*=-BGC163] {
+ background-color: #D700AF
+}
+
+div.highlight .-Color[class*=-C164] {
+ color: #D700D7
+}
+
+div.highlight .-Color[class*=-BGC164] {
+ background-color: #D700D7
+}
+
+div.highlight .-Color[class*=-C165] {
+ color: #D700FF
+}
+
+div.highlight .-Color[class*=-BGC165] {
+ background-color: #D700FF
+}
+
+div.highlight .-Color[class*=-C166] {
+ color: #D75F00
+}
+
+div.highlight .-Color[class*=-BGC166] {
+ background-color: #D75F00
+}
+
+div.highlight .-Color[class*=-C167] {
+ color: #D75F5F
+}
+
+div.highlight .-Color[class*=-BGC167] {
+ background-color: #D75F5F
+}
+
+div.highlight .-Color[class*=-C168] {
+ color: #D75F87
+}
+
+div.highlight .-Color[class*=-BGC168] {
+ background-color: #D75F87
+}
+
+div.highlight .-Color[class*=-C169] {
+ color: #D75FAF
+}
+
+div.highlight .-Color[class*=-BGC169] {
+ background-color: #D75FAF
+}
+
+div.highlight .-Color[class*=-C170] {
+ color: #D75FD7
+}
+
+div.highlight .-Color[class*=-BGC170] {
+ background-color: #D75FD7
+}
+
+div.highlight .-Color[class*=-C171] {
+ color: #D75FFF
+}
+
+div.highlight .-Color[class*=-BGC171] {
+ background-color: #D75FFF
+}
+
+div.highlight .-Color[class*=-C172] {
+ color: #D78700
+}
+
+div.highlight .-Color[class*=-BGC172] {
+ background-color: #D78700
+}
+
+div.highlight .-Color[class*=-C173] {
+ color: #D7875F
+}
+
+div.highlight .-Color[class*=-BGC173] {
+ background-color: #D7875F
+}
+
+div.highlight .-Color[class*=-C174] {
+ color: #D78787
+}
+
+div.highlight .-Color[class*=-BGC174] {
+ background-color: #D78787
+}
+
+div.highlight .-Color[class*=-C175] {
+ color: #D787AF
+}
+
+div.highlight .-Color[class*=-BGC175] {
+ background-color: #D787AF
+}
+
+div.highlight .-Color[class*=-C176] {
+ color: #D787D7
+}
+
+div.highlight .-Color[class*=-BGC176] {
+ background-color: #D787D7
+}
+
+div.highlight .-Color[class*=-C177] {
+ color: #D787FF
+}
+
+div.highlight .-Color[class*=-BGC177] {
+ background-color: #D787FF
+}
+
+div.highlight .-Color[class*=-C178] {
+ color: #D7AF00
+}
+
+div.highlight .-Color[class*=-BGC178] {
+ background-color: #D7AF00
+}
+
+div.highlight .-Color[class*=-C179] {
+ color: #D7AF5F
+}
+
+div.highlight .-Color[class*=-BGC179] {
+ background-color: #D7AF5F
+}
+
+div.highlight .-Color[class*=-C180] {
+ color: #D7AF87
+}
+
+div.highlight .-Color[class*=-BGC180] {
+ background-color: #D7AF87
+}
+
+div.highlight .-Color[class*=-C181] {
+ color: #D7AFAF
+}
+
+div.highlight .-Color[class*=-BGC181] {
+ background-color: #D7AFAF
+}
+
+div.highlight .-Color[class*=-C182] {
+ color: #D7AFD7
+}
+
+div.highlight .-Color[class*=-BGC182] {
+ background-color: #D7AFD7
+}
+
+div.highlight .-Color[class*=-C183] {
+ color: #D7AFFF
+}
+
+div.highlight .-Color[class*=-BGC183] {
+ background-color: #D7AFFF
+}
+
+div.highlight .-Color[class*=-C184] {
+ color: #D7D700
+}
+
+div.highlight .-Color[class*=-BGC184] {
+ background-color: #D7D700
+}
+
+div.highlight .-Color[class*=-C185] {
+ color: #D7D75F
+}
+
+div.highlight .-Color[class*=-BGC185] {
+ background-color: #D7D75F
+}
+
+div.highlight .-Color[class*=-C186] {
+ color: #D7D787
+}
+
+div.highlight .-Color[class*=-BGC186] {
+ background-color: #D7D787
+}
+
+div.highlight .-Color[class*=-C187] {
+ color: #D7D7AF
+}
+
+div.highlight .-Color[class*=-BGC187] {
+ background-color: #D7D7AF
+}
+
+div.highlight .-Color[class*=-C188] {
+ color: #D7D7D7
+}
+
+div.highlight .-Color[class*=-BGC188] {
+ background-color: #D7D7D7
+}
+
+div.highlight .-Color[class*=-C189] {
+ color: #D7D7FF
+}
+
+div.highlight .-Color[class*=-BGC189] {
+ background-color: #D7D7FF
+}
+
+div.highlight .-Color[class*=-C190] {
+ color: #D7FF00
+}
+
+div.highlight .-Color[class*=-BGC190] {
+ background-color: #D7FF00
+}
+
+div.highlight .-Color[class*=-C191] {
+ color: #D7FF5F
+}
+
+div.highlight .-Color[class*=-BGC191] {
+ background-color: #D7FF5F
+}
+
+div.highlight .-Color[class*=-C192] {
+ color: #D7FF87
+}
+
+div.highlight .-Color[class*=-BGC192] {
+ background-color: #D7FF87
+}
+
+div.highlight .-Color[class*=-C193] {
+ color: #D7FFAF
+}
+
+div.highlight .-Color[class*=-BGC193] {
+ background-color: #D7FFAF
+}
+
+div.highlight .-Color[class*=-C194] {
+ color: #D7FFD7
+}
+
+div.highlight .-Color[class*=-BGC194] {
+ background-color: #D7FFD7
+}
+
+div.highlight .-Color[class*=-C195] {
+ color: #D7FFFF
+}
+
+div.highlight .-Color[class*=-BGC195] {
+ background-color: #D7FFFF
+}
+
+div.highlight .-Color[class*=-C196] {
+ color: #FF0000
+}
+
+div.highlight .-Color[class*=-BGC196] {
+ background-color: #FF0000
+}
+
+div.highlight .-Color[class*=-C197] {
+ color: #FF005F
+}
+
+div.highlight .-Color[class*=-BGC197] {
+ background-color: #FF005F
+}
+
+div.highlight .-Color[class*=-C198] {
+ color: #FF0087
+}
+
+div.highlight .-Color[class*=-BGC198] {
+ background-color: #FF0087
+}
+
+div.highlight .-Color[class*=-C199] {
+ color: #FF00AF
+}
+
+div.highlight .-Color[class*=-BGC199] {
+ background-color: #FF00AF
+}
+
+div.highlight .-Color[class*=-C200] {
+ color: #FF00D7
+}
+
+div.highlight .-Color[class*=-BGC200] {
+ background-color: #FF00D7
+}
+
+div.highlight .-Color[class*=-C201] {
+ color: #FF00FF
+}
+
+div.highlight .-Color[class*=-BGC201] {
+ background-color: #FF00FF
+}
+
+div.highlight .-Color[class*=-C202] {
+ color: #FF5F00
+}
+
+div.highlight .-Color[class*=-BGC202] {
+ background-color: #FF5F00
+}
+
+div.highlight .-Color[class*=-C203] {
+ color: #FF5F5F
+}
+
+div.highlight .-Color[class*=-BGC203] {
+ background-color: #FF5F5F
+}
+
+div.highlight .-Color[class*=-C204] {
+ color: #FF5F87
+}
+
+div.highlight .-Color[class*=-BGC204] {
+ background-color: #FF5F87
+}
+
+div.highlight .-Color[class*=-C205] {
+ color: #FF5FAF
+}
+
+div.highlight .-Color[class*=-BGC205] {
+ background-color: #FF5FAF
+}
+
+div.highlight .-Color[class*=-C206] {
+ color: #FF5FD7
+}
+
+div.highlight .-Color[class*=-BGC206] {
+ background-color: #FF5FD7
+}
+
+div.highlight .-Color[class*=-C207] {
+ color: #FF5FFF
+}
+
+div.highlight .-Color[class*=-BGC207] {
+ background-color: #FF5FFF
+}
+
+div.highlight .-Color[class*=-C208] {
+ color: #FF8700
+}
+
+div.highlight .-Color[class*=-BGC208] {
+ background-color: #FF8700
+}
+
+div.highlight .-Color[class*=-C209] {
+ color: #FF875F
+}
+
+div.highlight .-Color[class*=-BGC209] {
+ background-color: #FF875F
+}
+
+div.highlight .-Color[class*=-C210] {
+ color: #FF8787
+}
+
+div.highlight .-Color[class*=-BGC210] {
+ background-color: #FF8787
+}
+
+div.highlight .-Color[class*=-C211] {
+ color: #FF87AF
+}
+
+div.highlight .-Color[class*=-BGC211] {
+ background-color: #FF87AF
+}
+
+div.highlight .-Color[class*=-C212] {
+ color: #FF87D7
+}
+
+div.highlight .-Color[class*=-BGC212] {
+ background-color: #FF87D7
+}
+
+div.highlight .-Color[class*=-C213] {
+ color: #FF87FF
+}
+
+div.highlight .-Color[class*=-BGC213] {
+ background-color: #FF87FF
+}
+
+div.highlight .-Color[class*=-C214] {
+ color: #FFAF00
+}
+
+div.highlight .-Color[class*=-BGC214] {
+ background-color: #FFAF00
+}
+
+div.highlight .-Color[class*=-C215] {
+ color: #FFAF5F
+}
+
+div.highlight .-Color[class*=-BGC215] {
+ background-color: #FFAF5F
+}
+
+div.highlight .-Color[class*=-C216] {
+ color: #FFAF87
+}
+
+div.highlight .-Color[class*=-BGC216] {
+ background-color: #FFAF87
+}
+
+div.highlight .-Color[class*=-C217] {
+ color: #FFAFAF
+}
+
+div.highlight .-Color[class*=-BGC217] {
+ background-color: #FFAFAF
+}
+
+div.highlight .-Color[class*=-C218] {
+ color: #FFAFD7
+}
+
+div.highlight .-Color[class*=-BGC218] {
+ background-color: #FFAFD7
+}
+
+div.highlight .-Color[class*=-C219] {
+ color: #FFAFFF
+}
+
+div.highlight .-Color[class*=-BGC219] {
+ background-color: #FFAFFF
+}
+
+div.highlight .-Color[class*=-C220] {
+ color: #FFD700
+}
+
+div.highlight .-Color[class*=-BGC220] {
+ background-color: #FFD700
+}
+
+div.highlight .-Color[class*=-C221] {
+ color: #FFD75F
+}
+
+div.highlight .-Color[class*=-BGC221] {
+ background-color: #FFD75F
+}
+
+div.highlight .-Color[class*=-C222] {
+ color: #FFD787
+}
+
+div.highlight .-Color[class*=-BGC222] {
+ background-color: #FFD787
+}
+
+div.highlight .-Color[class*=-C223] {
+ color: #FFD7AF
+}
+
+div.highlight .-Color[class*=-BGC223] {
+ background-color: #FFD7AF
+}
+
+div.highlight .-Color[class*=-C224] {
+ color: #FFD7D7
+}
+
+div.highlight .-Color[class*=-BGC224] {
+ background-color: #FFD7D7
+}
+
+div.highlight .-Color[class*=-C225] {
+ color: #FFD7FF
+}
+
+div.highlight .-Color[class*=-BGC225] {
+ background-color: #FFD7FF
+}
+
+div.highlight .-Color[class*=-C226] {
+ color: #FFFF00
+}
+
+div.highlight .-Color[class*=-BGC226] {
+ background-color: #FFFF00
+}
+
+div.highlight .-Color[class*=-C227] {
+ color: #FFFF5F
+}
+
+div.highlight .-Color[class*=-BGC227] {
+ background-color: #FFFF5F
+}
+
+div.highlight .-Color[class*=-C228] {
+ color: #FFFF87
+}
+
+div.highlight .-Color[class*=-BGC228] {
+ background-color: #FFFF87
+}
+
+div.highlight .-Color[class*=-C229] {
+ color: #FFFFAF
+}
+
+div.highlight .-Color[class*=-BGC229] {
+ background-color: #FFFFAF
+}
+
+div.highlight .-Color[class*=-C230] {
+ color: #FFFFD7
+}
+
+div.highlight .-Color[class*=-BGC230] {
+ background-color: #FFFFD7
+}
+
+div.highlight .-Color[class*=-C231] {
+ color: #FFFFFF
+}
+
+div.highlight .-Color[class*=-BGC231] {
+ background-color: #FFFFFF
+}
+
+div.highlight .-Color[class*=-C232] {
+ color: #080808
+}
+
+div.highlight .-Color[class*=-BGC232] {
+ background-color: #080808
+}
+
+div.highlight .-Color[class*=-C233] {
+ color: #121212
+}
+
+div.highlight .-Color[class*=-BGC233] {
+ background-color: #121212
+}
+
+div.highlight .-Color[class*=-C234] {
+ color: #1C1C1C
+}
+
+div.highlight .-Color[class*=-BGC234] {
+ background-color: #1C1C1C
+}
+
+div.highlight .-Color[class*=-C235] {
+ color: #262626
+}
+
+div.highlight .-Color[class*=-BGC235] {
+ background-color: #262626
+}
+
+div.highlight .-Color[class*=-C236] {
+ color: #303030
+}
+
+div.highlight .-Color[class*=-BGC236] {
+ background-color: #303030
+}
+
+div.highlight .-Color[class*=-C237] {
+ color: #3A3A3A
+}
+
+div.highlight .-Color[class*=-BGC237] {
+ background-color: #3A3A3A
+}
+
+div.highlight .-Color[class*=-C238] {
+ color: #444444
+}
+
+div.highlight .-Color[class*=-BGC238] {
+ background-color: #444444
+}
+
+div.highlight .-Color[class*=-C239] {
+ color: #4E4E4E
+}
+
+div.highlight .-Color[class*=-BGC239] {
+ background-color: #4E4E4E
+}
+
+div.highlight .-Color[class*=-C240] {
+ color: #585858
+}
+
+div.highlight .-Color[class*=-BGC240] {
+ background-color: #585858
+}
+
+div.highlight .-Color[class*=-C241] {
+ color: #626262
+}
+
+div.highlight .-Color[class*=-BGC241] {
+ background-color: #626262
+}
+
+div.highlight .-Color[class*=-C242] {
+ color: #6C6C6C
+}
+
+div.highlight .-Color[class*=-BGC242] {
+ background-color: #6C6C6C
+}
+
+div.highlight .-Color[class*=-C243] {
+ color: #767676
+}
+
+div.highlight .-Color[class*=-BGC243] {
+ background-color: #767676
+}
+
+div.highlight .-Color[class*=-C244] {
+ color: #808080
+}
+
+div.highlight .-Color[class*=-BGC244] {
+ background-color: #808080
+}
+
+div.highlight .-Color[class*=-C245] {
+ color: #8A8A8A
+}
+
+div.highlight .-Color[class*=-BGC245] {
+ background-color: #8A8A8A
+}
+
+div.highlight .-Color[class*=-C246] {
+ color: #949494
+}
+
+div.highlight .-Color[class*=-BGC246] {
+ background-color: #949494
+}
+
+div.highlight .-Color[class*=-C247] {
+ color: #9E9E9E
+}
+
+div.highlight .-Color[class*=-BGC247] {
+ background-color: #9E9E9E
+}
+
+div.highlight .-Color[class*=-C248] {
+ color: #A8A8A8
+}
+
+div.highlight .-Color[class*=-BGC248] {
+ background-color: #A8A8A8
+}
+
+div.highlight .-Color[class*=-C249] {
+ color: #B2B2B2
+}
+
+div.highlight .-Color[class*=-BGC249] {
+ background-color: #B2B2B2
+}
+
+div.highlight .-Color[class*=-C250] {
+ color: #BCBCBC
+}
+
+div.highlight .-Color[class*=-BGC250] {
+ background-color: #BCBCBC
+}
+
+div.highlight .-Color[class*=-C251] {
+ color: #C6C6C6
+}
+
+div.highlight .-Color[class*=-BGC251] {
+ background-color: #C6C6C6
+}
+
+div.highlight .-Color[class*=-C252] {
+ color: #D0D0D0
+}
+
+div.highlight .-Color[class*=-BGC252] {
+ background-color: #D0D0D0
+}
+
+div.highlight .-Color[class*=-C253] {
+ color: #DADADA
+}
+
+div.highlight .-Color[class*=-BGC253] {
+ background-color: #DADADA
+}
+
+div.highlight .-Color[class*=-C254] {
+ color: #E4E4E4
+}
+
+div.highlight .-Color[class*=-BGC254] {
+ background-color: #E4E4E4
+}
+
+div.highlight .-Color[class*=-C255] {
+ color: #EEEEEE
+}
+
+div.highlight .-Color[class*=-BGC255] {
+ background-color: #EEEEEE
+}
diff --git a/asf/index.html b/asf/index.html
index 22b26d57..c07bb97e 100644
--- a/asf/index.html
+++ b/asf/index.html
@@ -29,7 +29,7 @@
<title>ASF - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../_static/testimonials.css?v=cc24216e" />
diff --git a/concepts/actions/index.html b/concepts/actions/index.html
index 29216492..9747fac1 100644
--- a/concepts/actions/index.html
+++ b/concepts/actions/index.html
@@ -29,7 +29,7 @@
<title>Actions - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/concepts/additional-visibility/index.html
b/concepts/additional-visibility/index.html
index 351defb1..49288862 100644
--- a/concepts/additional-visibility/index.html
+++ b/concepts/additional-visibility/index.html
@@ -29,7 +29,7 @@
<title>Additional Visibility - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/concepts/hooks/index.html b/concepts/hooks/index.html
index 7198670f..aae261a0 100644
--- a/concepts/hooks/index.html
+++ b/concepts/hooks/index.html
@@ -29,7 +29,7 @@
<title>Hooks - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/concepts/index.html b/concepts/index.html
index 9d3b4973..d197199d 100644
--- a/concepts/index.html
+++ b/concepts/index.html
@@ -29,7 +29,7 @@
<title>Concepts - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../_static/testimonials.css?v=cc24216e" />
diff --git a/concepts/overview/index.html b/concepts/overview/index.html
index 17fce86b..e02be2e4 100644
--- a/concepts/overview/index.html
+++ b/concepts/overview/index.html
@@ -29,7 +29,7 @@
<title>Cheat Sheet - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/concepts/parallelism/index.html b/concepts/parallelism/index.html
index f3965eef..f0761793 100644
--- a/concepts/parallelism/index.html
+++ b/concepts/parallelism/index.html
@@ -29,7 +29,7 @@
<title>Parallelism - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/concepts/planned-capabilities/index.html
b/concepts/planned-capabilities/index.html
index 760768ed..55e3cb32 100644
--- a/concepts/planned-capabilities/index.html
+++ b/concepts/planned-capabilities/index.html
@@ -29,7 +29,7 @@
<title>Planned Capabilities - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/concepts/recursion/index.html b/concepts/recursion/index.html
index 25274d14..576a9b1e 100644
--- a/concepts/recursion/index.html
+++ b/concepts/recursion/index.html
@@ -29,7 +29,7 @@
<title>Recursive Applications - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/concepts/sdlc/index.html b/concepts/sdlc/index.html
index 7111ddc5..0c46aa3f 100644
--- a/concepts/sdlc/index.html
+++ b/concepts/sdlc/index.html
@@ -29,7 +29,7 @@
<title>SDLC with LLMs - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/concepts/serde/index.html b/concepts/serde/index.html
index 04f8dda6..ee0d04a2 100644
--- a/concepts/serde/index.html
+++ b/concepts/serde/index.html
@@ -29,7 +29,7 @@
<title>Serialization / Deserialization - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/concepts/state-machine/index.html
b/concepts/state-machine/index.html
index 44f31d39..1ca7da35 100644
--- a/concepts/state-machine/index.html
+++ b/concepts/state-machine/index.html
@@ -29,7 +29,7 @@
<title>Applications - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/concepts/state-persistence/index.html
b/concepts/state-persistence/index.html
index 5c59c2ca..a90a9687 100644
--- a/concepts/state-persistence/index.html
+++ b/concepts/state-persistence/index.html
@@ -29,7 +29,7 @@
<title>State Persistence - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/concepts/state-typing/index.html b/concepts/state-typing/index.html
index 3d980f0f..5416b1f8 100644
--- a/concepts/state-typing/index.html
+++ b/concepts/state-typing/index.html
@@ -29,7 +29,7 @@
<title>Typing State - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/concepts/state/index.html b/concepts/state/index.html
index 51f14e27..d93e2071 100644
--- a/concepts/state/index.html
+++ b/concepts/state/index.html
@@ -29,7 +29,7 @@
<title>State - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/concepts/streaming-actions/index.html
b/concepts/streaming-actions/index.html
index 675824a1..e00d627a 100644
--- a/concepts/streaming-actions/index.html
+++ b/concepts/streaming-actions/index.html
@@ -29,7 +29,7 @@
<title>Streaming Actions - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/concepts/sync-vs-async/index.html
b/concepts/sync-vs-async/index.html
index d76405bf..d984410f 100644
--- a/concepts/sync-vs-async/index.html
+++ b/concepts/sync-vs-async/index.html
@@ -29,7 +29,7 @@
<title>Sync vs Async Applications - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/concepts/tracking/index.html b/concepts/tracking/index.html
index 301c093b..3a5cee56 100644
--- a/concepts/tracking/index.html
+++ b/concepts/tracking/index.html
@@ -29,7 +29,7 @@
<title>Tracking Burr - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/concepts/transitions/index.html b/concepts/transitions/index.html
index 51660a15..b0fe2d8b 100644
--- a/concepts/transitions/index.html
+++ b/concepts/transitions/index.html
@@ -29,7 +29,7 @@
<title>Transitions - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/contributing/architecture/index.html
b/contributing/architecture/index.html
index b5e3521f..61adc28c 100644
--- a/contributing/architecture/index.html
+++ b/contributing/architecture/index.html
@@ -29,7 +29,7 @@
<title>Architecture - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/contributing/contributing/index.html
b/contributing/contributing/index.html
index 5a82cb7e..27819236 100644
--- a/contributing/contributing/index.html
+++ b/contributing/contributing/index.html
@@ -29,7 +29,7 @@
<title>Contributing - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/contributing/index.html b/contributing/index.html
index 82040c50..c21ed171 100644
--- a/contributing/index.html
+++ b/contributing/index.html
@@ -29,7 +29,7 @@
<title>Contributing - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../_static/testimonials.css?v=cc24216e" />
diff --git a/contributing/iterating/index.html
b/contributing/iterating/index.html
index b5bd16ac..29297966 100644
--- a/contributing/iterating/index.html
+++ b/contributing/iterating/index.html
@@ -29,7 +29,7 @@
<title>Developing - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/contributing/setup/index.html b/contributing/setup/index.html
index 7baea214..06d2e849 100644
--- a/contributing/setup/index.html
+++ b/contributing/setup/index.html
@@ -29,7 +29,7 @@
<title>Setup - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/agents/agent-patterns/index.html
b/examples/agents/agent-patterns/index.html
index 01d22fc8..85e7d064 100644
--- a/examples/agents/agent-patterns/index.html
+++ b/examples/agents/agent-patterns/index.html
@@ -29,7 +29,7 @@
<title>Agent patterns - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/agents/divide-and-conquer/index.html
b/examples/agents/divide-and-conquer/index.html
index 38ee17ea..3c20139f 100644
--- a/examples/agents/divide-and-conquer/index.html
+++ b/examples/agents/divide-and-conquer/index.html
@@ -29,7 +29,7 @@
<title>Divide and Conquer - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/agents/index.html b/examples/agents/index.html
index a82f849f..38b5dc79 100644
--- a/examples/agents/index.html
+++ b/examples/agents/index.html
@@ -29,7 +29,7 @@
<title>🤖 Agents - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/chatbots/basic-chatbot/index.html
b/examples/chatbots/basic-chatbot/index.html
index 58f0d6c0..535777c4 100644
--- a/examples/chatbots/basic-chatbot/index.html
+++ b/examples/chatbots/basic-chatbot/index.html
@@ -29,7 +29,7 @@
<title>Basic - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/chatbots/gpt-like-chatbot/index.html
b/examples/chatbots/gpt-like-chatbot/index.html
index 110034c4..fc84d798 100644
--- a/examples/chatbots/gpt-like-chatbot/index.html
+++ b/examples/chatbots/gpt-like-chatbot/index.html
@@ -29,7 +29,7 @@
<title>GPT-like multimodal chatbot - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/chatbots/index.html b/examples/chatbots/index.html
index fecc1c1b..75de6fff 100644
--- a/examples/chatbots/index.html
+++ b/examples/chatbots/index.html
@@ -29,7 +29,7 @@
<title>📞 Chatbots - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/chatbots/rag-chatbot-hamilton/index.html
b/examples/chatbots/rag-chatbot-hamilton/index.html
index b48121b7..971d7786 100644
--- a/examples/chatbots/rag-chatbot-hamilton/index.html
+++ b/examples/chatbots/rag-chatbot-hamilton/index.html
@@ -29,7 +29,7 @@
<title>Conversational RAG with Burr and Hamilton - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/data-science/index.html b/examples/data-science/index.html
index c722cc17..d748e8ec 100644
--- a/examples/data-science/index.html
+++ b/examples/data-science/index.html
@@ -29,7 +29,7 @@
<title>🧪 Data science - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/data-science/ml_training/index.html
b/examples/data-science/ml_training/index.html
index d46b41e0..d5602be8 100644
--- a/examples/data-science/ml_training/index.html
+++ b/examples/data-science/ml_training/index.html
@@ -29,7 +29,7 @@
<title>Hyperparameter tuning - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/data-science/simulation/index.html
b/examples/data-science/simulation/index.html
index 5e739ab9..9959efaf 100644
--- a/examples/data-science/simulation/index.html
+++ b/examples/data-science/simulation/index.html
@@ -29,7 +29,7 @@
<title>Simulations - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/deployment/index.html b/examples/deployment/index.html
index 2caafb57..65d64892 100644
--- a/examples/deployment/index.html
+++ b/examples/deployment/index.html
@@ -29,7 +29,7 @@
<title>✈ Deployment - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/deployment/infrastructure/index.html
b/examples/deployment/infrastructure/index.html
index c49c404f..b703cb33 100644
--- a/examples/deployment/infrastructure/index.html
+++ b/examples/deployment/infrastructure/index.html
@@ -29,7 +29,7 @@
<title>Provisioning Infrastructure/Deploying - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/deployment/monitoring/index.html
b/examples/deployment/monitoring/index.html
index 6f276ffa..4cda74fd 100644
--- a/examples/deployment/monitoring/index.html
+++ b/examples/deployment/monitoring/index.html
@@ -29,7 +29,7 @@
<title>Monitoring in Production - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/deployment/web-server/index.html
b/examples/deployment/web-server/index.html
index 4d5655c2..cd10e44d 100644
--- a/examples/deployment/web-server/index.html
+++ b/examples/deployment/web-server/index.html
@@ -29,7 +29,7 @@
<title>Burr in a web server - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/guardrails/creating_tests/index.html
b/examples/guardrails/creating_tests/index.html
index 60e70c01..39024453 100644
--- a/examples/guardrails/creating_tests/index.html
+++ b/examples/guardrails/creating_tests/index.html
@@ -29,7 +29,7 @@
<title>Creating Test Cases - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/guardrails/index.html b/examples/guardrails/index.html
index 11fb4c9f..efe66db7 100644
--- a/examples/guardrails/index.html
+++ b/examples/guardrails/index.html
@@ -29,7 +29,7 @@
<title>🚧 Guardrails / Tests - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/index.html b/examples/index.html
index 1b58d5a4..95031763 100644
--- a/examples/index.html
+++ b/examples/index.html
@@ -29,7 +29,7 @@
<title>Cookbook - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/simple/choose-your-own-adventure/index.html
b/examples/simple/choose-your-own-adventure/index.html
index b3fc4097..7cb40ffc 100644
--- a/examples/simple/choose-your-own-adventure/index.html
+++ b/examples/simple/choose-your-own-adventure/index.html
@@ -29,7 +29,7 @@
<title>Choose your own adventure - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/simple/counter/index.html
b/examples/simple/counter/index.html
index 181f7bb6..1e6ebc3b 100644
--- a/examples/simple/counter/index.html
+++ b/examples/simple/counter/index.html
@@ -29,7 +29,7 @@
<title>Counter - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/simple/cowsay/index.html
b/examples/simple/cowsay/index.html
index e2352dd5..8b7da79f 100644
--- a/examples/simple/cowsay/index.html
+++ b/examples/simple/cowsay/index.html
@@ -29,7 +29,7 @@
<title>Cowsay - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/examples/simple/index.html b/examples/simple/index.html
index 86509a4d..e8d5f9e5 100644
--- a/examples/simple/index.html
+++ b/examples/simple/index.html
@@ -29,7 +29,7 @@
<title>🧸 Toy examples - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/genindex/index.html b/genindex/index.html
index 388fa7e0..70367719 100644
--- a/genindex/index.html
+++ b/genindex/index.html
@@ -27,7 +27,7 @@
<link rel="shortcut icon" href="../_static/favicon.ico"><!-- Generated
with Sphinx 8.2.3 and Furo 2025.12.19 --><title>Index - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../_static/testimonials.css?v=cc24216e" />
diff --git a/getting_started/index.html b/getting_started/index.html
index ed3f8b40..9a21717e 100644
--- a/getting_started/index.html
+++ b/getting_started/index.html
@@ -29,7 +29,7 @@
<title>Get started - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../_static/testimonials.css?v=cc24216e" />
diff --git a/getting_started/install/index.html
b/getting_started/install/index.html
index b7cecdd9..e9f3ddd5 100644
--- a/getting_started/install/index.html
+++ b/getting_started/install/index.html
@@ -29,7 +29,7 @@
<title>Installation - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/getting_started/simple-example/index.html
b/getting_started/simple-example/index.html
index 8a558abe..c6bc0671 100644
--- a/getting_started/simple-example/index.html
+++ b/getting_started/simple-example/index.html
@@ -29,7 +29,7 @@
<title>Quickstart - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/getting_started/up-next/index.html
b/getting_started/up-next/index.html
index 604183d7..8879a816 100644
--- a/getting_started/up-next/index.html
+++ b/getting_started/up-next/index.html
@@ -29,7 +29,7 @@
<title>Next Steps - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/getting_started/why-burr/index.html
b/getting_started/why-burr/index.html
index 7a94ed67..55d0ed0b 100644
--- a/getting_started/why-burr/index.html
+++ b/getting_started/why-burr/index.html
@@ -29,7 +29,7 @@
<title>Why Burr? - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/index.html b/index.html
index a1d216d5..ef535b84 100644
--- a/index.html
+++ b/index.html
@@ -29,7 +29,7 @@
<title>Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="_static/testimonials.css?v=cc24216e" />
diff --git a/main/index.html b/main/index.html
index dfcc0c00..158dd96c 100644
--- a/main/index.html
+++ b/main/index.html
@@ -29,7 +29,7 @@
<title>Apache Burr - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../_static/testimonials.css?v=cc24216e" />
diff --git a/py-modindex/index.html b/py-modindex/index.html
index 8328ebbc..b7c52f43 100644
--- a/py-modindex/index.html
+++ b/py-modindex/index.html
@@ -27,7 +27,7 @@
<link rel="shortcut icon" href="../_static/favicon.ico"><!-- Generated
with Sphinx 8.2.3 and Furo 2025.12.19 --><title>Python Module Index - Apache
Burr</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/actions/index.html b/reference/actions/index.html
index fe7b24d9..91e7a4a2 100644
--- a/reference/actions/index.html
+++ b/reference/actions/index.html
@@ -29,7 +29,7 @@
<title>Actions - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/application/index.html b/reference/application/index.html
index 3cce0b72..ed6bf387 100644
--- a/reference/application/index.html
+++ b/reference/application/index.html
@@ -29,7 +29,7 @@
<title>Applications - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/conditions/index.html b/reference/conditions/index.html
index 2ad56951..f3a004e0 100644
--- a/reference/conditions/index.html
+++ b/reference/conditions/index.html
@@ -29,7 +29,7 @@
<title>Conditions/Transitions - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/index.html b/reference/index.html
index 816ef0ec..08e0d7b4 100644
--- a/reference/index.html
+++ b/reference/index.html
@@ -29,7 +29,7 @@
<title>API reference - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/integrations/hamilton/index.html
b/reference/integrations/hamilton/index.html
index 83bd0b97..36b117c0 100644
--- a/reference/integrations/hamilton/index.html
+++ b/reference/integrations/hamilton/index.html
@@ -29,7 +29,7 @@
<title>Hamilton - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/integrations/haystack/index.html
b/reference/integrations/haystack/index.html
index 5224a2a1..740af719 100644
--- a/reference/integrations/haystack/index.html
+++ b/reference/integrations/haystack/index.html
@@ -29,7 +29,7 @@
<title>Haystack - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/integrations/index.html
b/reference/integrations/index.html
index 18dbb911..d1544a78 100644
--- a/reference/integrations/index.html
+++ b/reference/integrations/index.html
@@ -29,7 +29,7 @@
<title>Integrations - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/integrations/langchain/index.html
b/reference/integrations/langchain/index.html
index be26f161..e7d57966 100644
--- a/reference/integrations/langchain/index.html
+++ b/reference/integrations/langchain/index.html
@@ -29,7 +29,7 @@
<title>Langchain - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/integrations/opentelemetry/index.html
b/reference/integrations/opentelemetry/index.html
index 11c4b6e0..ee1462e0 100644
--- a/reference/integrations/opentelemetry/index.html
+++ b/reference/integrations/opentelemetry/index.html
@@ -29,7 +29,7 @@
<title>OpenTelemetry - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/integrations/pydantic/index.html
b/reference/integrations/pydantic/index.html
index 89121d19..e669eda4 100644
--- a/reference/integrations/pydantic/index.html
+++ b/reference/integrations/pydantic/index.html
@@ -29,7 +29,7 @@
<title>Pydantic - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/integrations/ray/index.html
b/reference/integrations/ray/index.html
index 016d6cf6..1ffdb168 100644
--- a/reference/integrations/ray/index.html
+++ b/reference/integrations/ray/index.html
@@ -29,7 +29,7 @@
<title>Ray - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/integrations/streamlit/index.html
b/reference/integrations/streamlit/index.html
index 4d5bb252..47aebddf 100644
--- a/reference/integrations/streamlit/index.html
+++ b/reference/integrations/streamlit/index.html
@@ -29,7 +29,7 @@
<title>Streamlit - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/integrations/traceloop/index.html
b/reference/integrations/traceloop/index.html
index 67e3a002..61a1df01 100644
--- a/reference/integrations/traceloop/index.html
+++ b/reference/integrations/traceloop/index.html
@@ -29,7 +29,7 @@
<title>Traceloop - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/lifecycle/index.html b/reference/lifecycle/index.html
index e180759c..2283afbb 100644
--- a/reference/lifecycle/index.html
+++ b/reference/lifecycle/index.html
@@ -29,7 +29,7 @@
<title>Lifecycle API - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/parallelism/index.html b/reference/parallelism/index.html
index 2b635d1f..f792ea38 100644
--- a/reference/parallelism/index.html
+++ b/reference/parallelism/index.html
@@ -29,7 +29,7 @@
<title>Parallelism - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/persister/index.html b/reference/persister/index.html
index 6eecca47..4678b0b6 100644
--- a/reference/persister/index.html
+++ b/reference/persister/index.html
@@ -29,7 +29,7 @@
<title>State Persistence - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/serde/index.html b/reference/serde/index.html
index 188d0210..6f7f51a8 100644
--- a/reference/serde/index.html
+++ b/reference/serde/index.html
@@ -29,7 +29,7 @@
<title>Serialization & Deserialization - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/state/index.html b/reference/state/index.html
index cc4966a6..3bb699f1 100644
--- a/reference/state/index.html
+++ b/reference/state/index.html
@@ -29,7 +29,7 @@
<title>State - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/telemetry/index.html b/reference/telemetry/index.html
index 61add133..2c2741dc 100644
--- a/reference/telemetry/index.html
+++ b/reference/telemetry/index.html
@@ -29,7 +29,7 @@
<title>Usage analytics + data privacy - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/tracking/index.html b/reference/tracking/index.html
index 761e350d..7213243c 100644
--- a/reference/tracking/index.html
+++ b/reference/tracking/index.html
@@ -29,7 +29,7 @@
<title>Tracking - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/typing/index.html b/reference/typing/index.html
index ab15a230..2ea27013 100644
--- a/reference/typing/index.html
+++ b/reference/typing/index.html
@@ -29,7 +29,7 @@
<title>Typing - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/reference/visibility/index.html b/reference/visibility/index.html
index 51a7abfd..5ca0b24b 100644
--- a/reference/visibility/index.html
+++ b/reference/visibility/index.html
@@ -29,7 +29,7 @@
<title>Tracing Inside Actions - Apache Burr</title>
<link rel="stylesheet" type="text/css"
href="../../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../../_static/testimonials.css?v=cc24216e" />
diff --git a/search/index.html b/search/index.html
index 2df98772..39d55cf3 100644
--- a/search/index.html
+++ b/search/index.html
@@ -29,7 +29,7 @@
<meta name="robots" content="noindex" />
<title>Search - Apache Burr</title><link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=d111a655" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?v=7bdb33bb" />
- <link rel="stylesheet" type="text/css"
href="../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css"
/>
+ <link rel="stylesheet" type="text/css"
href="../_static/mystnb.11b39860a7a0cbfd473a3ad8a317855267ff0bd372690045ca344a6b62be495e.css"
/>
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo-extensions.css?v=8dab3a3b" />
<link rel="stylesheet" type="text/css"
href="../_static/custom.css?v=2c829df3" />
<link rel="stylesheet" type="text/css"
href="../_static/testimonials.css?v=cc24216e" />