From 28176b645d090fa398d2c4acbfbb1ae104a6c3d8 Mon Sep 17 00:00:00 2001 From: JoostBuitink <44062204+JoostBuitink@users.noreply.github.com> Date: Thu, 27 Jul 2023 16:19:46 +0200 Subject: [PATCH] fix link to new notebook --- docs/getting_started/example_index.rst | 2 +- docs/user_guide/process_analyze.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting_started/example_index.rst b/docs/getting_started/example_index.rst index 74cee263..cf312aae 100644 --- a/docs/getting_started/example_index.rst +++ b/docs/getting_started/example_index.rst @@ -29,7 +29,7 @@ For a static (non-interactive) view of the examples follow one of the links belo **Pre- Post-processing and visualization** * `Convert wflow staticmaps netcdf to raster files <../_examples/convert_staticmaps_to_mapstack.ipynb>`_ -* `Prepare flow directions and related maps from a DEM <../examples/prepare_ldd.ipynb>`_ +* `Prepare flow directions and related maps from a DEM <../_examples/prepare_ldd.ipynb>`_ * `Plot Wflow static maps <../_examples/plot_wflow_staticmaps.ipynb>`_ * `Plot Wflow forcing data <../_examples/plot_wflow_forcing.ipynb>`_ * `Plot Wflow results data <../_examples/plot_wflow_results.ipynb>`_ diff --git a/docs/user_guide/process_analyze.rst b/docs/user_guide/process_analyze.rst index 4b9b3ae0..1c11a673 100644 --- a/docs/user_guide/process_analyze.rst +++ b/docs/user_guide/process_analyze.rst @@ -6,8 +6,8 @@ Pre and postprocessing and visualization The Hydromt-Wflow plugin provides several possibilities to postprocess and visualize the model data and model results: -* `Prepare flow directions and related maps from a DEM <../examples/prepare_ldd.ipynb>`_ using the `flw methods of HydroMT `_ -* `Convert Wflow staticmaps netcdf to raster files <../_examples/convert_staticmaps_to_mapstack.ipynb>`_ for further processing and analyzation +* `Prepare flow directions and related maps from a DEM <../_examples/prepare_ldd.ipynb>`_ using the `flw methods of HydroMT `_ +* `Convert Wflow staticmaps netcdf to raster files <../_examples/convert_staticmaps_to_mapstack.ipynb>`_ for further processing and analysis * Plot `staticmaps <../_examples/plot_wflow_staticmaps.ipynb>`_, `forcing data <../_examples/plot_wflow_forcing.ipynb>`_ and `model results <../_examples/plot_wflow_results.ipynb>`_ by means of additional python packages * Use the `statistical methods of HydroMT `_ @@ -16,7 +16,7 @@ The Hydromt-Wflow plugin provides several possibilities to postprocess and visua .. toctree:: :hidden: - Example: Prepare flow directions and related maps from a DEM <../examples/prepare_ldd.ipynb> + Example: Prepare flow directions and related maps from a DEM <../_examples/prepare_ldd.ipynb> Example: Convert wflow staticmaps netcdf to raster files <../_examples/convert_staticmaps_to_mapstack.ipynb> Example: Plot Wflow staticmaps <../_examples/plot_wflow_staticmaps.ipynb> Example: Plot Wflow forcing data <../_examples/plot_wflow_forcing.ipynb>