fatiando / website

Sphinx sources used to generate the www.fatiando.org page
Other
5 stars 5 forks source link

Make an extension to add the latest versions #65

Closed leouieda closed 2 years ago

leouieda commented 2 years ago

In the list of info for each package, we now add a link to the latest version (including the version number). Before we had these as shields.io badges at the bottom but they were a bit hidden and looked out of place in the info list. The extension queries the PyPI API to get the latest version and inserts a link to it with the version number as the text.

Relevant issues/PRs:

leouieda commented 2 years ago

The extension could be a stand alone package. I'll merge this here and maybe rip it out later.