pymc-devs / pymc-devs/pymc-examples
Fix order of tags
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 398
- Forks
- 325
- Avg merge
- 9d 15m
- Merged PRs (30d)
- 1
Description
Currently, the tags are ordered first by capitalised/uncapitalised, then by alphabetical order.
I propose that this change to be only sorted by alphabetical order, regardless of capitalisation.
Currently, tags look like this:

PS. I don't know how to go about implementing this.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating where the example site's tags are generated or sorted, then inspect the current ordering behavior and add coverage showing that tags sort alphabetically without separating capitalized and uncapitalized values; done means the displayed order matches that case-insensitive alphabetical result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100