Welcome to Ren'Py's documentation!
==================================

We're in the process of rewriting Ren'Py's documentation. While what
we have here is the most up-to-date documentation, it's also very
incomplete. To find out more about Ren'Py, please visit the Ren'Py
home page:

    http://www.renpy.org/

Much of Ren'Py is only documented in the older documentation, which is
stored in the Ren'Py Wiki:

    http://www.renpy.org/wiki/


Getting Started
---------------
.. toctree::
   :maxdepth: 2

   quickstart
    
The Ren'Py Language
-------------------

.. toctree::
   :maxdepth: 1

   language_basics
   dialogue
   displaying_images
   menus
   
Text, Displayables, Transforms, and Transitions
-----------------------------------------------

.. toctree::
   :maxdepth: 1
    
   text
   displayables
   transforms
   transitions
   atl
   
Customizing Ren'Py
------------------

.. toctree::
   :maxdepth: 1

   style
   screens
   screen_actions
   screen_special
   side_image
   config
   rooms

Advanced Displayables
---------------------

.. toctree::
   :maxdepth: 1
   
   drag_drop
   sprites
   
Python and Ren'Py
-----------------

.. toctree::
   :maxdepth: 1

   statement_equivalents
   trans_trans_python
   screen_python
   modes
   udd
   other

Other Platforms
---------------

.. toctree::
   :maxdepth: 1

   android
   
End-User Documentation
----------------------

.. toctree::
   :maxdepth: 1

   display_problems


Engine Developer Documentation
------------------------------

.. toctree::
   :maxdepth: 1

   editor

Changes and License
-------------------

.. toctree::
   :maxdepth: 1

   changelog
   incompatible
   distributor
   license

Indices
-------

* `Style Property Index <std-style-property-index.html>`_
* `Transform Property Index <std-transform-property-index.html>`_
* `Variable and Definition Index <std-var-index.html>`_
* `Function and Class Index <py-function-class-index.html>`_
* `General Index <genindex.html>`_
