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

To find out more about Ren'Py, please visit the Ren'Py home page:

    http://www.renpy.org/

.. only:: not language_ja and not gettext

    日本語のドキュメントは以下にあります:

        http://ja.renpy.org/doc/html/

.. only:: not language_cn and not gettext

    简体中文的文档请参考这里：

        https://renpy.cn/doc/

    繁體中文的文件請參考這裡：

        https://renpy.cn/doc-tw/

Getting Started
---------------
.. toctree::
    :maxdepth: 3

    quickstart
    gui

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

.. toctree::
   :maxdepth: 1

   language_basics
   label
   dialogue
   displaying_images
   menus
   python
   conditional
   audio
   movie
   voice

Text, Displayables, Transforms, and Transitions
-----------------------------------------------

.. toctree::
   :maxdepth: 1

   text
   translation
   displayables
   transforms
   transitions
   atl
   matrixcolor
   layeredimage
   3dstage
   live2d

Customizing Ren'Py
------------------

.. toctree::
   :maxdepth: 1

   style
   style_properties
   screens
   screen_actions
   screen_special
   screen_optimization
   config
   preferences
   store_variables
   mouse

Tools
-----

.. toctree::
   :maxdepth: 1

   launcher
   developer_tools
   director

Other Functionality
-------------------

.. toctree::
   :maxdepth: 1

   nvl_mode
   input
   side_image
   rooms
   drag_drop
   sprites
   keymap
   achievement
   history
   multiple
   splashscreen_presplash

Python and Ren'Py
-----------------

.. toctree::
   :maxdepth: 1

   statement_equivalents
   save_load_rollback
   persistent
   trans_trans_python
   gui_advanced
   screen_python
   modes
   cdd
   cds
   custom_text_tags
   character_callbacks
   file_python
   color_class
   matrix
   model
   other

Building, Updating, and Other Platforms
---------------------------------------

.. toctree::
   :maxdepth: 1

   build
   updater
   android
   chromeos
   ios
   iap
   gesture
   raspi

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

.. toctree::
   :maxdepth: 1

   problems
   environment_variables
   self_voicing

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

.. toctree::
   :maxdepth: 1

   editor
   skins
   translating_renpy

Changes, License, and Credits
-----------------------------

.. toctree::
   :maxdepth: 1

   changelog
   changelog6
   incompatible
   distributor
   license
   credits
   sponsors

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>`_
* `Reserved Names Index <reserved.html>`_
* `General Index <genindex.html>`_

Example Scripts
---------------

.. toctree::
   :maxdepth: 1

   thequestion
   thequestion_nvl
