diff --git a/docs/gallery_chaos.rst b/docs/gallery_chaos.rst index eb78c7b..3df23b3 100644 --- a/docs/gallery_chaos.rst +++ b/docs/gallery_chaos.rst @@ -225,7 +225,7 @@ Three Dimensional Systems This example uses the Caputo derivative and the :class:`~pycaputo.fode.gallery.GenesioTesi` class to reproduce Figure 5.40 from [Petras2011]_. The complete setup (with parameters) can be found in - :download:`examples/gallery/genesio_tesi.py <../examples/gallery/genesio_tesi.py>`. + :download:`examples/gallery/genesio-tesi.py <../examples/gallery/genesio-tesi.py>`. .. card:: Fractional-order Labyrinth System :class-title: sd-text-center diff --git a/docs/gallery_neural.rst b/docs/gallery_neural.rst index 9c5b311..9ff683e 100644 --- a/docs/gallery_neural.rst +++ b/docs/gallery_neural.rst @@ -104,4 +104,4 @@ Integrate-and-Fire Models This example uses the Caputo derivative and the :class:`~pycaputo.integrate_fire.ad_ex.AdExModel` class to reproduce Figure4d from [Naud2008]_. The complete setup (with parameters) can be found in - :download:`examples/gallery/lif.py <../examples/gallery/lif.py>`. + :download:`examples/gallery/adex.py <../examples/gallery/adex.py>`.