Welcome to PySDL2's documentation!
==================================
PySDL2 is a wrapper around the SDL2 library and as such similar to the
discontinued PySDL project. In contrast to PySDL, it has no licensing
restrictions, nor does it rely on C code, but uses :mod:`ctypes` instead.

Getting Started
===============

.. toctree::
   :maxdepth: 2

   install.rst
   integration.rst
   faq.rst
   tutorial/index.rst


API Reference
=============

.. toctree::
   :maxdepth: 2

   modules/index.rst


Project Information
===================

.. toctree::
   :maxdepth: 1

   news.rst
   todos.rst
   copying.rst


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
