diff --git a/docs/examples/chatbot.rst b/docs/examples/chatbot.rst index 3b758f45..10beeb07 100644 --- a/docs/examples/chatbot.rst +++ b/docs/examples/chatbot.rst @@ -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. diff --git a/docs/examples/simple.rst b/docs/examples/simple.rst index f97dfbbc..dfee5a37 100644 --- a/docs/examples/simple.rst +++ b/docs/examples/simple.rst @@ -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 `. + - `cowsay `_ - `counter `_ -- `[corgi] adventure game `_ +- `corgi adventure game `_