Added docs

This commit is contained in:
Antoine Pilote
2021-06-13 18:02:53 -04:00
parent 9d47b5c221
commit cc0fe501ba
15 changed files with 109 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
Engine module API
==============

View File

@@ -0,0 +1,2 @@
Entity scripts
==============

14
docs/Scripting/index.rst Normal file
View File

@@ -0,0 +1,14 @@
Scripting
========
.. toctree::
:maxdepth: 1
:name: toc-scripting
entity_scripts
interface_scripts
engine
math
scene

View File

@@ -0,0 +1,2 @@
Interface scripts
=================

2
docs/Scripting/math.rst Normal file
View File

@@ -0,0 +1,2 @@
Math module API
==============

2
docs/Scripting/scene.rst Normal file
View File

@@ -0,0 +1,2 @@
Scene module API
==============