pymc-devs / pymc-examples

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

Remove reference to Aesara core example on example gallery page #515

Closed drbenvincent closed 1 year ago

drbenvincent commented 1 year ago

As of now, the examples page https://www.pymc.io/projects/examples/en/latest/gallery.html still has a reference to Aesara.

Would be a good idea to update or remove that.

Screenshot 2023-02-01 at 11 43 37

2022H1030042G commented 1 year ago

Hi, I would like to work on this issue, it it available?

OriolAbril commented 1 year ago

This is an oversight of the renaming script. Not only it says aesara but the link isn't working either. It should use pymc_pytensor in https://github.com/pymc-devs/pymc-examples/blob/main/examples/gallery.rst?plain=1#L47 and also update the card title in https://github.com/pymc-devs/pymc-examples/blob/main/examples/gallery.rst?plain=1#L45. @2022H1030042G a PR to fix this would be very welcome, thanks