Skip to content

Commit b8eccdd

Browse files
committed
docs
1 parent 7bc45bd commit b8eccdd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

doc/overview.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ def knots(obj, *args, **kwargs):
126126
@knots.register(CubicSpline)
127127
def _knots_cubic(obj):
128128
return obj.x
129+
130+
model = CubicSpline(x = ..., y = ...)
131+
n = knots(model)
129132
```
130133

131134
---

0 commit comments

Comments
 (0)