Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
parkervg committed Feb 22, 2024
1 parent 054959a commit 32deacd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion blendsql/blendsql.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ def blend(
and put this in the `example_outputs` kwarg
table_to_title: Optional mapping from table name to title of table.
Useful for datasets like WikiTableQuestions, where relevant info is stored in table title.
_prev_passed_values: int used to track values passed to nested recursive `blend()` calls
Returns:
smoothie: Smoothie dataclass containing pd.DataFrame output and execution metadata
"""
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ SELECT date, rival, score, documents.content AS "Team Description" FROM w
- Enables reproducibility across machines


For a technical walkthrough of how a BlendSQL query is executed, check out [technical_walkthrough.md](./docs/technical_walkthrough.md).
For a technical walkthrough of how a BlendSQL query is executed, check out [technical_walkthrough.md](reference/technical_walkthrough.md).
2 changes: 1 addition & 1 deletion docs/reference/technical_walkthrough.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
All the below logic can be found in the `blend()` function from `blendsql/blendsql.py`.
All the below logic can be found in the `blend()` function from [`blendsql/blendsql.py`](execute-blendsql.md).


## Example
Expand Down

0 comments on commit 32deacd

Please sign in to comment.