From ebf3867417ececa8fddad6a28bb61e94dd5d0725 Mon Sep 17 00:00:00 2001 From: Martin Bauer <martin.bauer@fau.de> Date: Fri, 22 Mar 2019 15:53:44 +0100 Subject: [PATCH] Fix: correct tutorial paths in sphinx documentation for pystencils --- doc/sphinx/tutorials.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/sphinx/tutorials.rst b/doc/sphinx/tutorials.rst index d3b0e82..fc8f856 100644 --- a/doc/sphinx/tutorials.rst +++ b/doc/sphinx/tutorials.rst @@ -10,10 +10,10 @@ It is a good idea to download them and run them directly to be able to play arou /notebooks/01_tutorial_getting_started.ipynb /notebooks/02_tutorial_basic_kernels.ipynb - /notebooks/03_tutorial_advection_diffusion.ipynb - /notebooks/04_tutorial_phasefield_spinodal_decomposition.ipynb - /notebooks/05_tutorial_phasefield_dentritic_growth.ipynb - /notebooks/06_tutorial_datahandling.ipynb + /notebooks/03_tutorial_datahandling.ipynb + /notebooks/04_tutorial_advection_diffusion.ipynb + /notebooks/05_tutorial_phasefield_spinodal_decomposition.ipynb + /notebooks/06_tutorial_phasefield_dentritic_growth.ipynb /notebooks/demo_assignment_collection.ipynb /notebooks/demo_benchmark.ipynb /notebooks/demo_wave_equation.ipynb -- GitLab