Przeglądaj źródła

Move Creating Content section to Tutorials

Rémi Verschelde 6 lat temu
rodzic
commit
433f6513de

+ 0 - 8
content/3d/index.rst

@@ -1,8 +0,0 @@
-Creating 3D content
-===================
-
-.. toctree::
-   :maxdepth: 1
-   :name: toc-content-3d
-
-   making_trees

+ 1 - 8
index.rst

@@ -100,6 +100,7 @@ The main documentation for the site is organized into the following sections:
    tutorials/plugins/index
    tutorials/platform/index
    tutorials/threads/index
+   tutorials/content/index
    tutorials/misc/index
    tutorials/debug/index
 
@@ -114,14 +115,6 @@ The main documentation for the site is organized into the following sections:
    development/file_formats/index
 
 
-.. toctree::
-   :maxdepth: 1
-   :caption: Creating Content
-   :name: sec-content
-
-   content/3d/index
-
-
 .. toctree::
    :maxdepth: 1
    :caption: Community

+ 0 - 0
content/3d/img/tree_base.png → tutorials/content/img/tree_base.png


+ 0 - 0
content/3d/img/tree_gradient.png → tutorials/content/img/tree_gradient.png


+ 0 - 0
content/3d/img/tree_sway.gif → tutorials/content/img/tree_sway.gif


+ 0 - 0
content/3d/img/tree_vertex_paint.png → tutorials/content/img/tree_vertex_paint.png


+ 8 - 0
tutorials/content/index.rst

@@ -0,0 +1,8 @@
+Creating content
+================
+
+.. toctree::
+   :maxdepth: 1
+   :name: toc-tutorials-content
+
+   making_trees

+ 0 - 0
content/3d/making_trees.rst → tutorials/content/making_trees.rst