diff options
author | 2021-03-30 13:15:25 +0300 | |
---|---|---|
committer | 2021-03-30 13:15:25 +0300 | |
commit | 7be19e9384b93f554fd6bf484128d899f07f46c3 (patch) | |
tree | b20102d9c8b58f6adf05f7aab0f70d43d373a04f | |
parent | Rename resource type -> resource category in route (diff) |
Improve resources categories descriptions
8 files changed, 8 insertions, 10 deletions
diff --git a/pydis_site/apps/resources/resources/communities/_category_info.yaml b/pydis_site/apps/resources/resources/communities/_category_info.yaml index eccb8b80..b9cb6533 100644 --- a/pydis_site/apps/resources/resources/communities/_category_info.yaml +++ b/pydis_site/apps/resources/resources/communities/_category_info.yaml @@ -1,2 +1,2 @@ -description: Partnered communities that share part of our mission +description: Partnered communities that share part of our mission. name: Communities diff --git a/pydis_site/apps/resources/resources/interactive/_category_info.yaml b/pydis_site/apps/resources/resources/interactive/_category_info.yaml index ce6e0ee8..7e8f34d9 100644 --- a/pydis_site/apps/resources/resources/interactive/_category_info.yaml +++ b/pydis_site/apps/resources/resources/interactive/_category_info.yaml @@ -1,5 +1,4 @@ -description: Learn Python with interactive content like courses, games and programming - challenges. +description: Learn Python with interactive courses, games, and programming challenges. name: Interactive default_icon: branding/python default_icon_color: black diff --git a/pydis_site/apps/resources/resources/podcasts/_category_info.yaml b/pydis_site/apps/resources/resources/podcasts/_category_info.yaml index a3761ccc..1d2d3ba5 100644 --- a/pydis_site/apps/resources/resources/podcasts/_category_info.yaml +++ b/pydis_site/apps/resources/resources/podcasts/_category_info.yaml @@ -1,4 +1,4 @@ -description: Notable podcasts about the Python ecosystem +description: Notable podcasts about the Python ecosystem. name: Podcasts default_icon: regular/microphone-alt default_icon_color: black diff --git a/pydis_site/apps/resources/resources/reading/books/_category_info.yaml b/pydis_site/apps/resources/resources/reading/books/_category_info.yaml index dcab9bad..064b9974 100644 --- a/pydis_site/apps/resources/resources/reading/books/_category_info.yaml +++ b/pydis_site/apps/resources/resources/reading/books/_category_info.yaml @@ -1,4 +1,4 @@ -description: The best books for learning Python or Python Frameworks +description: Books related to Python and popular third-party libraries and frameworks. name: Books default_icon: branding/python default_icon_color: black diff --git a/pydis_site/apps/resources/resources/reading/tutorials/_category_info.yaml b/pydis_site/apps/resources/resources/reading/tutorials/_category_info.yaml index 5a55f177..a18b837d 100644 --- a/pydis_site/apps/resources/resources/reading/tutorials/_category_info.yaml +++ b/pydis_site/apps/resources/resources/reading/tutorials/_category_info.yaml @@ -1,5 +1,4 @@ -description: Tutorials and references for those that are just getting started with - python +description: Tutorials and references for those that are just getting started with Python. name: Tutorials default_icon: branding/python default_icon_color: black diff --git a/pydis_site/apps/resources/resources/tools/accessibility_tools/_category_info.yaml b/pydis_site/apps/resources/resources/tools/accessibility_tools/_category_info.yaml index 88f53fde..e770db07 100644 --- a/pydis_site/apps/resources/resources/tools/accessibility_tools/_category_info.yaml +++ b/pydis_site/apps/resources/resources/tools/accessibility_tools/_category_info.yaml @@ -1,4 +1,4 @@ -description: Accessibility tools that helps people to write Python code +description: Accessibility tools that help people write Python code. name: Accessibility Tools default_icon: branding/python default_icon_color: black diff --git a/pydis_site/apps/resources/resources/tools/ides/_category_info.yaml b/pydis_site/apps/resources/resources/tools/ides/_category_info.yaml index b2b73afe..614625a6 100644 --- a/pydis_site/apps/resources/resources/tools/ides/_category_info.yaml +++ b/pydis_site/apps/resources/resources/tools/ides/_category_info.yaml @@ -1,4 +1,4 @@ -description: Fully-integrated development environments for serious Python work +description: Fully-integrated development environments for serious Python work. name: IDEs default_icon: branding/python default_icon_color: black diff --git a/pydis_site/apps/resources/resources/videos/_category_info.yaml b/pydis_site/apps/resources/resources/videos/_category_info.yaml index ddc5ce89..8192e021 100644 --- a/pydis_site/apps/resources/resources/videos/_category_info.yaml +++ b/pydis_site/apps/resources/resources/videos/_category_info.yaml @@ -1,2 +1,2 @@ -description: Best Youtubers who make videos about Python. +description: Excellent Youtube channels with content related to Python. name: Videos |