Skip to content

Commit

Permalink
Updates documentation
Browse files Browse the repository at this point in the history
1. Adds link to longer video.
2. Adds discord link.
3. Fixes documentation requirements.
  • Loading branch information
skrawcz committed Mar 26, 2024
1 parent 202718a commit 47e0344
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Burr
<div>
<a href="https://discord.gg/6Zy2DwP4f3" target="_blank"><img src="https://img.shields.io/badge/Join-Burr_Discord-brightgreen?logo=discord" alt="Burr Discord"/></a>
</div>

Burr makes it easy to develop applications that make decisions based on state (chatbots, agents, simulations, etc...) from simple python building blocks.
Burr includes a UI that can track/monitor those decisions in real time.

Link to [documentation](https://burr.dagworks.io/). Quick video intro [here](https://www.loom.com/share/a10f163428b942fea55db1a84b1140d8?sid=1512863b-f533-4a42-a2f3-95b13deb07c9). Blog post [here](https://blog.dagworks.io/p/burr-develop-stateful-ai-applications).
Link to [documentation](https://burr.dagworks.io/). Quick (<3min) video intro [here](https://www.loom.com/share/a10f163428b942fea55db1a84b1140d8?sid=1512863b-f533-4a42-a2f3-95b13deb07c9).
Longer [intro & walkthrough](https://www.youtube.com/watch?v=rEZ4oDN0GdU). Blog post [here](https://blog.dagworks.io/p/burr-develop-stateful-ai-applications).

## 🏃Quick start

Expand Down
4 changes: 4 additions & 0 deletions docs/getting_started/simple-example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ ML training, simulations, etc...) feel free to jump into the deep end and start
We will go over enough of the concepts to help you understand the code, but there is a much more in-depth set of
explanations in the :ref:`concepts <concepts>` section.

🤔 For an alternative example to get started with, you can also check out
`this video walkthrough <https://www.youtube.com/watch?v=rEZ4oDN0GdU>`_
using `this notebook <https://github.com/DAGWorks-Inc/burr/blob/main/examples/blog_post/blog.ipynb>`_.

------------------
Build a Counter
------------------
Expand Down
6 changes: 6 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@

examples/index

.. toctree::
:hidden:
:caption: Community

Discord Server <https://discord.gg/6Zy2DwP4f3>

.. toctree::
:hidden:
:maxdepth: 2
Expand Down
10 changes: 8 additions & 2 deletions docs/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ Burr

Welcome to Burr's documentation.

For a quick overview, watch the following video (<2 minutes). If you prefer long-form,
see the `original launch post <https://blog.dagworks.io/p/burr-develop-stateful-ai-applications>`_.
For an overview of Burr, watch `this video walkthrough <https://www.youtube.com/watch?v=rEZ4oDN0GdU>`_ of building a simple
Burr application (using `this notebook <https://github.com/DAGWorks-Inc/burr/blob/main/examples/blog_post/blog.ipynb>`_),
or read `our blog post <https://blog.dagworks.io/p/burr-develop-stateful-ai-applications?r=2cg5z1&utm_campaign=post&utm_medium=web>`_:

.. raw:: html

<div style="position: relative; padding-bottom: 56.25%; height: 0;"><iframe width="800" height="455" src="https://www.youtube.com/embed/rEZ4oDN0GdU?si=6RvExhQVsAyNd8Ts" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>

For a quicker overview, watch the following video (<2 minutes).

.. raw:: html

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ documentation = [
"sphinx-sitemap",
"sphinx-toolbox",
"psycopg2-binary",
"redis",
]

tracking-client = [
Expand Down

0 comments on commit 47e0344

Please sign in to comment.