Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions docs/src/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@
Tutorials
=========

Pymunk has one tutorial that show a simple simulation from start to end.
Pymunk has tutorials that show simulations from start to end.

After reading it make sure to also check out the :ref:`Examples <examples>` as
most of them are easy to follow and showcase many of the things you can do with
pymunk. Also take a look at the external tutorials. While they are not created
After reading them make sure to also check out the :ref:`Examples <examples>` as
most of them are easy to follow and showcase many of the things you can do with
pymunk. Also take a look at the external tutorials. While they are not created
by the Pymunk creator they can still give a good start in how to use Pymunk.

.. toctree::
.. toctree::
:maxdepth: 1
:glob:

tutorials/SlideAndPinJoint.rst
tutorials/CollisionHandlers.rst

..
tutorials/*
Expand Down
Loading