diff options
author | 2022-01-31 12:00:09 +0100 | |
---|---|---|
committer | 2022-01-31 12:00:09 +0100 | |
commit | 918e4d1aa3a63c4a390d127072ba83c1a146f5c6 (patch) | |
tree | 1cf2a7291416c0b9a7296137a8a8157a0ab9428e /pydis_site/apps/resources | |
parent | Shrink and center the duck pond 404. (diff) |
Make a few minor corrections to resources.
- Changes Google Collab to Colab
- Updates the URL for the vcokltfre tutorial
- Adds a category icon for Game Development.
Diffstat (limited to 'pydis_site/apps/resources')
-rw-r--r-- | pydis_site/apps/resources/resources/google_colab.yaml (renamed from pydis_site/apps/resources/resources/google_collab.yaml) | 6 | ||||
-rw-r--r-- | pydis_site/apps/resources/resources/vcokltfre_discord_bot_tutorial.yaml | 2 | ||||
-rw-r--r-- | pydis_site/apps/resources/templatetags/get_category_icon.py | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/pydis_site/apps/resources/resources/google_collab.yaml b/pydis_site/apps/resources/resources/google_colab.yaml index 067a79c9..b8936674 100644 --- a/pydis_site/apps/resources/resources/google_collab.yaml +++ b/pydis_site/apps/resources/resources/google_colab.yaml @@ -1,8 +1,8 @@ -description: Google Collab is a high-powered custom version of Jupyter Notebook which supports e.g. +description: Google Colab is a high-powered custom version of Jupyter Notebook which supports e.g. !apt-get to install arbitrary Debian packages to the runtime, which is very generous with CPU and memory, and well-integrated with Google Drive. - You can share your Collab Notebooks with other people and work collaboratively. -name: Google Collab + You can share your Colab Notebooks with other people and work collaboratively. +name: Google Colab title_url: https://colab.research.google.com/notebooks/intro.ipynb tags: topics: diff --git a/pydis_site/apps/resources/resources/vcokltfre_discord_bot_tutorial.yaml b/pydis_site/apps/resources/resources/vcokltfre_discord_bot_tutorial.yaml index 1a3dd457..32476dab 100644 --- a/pydis_site/apps/resources/resources/vcokltfre_discord_bot_tutorial.yaml +++ b/pydis_site/apps/resources/resources/vcokltfre_discord_bot_tutorial.yaml @@ -2,7 +2,7 @@ description: This tutorial, written by Python Discord staff member vcokltfre, will walk you through all the aspects of creating your own Discord bot, starting from from creating the bot user itself. name: vcokltfre's Discord Bot Tutorial -title_url: https://vcokltfre.dev/ +title_url: https://tutorial.vcokltfre.dev/ tags: topics: - discord bots diff --git a/pydis_site/apps/resources/templatetags/get_category_icon.py b/pydis_site/apps/resources/templatetags/get_category_icon.py index 5a5e9887..71f1393f 100644 --- a/pydis_site/apps/resources/templatetags/get_category_icon.py +++ b/pydis_site/apps/resources/templatetags/get_category_icon.py @@ -12,7 +12,7 @@ _ICONS = { "Databases": "fa-server", "Discord Bots": "fa-robot", "Free": "fa-first-aid", - "Game Development": "fa-joystick", + "Game Development": "fa-gamepad", "General": "fa-book", "Interactive": "fa-mouse-pointer", "Intermediate": "fa-align-center", |