From 4960089d955c92d78db9b0c50aef85d9b620a73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 11 Mar 2019 13:01:39 +0100 Subject: [PATCH] Make Community sections more prominent Also merge Tutorials and Resources docs. The new Tutorials doc could do with an update. --- community/channels.rst | 8 ++++---- community/index.rst | 11 ----------- community/resources.rst | 13 ------------- community/tutorials.rst | 18 +++++++++++++++--- index.rst | 7 ++++++- 5 files changed, 25 insertions(+), 32 deletions(-) delete mode 100644 community/index.rst delete mode 100644 community/resources.rst diff --git a/community/channels.rst b/community/channels.rst index f415d8bd..44d288b1 100644 --- a/community/channels.rst +++ b/community/channels.rst @@ -1,7 +1,7 @@ .. _doc_community_channels: -Channels -======== +Community channels +================== So, where is the Godot community and where can you ask questions and get help? @@ -9,8 +9,8 @@ Note that some of these channels are run and moderated by members of the Godot c A brief overview over these channels is also available on the `website `_. -Q & A ------ +Q&A +--- - `Official Godot Questions & Answers `_ diff --git a/community/index.rst b/community/index.rst deleted file mode 100644 index cae2782d..00000000 --- a/community/index.rst +++ /dev/null @@ -1,11 +0,0 @@ -Community -========= - -.. toctree:: - :maxdepth: 1 - :name: toc-community - - contributing/index - channels - tutorials - resources diff --git a/community/resources.rst b/community/resources.rst deleted file mode 100644 index 078ad330..00000000 --- a/community/resources.rst +++ /dev/null @@ -1,13 +0,0 @@ -.. _doc_community_resources: - -Resources -========= - -This is a list of third-party resources created by the community that may be of interest. - -General ---------------- - -- `awesome-godot: A curated list of resources by Calinou `_ -- `Zeef Godot Engine: A curated directory of resources by Andre Schmitz `_ -- `KidsCanCode: An ongoing tutorial series `_ diff --git a/community/tutorials.rst b/community/tutorials.rst index b53e0e52..2335249d 100644 --- a/community/tutorials.rst +++ b/community/tutorials.rst @@ -1,9 +1,10 @@ .. _doc_community_tutorials: -Tutorials -========= +Tutorials and resources +======================= -This is a list of third-party tutorials created by the community that may be of interest. +This is a list of third-party tutorials and other resources created by the community +that may be of interest. Video tutorials --------------- @@ -13,3 +14,14 @@ Video tutorials - `Game from Scratch: Godot 3 Tutorial Series `_ - `HeartBeast `_ - `Steincodes `_ + +Text tutorials +-------------- + +- `KidsCanCode: An ongoing tutorial series `_ + +Resources +--------- + +- `awesome-godot: A curated list of resources by Calinou `_ +- `Zeef Godot Engine: A curated directory of resources by Andre Schmitz `_ diff --git a/index.rst b/index.rst index 70ef3fda..66a149af 100644 --- a/index.rst +++ b/index.rst @@ -103,6 +103,7 @@ The main documentation for the site is organized into the following sections: tutorials/misc/index tutorials/debug/index + .. toctree:: :maxdepth: 1 :caption: Development @@ -112,6 +113,7 @@ The main documentation for the site is organized into the following sections: development/cpp/index development/file_formats/index + .. toctree:: :maxdepth: 1 :caption: Creating Content @@ -125,7 +127,10 @@ The main documentation for the site is organized into the following sections: :caption: Community :name: sec-community - community/index + community/contributing/index + community/channels + community/tutorials + community/resources .. toctree::