Skip to content

Commit

Permalink
docs: renamed how to guides to be more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
p-a-a-a-trick authored and cpcloud committed Nov 29, 2022
1 parent a8f5579 commit 1bdc5bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/how_to/chain-expressions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Chaining Expressions with Underscore
# How to Chain Expressions with Underscore

Expressions can easily be chained using the deferred expression API, also known as the Underscore (`_`) API.

Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/duckdb_register.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Use `register` to load external data files with the DuckDB backend
# How to Use `register` to load external data files with the DuckDB backend

<!-- prettier-ignore-start -->
Here we use the [`register`][ibis.backends.duckdb.Backend.register] method to load external data files and join them.
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/topk.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Compute the Top K Records
# How to Compute the Top K Records

<!-- prettier-ignore-start -->
Here we use the [`topk`][ibis.expr.types.Column.topk] method to compute the top
Expand Down

0 comments on commit 1bdc5bd

Please sign in to comment.