From 9b4368bcdec0d19122baca4af05d299dcf84b132 Mon Sep 17 00:00:00 2001 From: Vadim Bertrand Date: Fri, 27 Oct 2023 14:52:59 +0200 Subject: [PATCH] renaming notebooks md main files --- docs/alboran_sea.rst | 2 +- docs/gaussian_eddy.rst | 2 +- notebooks/alboran_sea/{alboran_sea.md => index.md} | 0 notebooks/gaussian_eddy/{gaussian_eddy.md => index.md} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename notebooks/alboran_sea/{alboran_sea.md => index.md} (100%) rename notebooks/gaussian_eddy/{gaussian_eddy.md => index.md} (100%) diff --git a/docs/alboran_sea.rst b/docs/alboran_sea.rst index 2167c4a..dc13cad 100644 --- a/docs/alboran_sea.rst +++ b/docs/alboran_sea.rst @@ -1,2 +1,2 @@ -.. include:: ../notebooks/alboran_sea/alboran_sea.md +.. include:: ../notebooks/alboran_sea/index.md :parser: myst_parser.sphinx_ \ No newline at end of file diff --git a/docs/gaussian_eddy.rst b/docs/gaussian_eddy.rst index e286cdb..7d3d758 100644 --- a/docs/gaussian_eddy.rst +++ b/docs/gaussian_eddy.rst @@ -1,2 +1,2 @@ -.. include:: ../notebooks/gaussian_eddy/gaussian_eddy.md +.. include:: ../notebooks/gaussian_eddy/index.md :parser: myst_parser.sphinx_ diff --git a/notebooks/alboran_sea/alboran_sea.md b/notebooks/alboran_sea/index.md similarity index 100% rename from notebooks/alboran_sea/alboran_sea.md rename to notebooks/alboran_sea/index.md diff --git a/notebooks/gaussian_eddy/gaussian_eddy.md b/notebooks/gaussian_eddy/index.md similarity index 100% rename from notebooks/gaussian_eddy/gaussian_eddy.md rename to notebooks/gaussian_eddy/index.md