Skip to content

Commit 9804503

Browse files
committed
DOC: a few tweaks in the earlier sections
1 parent 8c5c53a commit 9804503

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/euclidean/index.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"\n",
2020
"This section is mostly about different types of\n",
2121
"univariate non-rational polynomial splines\n",
22-
"in one-, two- and three-dimensional Euclidean space\n",
23-
"(for an application in a four-dimensional space, see\n",
24-
"[the section about 4D quaternion interpolation](../rotation/naive-4d-interpolation.ipynb)).\n",
22+
"in one-, two- and three-dimensional Euclidean space --\n",
23+
"for an application in a four-dimensional space, see\n",
24+
"[the section about 4D quaternion interpolation](../rotation/naive-4d-interpolation.ipynb).\n",
2525
"\n",
2626
"But before diving into [splines](splines.rst)\n",
27-
"(and before even defining what they are),\n",
27+
"-- and before even defining what they are --\n",
2828
"we will discuss a few basics about polynomial curves\n",
2929
"and a spline-less interpolation method called\n",
3030
"[Lagrange interpolation](lagrange.ipynb).\n",

doc/euclidean/lagrange.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@
760760
"\n",
761761
"Note\n",
762762
"\n",
763-
"The [splines.CatmullRom](../python-module/splines.rst#splines.CatmullRom) class\n",
763+
"The class [splines.CatmullRom](../python-module/splines.rst#splines.CatmullRom)\n",
764764
"uses [\"natural\" end conditions](end-conditions-natural.ipynb) by default.\n",
765765
"\n",
766766
"</div>"

doc/intro.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ whose API documentation is available at
3333
:mod:`splines` and :mod:`splines.quaternion`, respectively.
3434

3535
This project was originally inspired by :cite:t:`millington2009matrices`,
36-
which concisely lists the *basis matrices*
36+
who concisely lists the *basis matrices*
3737
(a.k.a. *characteristic matrices*)
3838
of a few common types of splines
3939
and also provides matrices that can be used to convert *control points*

0 commit comments

Comments
 (0)