From e7ec06247b0eb9e9857888116161208d1ccc79ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?reiwa=EF=BC=88=E4=BB=A4=E5=92=8C=EF=BC=89?= <8963519+rbstrachan@users.noreply.github.com> Date: Sat, 25 May 2024 17:18:34 -0400 Subject: [PATCH] Fix punctuation in index.qmd Adds a missing `"` character and removes and extraneous `.` --- quarto/index.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quarto/index.qmd b/quarto/index.qmd index 1992771a..d869e76d 100644 --- a/quarto/index.qmd +++ b/quarto/index.qmd @@ -11,7 +11,7 @@ This is a set of notes for learning programming language with an easy to learn syntax that is well suited for this task. -Read "[Getting started with Julia](./misc/getting_started_with_julia.html)" to learn how to install and customize `Julia` for following along with these notes. Read "[Julia interfaces](./misc/julia_interfaces.html) to review different ways to interact with a `Julia` installation. +Read "[Getting started with Julia](./misc/getting_started_with_julia.html)" to learn how to install and customize `Julia` for following along with these notes. Read "[Julia interfaces](./misc/julia_interfaces.html)" to review different ways to interact with a `Julia` installation. Since the mid 90s there has been a push to teach calculus using many different points of view. The @@ -59,7 +59,7 @@ in a spirit similar to a section of a book. Just like a book, there are try-it-yourself questions at the end of each page. All have a limited number of self-graded answers. These notes borrow ideas from many sources, for example @Strang, @Knill, @Schey, @Thomas, -@RogawskiAdams, several Wikipedia pages, and other sources.. +@RogawskiAdams, several Wikipedia pages, and other sources. These notes are accompanied by a `Julia` package `CalculusWithJulia` that provides some simple functions to streamline some common tasks