Skip to content

FEATURE: _data/packages.yml should be alphabetically orderedΒ #562

@pllim

Description

@pllim

Is your feature request related to a problem? Please describe.

Astropy cross-lists https://www.pyopensci.org/communities/astropy.html packages over at https://www.astropy.org/affiliated/index.html#affiliated-package-list . We do so by parsing https://raw.githubusercontent.com/pyOpenSci/pyopensci.github.io/main/_data/packages.yml "in real time" directly (insertion ordered).

Describe the solution you'd like

The packages to be listed alphabetically like https://www.astropy.org/affiliated/index.html#affiliated-package-list-pre-ape22 . It is easier to find a package when the list get long eventually.

Describe alternatives you've considered

We could try to sort it ourselves but that would take extra processing on our end, and also then our listing order would diverge from your listing order.

Additional context

Thought of this while working on astropy/astropy.github.com#651

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions