Skip to content

Commit

Permalink
add error handling page to the table of content
Browse files Browse the repository at this point in the history
  • Loading branch information
allenanie committed Jul 23, 2024
1 parent 0ac7027 commit ed5fc4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ parts:
chapters:
- file: tutorials/basic_tutorial
- file: tutorials/optimization_tutorial
- file: tutorials/error_handling_tutorial

- caption: Agent Examples
numbered: false
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/quick_start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"source": [
"# ⚡️ 5 Minutes Guide\n",
"\n",
"Writing a Trace program involves three steps.\n",
"Writing a Trace program involves three simple steps.\n",
"\n",
"1. Write a normal python program.\n",
"2. Decorate the program with Trace primitives: `node` and `@bundle`.\n",
Expand Down

0 comments on commit ed5fc4c

Please sign in to comment.