From ca09c2daa39ac4a3746e16694c16e0b32d96c896 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Wed, 13 Nov 2024 12:07:37 +0200 Subject: [PATCH] docs: update file names --- docs/gallery_chaos.rst | 2 +- docs/gallery_neural.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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>`.