From 7a2a9c329cb9e75c9ec4364d518a4dfd6721066a Mon Sep 17 00:00:00 2001 From: Assile Date: Tue, 24 Jan 2023 15:43:55 +0100 Subject: [PATCH 1/2] yaml for python.org tutorial --- .../apps/resources/resources/python_org.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pydis_site/apps/resources/resources/python_org.yaml diff --git a/pydis_site/apps/resources/resources/python_org.yaml b/pydis_site/apps/resources/resources/python_org.yaml new file mode 100644 index 000000000..36b22f7c4 --- /dev/null +++ b/pydis_site/apps/resources/resources/python_org.yaml @@ -0,0 +1,14 @@ +name: The Python Tutorial +description: The official Python tutorial by Python.org +title_image: https://www.python.org/static/img/python-logo.png +title_url: https://docs.python.org/3/tutorial/ +tags: + topics: + - general + payment_tiers: + - free + difficulty: + - beginner + - intermediate + type: + - tutorial From 6f449f6f0e26ab59ab17ac3da706a11520fafdac Mon Sep 17 00:00:00 2001 From: Assile Date: Tue, 24 Jan 2023 17:02:51 +0100 Subject: [PATCH 2/2] changed over to a clearer logo --- pydis_site/apps/resources/resources/python_org.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydis_site/apps/resources/resources/python_org.yaml b/pydis_site/apps/resources/resources/python_org.yaml index 36b22f7c4..ece954ddf 100644 --- a/pydis_site/apps/resources/resources/python_org.yaml +++ b/pydis_site/apps/resources/resources/python_org.yaml @@ -1,6 +1,6 @@ name: The Python Tutorial description: The official Python tutorial by Python.org -title_image: https://www.python.org/static/img/python-logo.png +title_image: https://www.python.org/static/community_logos/python-logo-master-v3-TM.png title_url: https://docs.python.org/3/tutorial/ tags: topics: