From acf69bc1979f01711c172de9f5edd7826a760788 Mon Sep 17 00:00:00 2001 From: Sathvik Bhagavan Date: Fri, 7 Jun 2024 05:27:48 +0000 Subject: [PATCH] docs: remove indexing part from readme --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index ef3500e1..1f83f055 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,6 @@ u′ = similar(u, length(t′)) interp(u′, t′) ``` -Indexing retrieves the underlying values: - -```julia -interp[4] # Gives the 4th value of u -``` - ## Available Interpolations In all cases, `u` an `AbstractVector` of values and `t` is an `AbstractVector` of timepoints