pymc-devs / pymc-examples

Examples of PyMC models, including a library of Jupyter notebooks.
https://www.pymc.io/projects/examples/en/latest/
MIT License
269 stars 234 forks source link

Fix order of tags #438

Open drbenvincent opened 1 year ago

drbenvincent commented 1 year ago

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:

Screenshot 2022-10-10 at 22 26 04

PS. I don't know how to go about implementing this.

reshamas commented 1 year ago

@drbenvincent I wish there were an option to have a "dot" or some other symbol to separate one tag from another.
Because right now, it's hard to differentiate. Or, if every other tag were a slightly different color.

reshamas commented 1 year ago

cc: @symeneses, in case you have any ideas on this.

drbenvincent commented 1 year ago

Would also be good to remove the indent of all the tags. That would free up more space for the tags and make them less cramped