Moved certain tutorials to better-named subfolders from 'Misc'
@@ -63,6 +63,8 @@ The main documentation for the site is organized into the following sections:
|
||||
tutorials/math/index
|
||||
tutorials/animation/index
|
||||
tutorials/inputs/index
|
||||
tutorials/io/index
|
||||
tutorials/i18n/index
|
||||
tutorials/gui/index
|
||||
tutorials/viewports/index
|
||||
tutorials/shading/index
|
||||
|
||||
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
@@ -0,0 +1,9 @@
|
||||
Internationalization
|
||||
====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:name: toc-learn-features-i18n
|
||||
|
||||
internationalizing_games
|
||||
locales
|
||||
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
@@ -0,0 +1,11 @@
|
||||
I/O
|
||||
===
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:name: toc-learn-features-io
|
||||
|
||||
background_loading
|
||||
data_paths
|
||||
saving_games
|
||||
encrypting_save_games
|
||||
@@ -5,12 +5,6 @@ Miscellaneous
|
||||
:maxdepth: 1
|
||||
:name: toc-learn-features-misc
|
||||
|
||||
background_loading
|
||||
data_paths
|
||||
saving_games
|
||||
encrypting_save_games
|
||||
handling_quit_requests
|
||||
pausing_games
|
||||
internationalizing_games
|
||||
locales
|
||||
binary_serialization_api
|
||||
|
||||