1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-27 05:37:25 +00:00

Move the Teal docs page out of Overview

This commit is contained in:
uramer 2023-02-11 14:31:28 +01:00
parent 463dcdb610
commit b883cc5a1b
3 changed files with 4 additions and 6 deletions

View File

@ -12,4 +12,5 @@ OpenMW Lua scripting
overview
api
teal

View File

@ -1,18 +1,14 @@
Overview of Lua scripting
#########################
.. toctree::
:hidden:
teal
Language and sandboxing
=======================
OpenMW supports scripts written in Lua 5.1 with some extensions (see below) from Lua 5.2.
There are no plans to switch to any newer version of the language, because newer versions are not supported by LuaJIT.
There are also experimental declarations available for Teal, a typed dialect of Lua. see :ref:`Teal` for more details.
.. note::
There are also experimental declarations available for Teal, a typed dialect of Lua. see :ref:`Teal` for more details.
Here are some starting points for learning Lua:

View File

@ -1,3 +1,4 @@
####
Teal
####