| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
| |
We stopped using FA pro, as we wanted it was using an ex-admin's person FA pro subscription, which we didn't control.
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is now a completely self-contained feature, which
can be used in the same way on every page. I've moved all the
collapsible-related logics out of the resources.js file and
into collapsibles.js, and added documentation and other
quality-of-life features that will apply to other pages, as well.
Changes:
- The icon will now always change when the collapsible opens or closes.
- By adding the "collapsed" class, you can tell the collapsible to
be collapsed by default.
|
|
|
|
|
|
|
| |
We're making a few changes here
- Changing the name to 'to_kebabcase'
- Covering all edge cases
- Adding a unit test for this utility
|
|
|
|
|
|
| |
Remove those pointless empty pages at the
start and the end of a book.
Co-authored-by: Johannes Christ <[email protected]>
|
|
|
| |
Co-authored-by: Johannes Christ <[email protected]>
|
| |
|
| |
|
|
|
|
| |
Coverage is now 100%.
|
|
|
|
|
| |
These changes were not necessary. I am very sorry for the things
that I did.
|
| |
|
| |
|
|
|
|
| |
Closes https://github.com/python-discord/meta/issues/119
|
| |
|
|
|
|
|
|
| |
- Changes Google Collab to Colab
- Updates the URL for the vcokltfre tutorial
- Adds a category icon for Game Development.
|
|\
| |
| |
| |
| |
| |
| |
| | |
Signed-off-by: Hassan Abouelela <[email protected]>
# Conflicts:
# poetry.lock
# pyproject.toml
|
| | |
|
| |
| |
| |
| | |
Previously only voice_ban was used, but now having either of these infractions should mean the user is blocked from reciving the role.
|
| |
| |
| |
| | |
This was recently added to the bot.
|
| |
| |
| |
| | |
The python news cog relies on the python_news section of the config being filled in via a named alias. Since we were using the DEV_ prefix, this meant it was not being populated, leading to the cog throwing an error on boot.
|
| | |
|
| |\ |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
| | |
| | |
| | |
| | | |
This is an intuitive thing to link to, so let's support it for better UX
|
| | |
| | |
| | |
| | |
| | | |
The goodreads cream, while nice, has poor readability on a light
background. So I'm ditching it and just going black with those icons.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | | |
For example, navigating to pydis.com/resources/communities will now
correctly redirect to pydis.com/resources/?type=community.
|
| | |
| | |
| | |
| | | |
This will maintain backwards compatibility once this is merged.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
This should allow Netlify Deploy Previews.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
|\ \ \
| | |/
| |/| |
|
| |\ \ |
|
| | | | |
|
| | | | |
|
| |/ / |
|
| | |
| | |
| | | |
Migration 59 populated the filters table with regex filters, some of which were faulty because the `\b` character wasn't escaped. This is fixed in this PR by making all patterns raw strings.
|
| |\ \ |
|