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 6, 2024
1 parent 82afa2c commit 50aa09d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,10 @@ The series types defined are:
- `:lagrange_interp`
- `:quadratic_spline`
- `:cubic_spline`
- `:akima_interp`
- `:bspline_interp`
- `:bspline_approx`
- `:cubic_hermite_spline`
- `:quintic_hermite_spline`

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

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

Expand Down

0 comments on commit 50aa09d

Please sign in to comment.