Skip to content

Add the tools, languages and methodologies page#710

Merged
AdrianDAlessandro merged 2 commits into
cw26-hack-dayfrom
tools-page
Apr 30, 2026
Merged

Add the tools, languages and methodologies page#710
AdrianDAlessandro merged 2 commits into
cw26-hack-dayfrom
tools-page

Conversation

@AdrianDAlessandro
Copy link
Copy Markdown
Collaborator

Description

This PR adds the tools, languages and methodologies page, it also makes some small visual updates to the existing learning resources page.

Fixes #694

Type of change

  • Documentation (non-breaking change that adds or improves the documentation)
  • New feature (non-breaking change which adds functionality)
  • Optimization (non-breaking, back-end change that speeds up the code)
  • Technical work (non-breaking, change which is work as part of a new feature)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (whatever its nature)

Key checklist

  • All tests pass (eg. python -m pytest)
  • The documentation builds and looks OK (eg. mkdocs serve)
  • Pre-commit hooks run successfully (eg. pre-commit run --all-files)

Further checks

  • Code is commented, particularly in hard-to-understand areas
  • Tests added or an issue has been opened to tackle that in the future. (Indicate issue here: # (issue))

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@AdrianDAlessandro AdrianDAlessandro changed the title Add that tools, languages and methodologies page Add the tools, languages and methodologies page Apr 30, 2026
@AdrianDAlessandro AdrianDAlessandro mentioned this pull request Apr 30, 2026
11 tasks
Comment thread main/tables.py
format_html(
external_link_html,
reverse("skill_detail", args=(skill.slug,)),
"btn btn-outline-primary rounded-pill btn-sm",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

accessibility: this is a link, not a button (it doesn't do something on the page, it takes you somewhere else) so it shouldn't really be styled like a button

@AdrianDAlessandro AdrianDAlessandro merged commit e32b9a3 into cw26-hack-day Apr 30, 2026
5 checks passed
@AdrianDAlessandro AdrianDAlessandro deleted the tools-page branch April 30, 2026 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants