Skip to content

Commit

Permalink
Adds better text for simple examples
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed Apr 17, 2024
1 parent 32c4bd1 commit 2ab1234
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/examples/chatbot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Chatbots
================

.. _chatbots:

Chat bots are a simple example where state influences the conversation. This is a
perfect use case for using Burr.

Expand Down
6 changes: 5 additions & 1 deletion docs/examples/simple.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Simple examples
====================

The following are all simple examples to give you a sense of how to use Burr. They're mostly toy-examples
but they show a few concepts. If you're interested in more real-life applications, skip ahead to
:ref:`state-persistence <chatbots>`.

- `cowsay <https://github.com/DAGWorks-Inc/burr/tree/main/examples/other-examples/cowsay>`_
- `counter <https://github.com/DAGWorks-Inc/burr/tree/main/examples/hello-world-counter>`_
- `[corgi] adventure game <https://github.com/DAGWorks-Inc/burr/tree/main/examples/llm-adventure-game>`_
- `corgi adventure game <https://github.com/DAGWorks-Inc/burr/tree/main/examples/llm-adventure-game>`_

0 comments on commit 2ab1234

Please sign in to comment.