@@ -6,12 +6,12 @@ Learn Multibody Dynamics
66| Version: |version|
77
88This online book aims to teach multibody dynamics using interactive code woven
9- into the text. It follows the organization and methods presented in [ Kane1985 ]_
10- and can be thought of a retelling of many topics in the book. Each page can be
11- downloaded as a Python _ script or Jupyter _ Notebook. The book is also
12- `available in PDF format <learnmultibodydynamics.pdf >`_. This book is used
13- primarily as a companion resource for TU Delft's `Multibody Dynamics `_ course
14- taught by `Jason K. Moore `_ but it is designed to standalone from the course.
9+ into the text. It generally follows the organization and methods presented in
10+ [ Kane1985 ]_ and can be thought of a retelling of many topics in the book. Each
11+ page can be downloaded as a Python _ script or Jupyter _ Notebook. The book is
12+ also `available in PDF format <learnmultibodydynamics.pdf >`_. This book is used
13+ as a companion resource for TU Delft's `Multibody Dynamics `_ course taught by
14+ `Jason K. Moore `_ but it is designed to stand alone from the course.
1515
1616.. _Python : https://python.org
1717.. _Jupyter : https://jupyter.org
@@ -57,9 +57,11 @@ taught by `Jason K. Moore`_ but it is designed to standalone from the course.
5757Prior Versions
5858==============
5959
60+ - `Version 0.3 `_: Final version after the 2024 course.
6061- `Version 0.2 `_: Final version after the 2023 course.
6162- `Version 0.1 `_: Final version after the 2022 course.
6263
64+ .. _Version 0.3 : https://github.com/moorepants/learn-multibody-dynamics/releases/tag/v0.3
6365.. _Version 0.2 : https://github.com/moorepants/learn-multibody-dynamics/releases/tag/v0.2
6466.. _Version 0.1 : https://github.com/moorepants/learn-multibody-dynamics/releases/tag/v0.1
6567
0 commit comments