Moved certain tutorials to better-named subfolders from 'Misc'

This commit is contained in:
Neil Moore
2018-04-04 23:23:11 -04:00
parent 6493c06853
commit dc7463f7dc
15 changed files with 22 additions and 6 deletions
+2
View File
@@ -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

+9
View File
@@ -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

+11
View File
@@ -0,0 +1,11 @@
I/O
===
.. toctree::
:maxdepth: 1
:name: toc-learn-features-io
background_loading
data_paths
saving_games
encrypting_save_games
-6
View File
@@ -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