aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-03-30 10:58:30 +0300
committerGravatar ks129 <[email protected]>2021-03-30 10:58:30 +0300
commitdb0fd4ea20619b474a2f8def58961171d8dd970a (patch)
tree57a90625cc8a472e8d3dbfffd5988297d9b12684
parentRemove everything payment-related from resources app (diff)
Wrap some YAML resources descriptions to quotes to avoid parse errors
-rw-r--r--pydis_site/apps/resources/resources/reading/books/neural_networks_from_scratch_in_python.yaml4
-rw-r--r--pydis_site/apps/resources/resources/reading/books/python_crash_course.yaml4
-rw-r--r--pydis_site/apps/resources/resources/videos/jim_shaped_coding.yaml4
3 files changed, 6 insertions, 6 deletions
diff --git a/pydis_site/apps/resources/resources/reading/books/neural_networks_from_scratch_in_python.yaml b/pydis_site/apps/resources/resources/reading/books/neural_networks_from_scratch_in_python.yaml
index 48cc4458..6775e28a 100644
--- a/pydis_site/apps/resources/resources/reading/books/neural_networks_from_scratch_in_python.yaml
+++ b/pydis_site/apps/resources/resources/reading/books/neural_networks_from_scratch_in_python.yaml
@@ -1,8 +1,8 @@
-description: "Neural Networks From Scratch" is a book intended to teach you how to build neural networks on your own,
+description: '"Neural Networks From Scratch" is a book intended to teach you how to build neural networks on your own,
without any libraries, so you can better understand deep learning and how all of the elements work.
This is so you can go out and do new/novel things with deep learning as well as to become more successful with even more basic models.
This book is to accompany the usual free tutorial videos and sample code from youtube.com/sentdex.
-name: Neural Networks from Scratch in Python
+name: Neural Networks from Scratch in Python'
position: 11
urls:
- icon: regular/link
diff --git a/pydis_site/apps/resources/resources/reading/books/python_crash_course.yaml b/pydis_site/apps/resources/resources/reading/books/python_crash_course.yaml
index 90d8f78d..3cbf19c8 100644
--- a/pydis_site/apps/resources/resources/reading/books/python_crash_course.yaml
+++ b/pydis_site/apps/resources/resources/reading/books/python_crash_course.yaml
@@ -1,11 +1,11 @@
-description: This fast-paced, thorough introduction to programming with Python will have you writing programs,
+description: "This fast-paced, thorough introduction to programming with Python will have you writing programs,
solving problems, and making things that work in no time.
In the first half of the book, you’ll learn basic programming concepts, such as variables, lists, classes, and loops,
and practice writing clean code with exercises for each topic.
You’ll also learn how to make your programs interactive and test your code safely before adding it to a project.
In the second half, you’ll put your new knowledge into practice with three substantial projects:
a Space Invaders–inspired arcade game, a set of data visualizations with Python’s handy libraries,
- and a simple web app you can deploy online.
+ and a simple web app you can deploy online."
name: Python Crash Course
position: 12
urls:
diff --git a/pydis_site/apps/resources/resources/videos/jim_shaped_coding.yaml b/pydis_site/apps/resources/resources/videos/jim_shaped_coding.yaml
index 49e9688d..488cfa83 100644
--- a/pydis_site/apps/resources/resources/videos/jim_shaped_coding.yaml
+++ b/pydis_site/apps/resources/resources/videos/jim_shaped_coding.yaml
@@ -1,10 +1,10 @@
-description: JimShapedCoding contains a set of YouTube tutorials covering things from Flask to GUI development in Python:
+description: 'JimShapedCoding contains a set of YouTube tutorials covering things from Flask to GUI development in Python:
<ul>
<li><a href="https://www.youtube.com/playlist?list=PLOkVupluCIjuPtTkhO6jmA76uQR994Wvi">Flask tutorials</a></li>
<li><a href="https://www.youtube.com/watch?v=0tqZ6rMcqGE&list=PLOkVupluCIjuAzAmDNUXcD-0Fsb8sbv9F">GUI tutorials</a></li>
<li><a href="https://www.youtube.com/watch?v=qMrAFscMBBc&list=PLOkVupluCIjvORWaF4kG-sXLgbVemYpEi">Django tutorials</a></li>
</ul>
- Check out his channel for more videos!
+ Check out his channel for more videos!'
title_image: https://i.imgur.com/DlovZPf.png
position: 5
urls: