File: index.rst

package info (click to toggle)
pysdl2 0.9.17%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,328 kB
  • sloc: python: 24,685; makefile: 36; sh: 8
file content (44 lines) | stat: -rw-r--r-- 704 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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`