From bd2123f4a871bdcbb35ee27080ca8f9ce0e0900f Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 22 Nov 2023 14:42:41 -0500 Subject: [PATCH] Minor documentation fixes (#80) Minor fixes --- docs/source/notebooks/tool_usage/multiverse_math.ipynb | 6 ++++-- docs/source/notebooks/tool_usage/relational_data.ipynb | 6 ++++-- docs/source/notebooks/tool_usage/typewriter_1.ipynb | 6 ++++-- docs/source/notebooks/tool_usage/typewriter_26.ipynb | 4 +++- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/source/notebooks/tool_usage/multiverse_math.ipynb b/docs/source/notebooks/tool_usage/multiverse_math.ipynb index 8bc81073..c379ceba 100644 --- a/docs/source/notebooks/tool_usage/multiverse_math.ipynb +++ b/docs/source/notebooks/tool_usage/multiverse_math.ipynb @@ -17,7 +17,9 @@ "\n", "The modified mathematical operations yield different reuslts, but still retain some properties (e.g., the modified multiplication operation is still commutative).\n", "\n", - "Please note that the modified operations are not guaranteed to even make sense in the real world since not all properties will be retained (e.g., distributive property)." + "Please note that the modified operations are not guaranteed to even make sense in the real world since not all properties will be retained (e.g., distributive property).\n", + "\n", + "------------------" ] }, { @@ -331,7 +333,7 @@ "id": "1b039225-01cf-481a-87a6-4e880e9b1dcd", "metadata": {}, "source": [ - "# Inspect\n", + "## Inspect\n", "\n", "You can take a look at the underlying results." ] diff --git a/docs/source/notebooks/tool_usage/relational_data.ipynb b/docs/source/notebooks/tool_usage/relational_data.ipynb index a79cae7d..b5f04534 100644 --- a/docs/source/notebooks/tool_usage/relational_data.ipynb +++ b/docs/source/notebooks/tool_usage/relational_data.ipynb @@ -52,7 +52,9 @@ "```\n", "\n", "The tools allow to look up information based on ids (e.g., `get_user_email` takes a user id and returns the email),\n", - "and to search (e.g., `find_foods_by_name` takes a food name and returns a list of results." + "and to search (e.g., `find_foods_by_name` takes a food name and returns a list of results.\n", + "\n", + "----------" ] }, { @@ -373,7 +375,7 @@ "id": "1b039225-01cf-481a-87a6-4e880e9b1dcd", "metadata": {}, "source": [ - "# Inspect\n", + "## Inspect\n", "\n", "Here, we'll take a look at the underlying results a little bit." ] diff --git a/docs/source/notebooks/tool_usage/typewriter_1.ipynb b/docs/source/notebooks/tool_usage/typewriter_1.ipynb index 1105cac8..1fc670cd 100644 --- a/docs/source/notebooks/tool_usage/typewriter_1.ipynb +++ b/docs/source/notebooks/tool_usage/typewriter_1.ipynb @@ -16,7 +16,9 @@ "character a time on a piece of virtual paper.\n", "\n", "The agent is evaluated based on its ability to print the correct string using\n", - "the \"type_letter\" tool." + "the \"type_letter\" tool.\n", + "\n", + "--------" ] }, { @@ -349,7 +351,7 @@ "id": "1b039225-01cf-481a-87a6-4e880e9b1dcd", "metadata": {}, "source": [ - "# Inspect\n", + "## Inspect\n", "\n", "You can take a look at the underlying results." ] diff --git a/docs/source/notebooks/tool_usage/typewriter_26.ipynb b/docs/source/notebooks/tool_usage/typewriter_26.ipynb index 1c57b95d..e27789b1 100644 --- a/docs/source/notebooks/tool_usage/typewriter_26.ipynb +++ b/docs/source/notebooks/tool_usage/typewriter_26.ipynb @@ -15,7 +15,9 @@ "\n", "The agent can use each tool to \"print\" the corresponding letter on a piece of virtual paper.\n", "\n", - "The objective for the agent is to \"print\" the user's input on the paper exactly." + "The objective for the agent is to \"print\" the user's input on the paper exactly.\n", + "\n", + "---------" ] }, {