From c0f131d0c1f87856af016071023d119b1faa70f8 Mon Sep 17 00:00:00 2001 From: steven krawczyk Date: Sun, 16 Jul 2023 17:27:11 -0700 Subject: [PATCH] update docs --- docs/source/index.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 4d207695..0f3876d5 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -51,3 +51,11 @@ There are primarily two ways you can use `prompttools` in your LLM workflow: 1. Run experiments in [notebooks](https://github.com/hegelai/prompttools/tree/main/examples/notebooks/). 1. Write [unit tests](https://github.com/hegelai/prompttools/tree/main/examples/prompttests/test_openai_chat.py) and integrate them into your CI/CD workflow [via Github Actions](/.github/workflows/post-commit.yaml). + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` \ No newline at end of file