aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/resources (follow)
Commit message (Collapse)AuthorAgeLines
...
| * Kaizen: Update URL for Two Scoops.Gravatar Leon Sandøy2022-02-12-1/+1
| |
| * Update Exercism Resource (#658)Gravatar mathstrains212022-02-11-2/+2
| |
* | Add PyCharm logo.Gravatar Steele2022-02-11-0/+1
| | | | | | | | Same URL used in `jetbrains_videos.yaml`.
* | Drop "in Python" from title.Gravatar Steele2022-02-11-1/+1
|/ | | | While the title of the book is "Neural Networks from Scratch in Python", it's typically referred to as "Neural Networks from Scratch", and it goes without saying in this context that Python will be used in code examples.
* Rewrite Google Colab resource to emphasize GPU computationGravatar Steele Farnsworth2022-02-03-4/+4
| | | | | Previously, it was unclear why this was a data science resource. This version states that Colab offers GPU computation and that it can be used for deep learning, which is the reason. Also fixes abrupt change in sentence structure ("a ... Jupyter Notebook which supports e.g. !apt-get"; "e.g." unexpected). Also, expressions in backticks (apt-get) won't be rendered as code, though since Colab is mostly a beginner sandbox, I don't think the word "Debian" will often be known.
* Use external-link-alt for all links.Gravatar Leon Sandøy2022-02-01-5/+5
|
* Refactor as_css_class to 'to_kebabcase'.Gravatar Leon Sandøy2022-02-01-37/+64
| | | | | | | We're making a few changes here - Changing the name to 'to_kebabcase' - Covering all edge cases - Adding a unit test for this utility
* Kaizen: Make jchrists wildest dreams come trueGravatar Leon Sandøy2022-02-01-1/+1
| | | Co-authored-by: Johannes Christ <[email protected]>
* Add type annotations for sort key method.Gravatar Leon Sandøy2022-02-01-1/+1
|
* Sort resources alphabetically, disregarding 'the'.Gravatar Leon Sandøy2022-02-01-1/+10
|
* Add more tests for the new resources page.Gravatar Leon Sandøy2022-01-31-0/+12
| | | | Coverage is now 100%.
* Revert changes to pyproject.toml.Gravatar Leon Sandøy2022-01-31-1/+1
| | | | | These changes were not necessary. I am very sorry for the things that I did.
* Placate the flake8.Gravatar Leon Sandøy2022-01-31-1/+3
|
* Minor changes to socratica resource.Gravatar Leon Sandøy2022-01-31-2/+8
|
* Add Socratica to the resource list.Gravatar Leon Sandøy2022-01-31-0/+16
| | | | Closes https://github.com/python-discord/meta/issues/119
* Get rid of invalid filters in the URL.Gravatar Leon Sandøy2022-01-31-0/+11
|
* Make a few minor corrections to resources.Gravatar Leon Sandøy2022-01-31-5/+5
| | | | | | - Changes Google Collab to Colab - Updates the URL for the vcokltfre tutorial - Adds a category icon for Game Development.
* Revert ugly deploy preview redirect hack.Gravatar Leon Sandøy2022-01-30-40/+1
|
* Refactor: collapsibles as a stand-alone componentGravatar Leon Sandøy2022-01-30-0/+1
|
* Get rid of the title_url for university of torontoGravatar Leon Sandøy2022-01-30-1/+0
|
* Fix resource redirects for deploy previews.Gravatar Leon Sandøy2022-01-30-1/+39
| | | | | | | | | This could probably be improved by making it less hardcoded, but since there's a bunch of special cases, and since it only affects deploy previews, I'm choosing to solve this with a simple solution. I don't think realistically that we're gonna be adding a ton of resource types down the line anyway.
* Ensure "Other" is always the bottom topic.Gravatar Leon Sandøy2022-01-30-6/+12
|
* Replace is-goodreads-cream with is-black.Gravatar Leon Sandøy2022-01-30-17/+15
| | | | | The goodreads cream, while nice, has poor readability on a light background. So I'm ditching it and just going black with those icons.
* Support dashful redirects.Gravatar Leon Sandøy2022-01-30-2/+5
| | | | | | | Previously, trying to go to `resources/project%20ideas` would crash the filtering JS. This has now been sorted out, so that these types of redirects have their spaces replaced by dashes, which makes them valid again.
* Redirects from old endpoints now filter correctly.Gravatar Leon Sandøy2022-01-30-17/+9
| | | | | For example, navigating to pydis.com/resources/communities will now correctly redirect to pydis.com/resources/?type=community.
* Sort all the resources alphabetically.Gravatar Leon Sandøy2022-01-29-2/+4
|
* Complexity -> Difficulty.Gravatar Leon Sandøy2022-01-29-75/+75
|
* Distill the resources page.Gravatar Leon Sandøy2022-01-29-2/+2
| | | | This should allow Netlify Deploy Previews.
* Fix broken icon for Paid resources.Gravatar Leon Sandøy2022-01-28-1/+1
|
* Resource filtering on the client, pt 1.Gravatar Leon Sandøy2022-01-27-31/+94
| | | | | | | Here's the initial version of this system. We've got filtering, but only by clicking checkboxes. The overall look and style are pretty close to where we want them, but it's missing tons of polish to be complete. The following commits will contain that polish.
* Add a template tag for css-classifying things.Gravatar Leon Sandøy2022-01-27-0/+18
|
* Greatly simplify the backend.Gravatar Leon Sandøy2022-01-27-95/+3
| | | | | Here we're getting rid of all filtering and search functionality on the backend. We'll be handling this on the client-side from now on.
* Fix broken yaml in kivy.yaml.Gravatar Leon Sandøy2022-01-27-2/+2
|
* Merge branch 'main' into swfarnsworth/smarter-resources/merge-with-mainGravatar Leon Sandøy2022-01-23-4/+4
|\
| * Renumber communities after DjangoGravatar Joe Banks2022-01-14-2/+2
| |
| * Add Django Discord communityGravatar Joe Banks2022-01-14-0/+13
| |
| * Fix typos across codebaseGravatar Hedy Li2021-10-17-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ./pydis_site/apps/resources/resources/tools/ides/thonny.yaml:1: specifically ./pydis_site/apps/content/resources/guides/pydis-guides/helping-others.md:115: considered ./pydis_site/apps/content/resources/guides/pydis-guides/contributing/issues.md:59 labels ./pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md:99: recommend ./pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md:111: particularly ./pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot/env-var-reference.md:29: Integer ./pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot/env-var-reference.md:67: calculating ./pydis_site/apps/api/tests/test_off_topic_channel_names.py:157: response I didn't touch the code jam and game jam typos because I'm not sure if they should be preserved as is. There were a few 'seperated' typos which I didn't change because I *think* it's just another way of spelling it? In the offensive words test there was a keyword argument named `fied` which I didn't touch because I wasn't sure where that was from.
| * Adds Static Route ConfigurationsGravatar Hassan Abouelela2021-10-10-3/+19
| | | | | | | | | | Adds configuration which specifies how routes should be handled when building a static preview.
| * Merge branch 'master' into subdomains-to-query-pathsGravatar Johannes Christ2021-10-06-6/+6
| |\
| | * Switches HTTP Links To HTTPSGravatar Hassan Abouelela2021-10-06-6/+6
| | | | | | | | | | | | | | | | | | | | | Switches the protocol for external sites where possible. Some sites don't have secure versions, and were skipped. Signed-off-by: Hassan Abouelela <[email protected]>
| * | Merge branch 'main' into subdomains-to-query-pathsGravatar Joe Banks2021-08-31-2/+2
| |\|
| | * Rename repl.it to replit and update linksGravatar Chris Lovering2021-07-12-2/+2
| | | | | | | | | | | | replit recently updated branding to replit.com, so we now reflect that in our site too.
| * | Merge branch 'master' into subdomains-to-query-pathsGravatar Johannes Christ2021-07-08-13/+0
| |\|
| | * Remove RLBot from Communities listGravatar Joe Banks2021-06-21-13/+0
| | |
| * | Move subdomains to query paths.Gravatar Johannes Christ2021-06-08-3/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | In more detail: - Use Django URL namespaces (e.g. `api:bot:infractions`) instead of `django_hosts` host argument. - Update the hosts file setup documentation to remove subdomain entries. - Update the hosts file setup documentation to mention that the entry of `pythondiscord.local` is not required and mainly for convenience. - Rename the `APISubdomainTestCase` to the more fitting `AuthenticatedAPITestCase`, as authentication is all that is left that the class is doing. - Drop dependency to `django_hosts`.
* | Link icons belong close together.Gravatar Leon Sandøy2022-01-23-12/+12
| |
* | Kaizen: Refactor some code to be more beautiful.Gravatar Leon Sandøy2022-01-23-16/+16
| |
* | Remove wildcard asterisks in URL.Gravatar swfarnsworth2021-09-12-8/+0
| | | | | | | | This is no longer necessary as empty columns are treated as all being selected.
* | Empty columns treated as all selected.Gravatar swfarnsworth2021-09-12-1/+3
| | | | | | | | Treating an asterisk as a wild card is now redundant.
* | Add `tutorial` and `video` tags for RealPython.Gravatar swfarnsworth2021-09-05-0/+2
| |