Skip to content

Commit

Permalink
docs: Add links to Extensibility API.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Feb 3, 2021
1 parent 6963d89 commit a0bb257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Arquero is Spanish for "archer": if datasets are [arrows](https://arrow.apache.o
* [Verbs](https://uwdata.github.io/arquero/api/verbs) - Table transformation verbs.
* [Op Functions](https://uwdata.github.io/arquero/api/op) - All functions, including aggregate and window functions.
* [Expressions](https://uwdata.github.io/arquero/api/expressions) - Parsing and generation of table expressions.
* [Extensibility](https://uwdata.github.io/arquero/api/extensibility) - Extend Arquero with new expression functions or table verbs.

## Example

Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Arquero is Spanish for "archer": if datasets are [arrows](https://arrow.apache.o
* [Verbs](api/verbs) - Table transformation verbs.
* [Op Functions](api/op) - All functions, including aggregate and window functions.
* [Expressions](api/expressions) - Parsing and generation of table expressions.
* [Extensibility](api/extensibility) - Extend Arquero with new expression functions or table verbs.

## Example

Expand Down

0 comments on commit a0bb257

Please sign in to comment.