Skip to content

Commit

Permalink
docs: update series types recipes available
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Jul 15, 2024
1 parent d03bacb commit 13fcf22
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,11 @@ The series types defined are:
- `:lagrange_interp`
- `:quadratic_spline`
- `:cubic_spline`
- `:akima_interp`
- `:bspline_interp`
- `:bspline_approx`
- `:cubic_hermite_spline`
- `:pchip_interp`
- `:quintic_hermite_spline`

By and large, these accept the same keywords as their function counterparts.
6 changes: 6 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ The series types defined are:
- `:lagrange_interp`
- `:quadratic_spline`
- `:cubic_spline`
- `:akima_interp`
- `:bspline_interp`
- `:bspline_approx`
- `:cubic_hermite_spline`
- `:pchip_interp`
- `:quintic_hermite_spline`

By and large, these accept the same keywords as their function counterparts.

Expand Down

0 comments on commit 13fcf22

Please sign in to comment.