Skip to content

Commit 73f630c

Browse files
authored
Merge pull request #198 from moorepants/week-2025-01
Week 2025 01
2 parents aa8a9eb + 1035c79 commit 73f630c

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Clone the repository::
4949
git clone https://github.com/moorepants/learn-multibody-dynamics.git
5050
cd learn-multibody-dynamics
5151

52-
Install miniconda_ or a similar tool (e.g. Anaconda_) and create a conda
52+
Install miniconda_ or a similar tool (e.g. Anaconda_) and create a conda
5353
environment for the book::
5454

5555
conda env create -f multibody-book-env.yml

index.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Learn Multibody Dynamics
66
| Version: |version|
77
88
This 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.
5757
Prior 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

introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ without the need of `Lagrange multipliers`_.
6464
Choice of programming language
6565
==============================
6666

67-
With the goal of teaching through computation, it means I need to also choose a
67+
With the goal of teaching through computation, it means I also need to choose a
6868
programming language. There are many programming languages well suited to
6969
multibody dynamics computation, but I select Python_ for several reasons: 1)
7070
Python is open source and freely available for use, 2) Python is currently one,

0 commit comments

Comments
 (0)