diff --git a/book/_config.yml b/book/_config.yml index da330f9..3effcd8 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -19,7 +19,7 @@ sphinx: use_thebe_lite: true exclude_patterns: ["**/_*.yml", "**/*.md", "**/*.ipynb"] html_theme_options: - repository_url: "https://github.com/user/repo" #add your own repo URL here + repository_url: "https://github.com/eWaterCycle/projects" #add your own repo URL here use_repository_button: true use_issues_button : true launch_buttons: diff --git a/book/_toc.yml b/book/_toc.yml index 2b4ebee..56e89c9 100644 --- a/book/_toc.yml +++ b/book/_toc.yml @@ -20,7 +20,7 @@ parts: - file: tutorials_examples/intro_tutorials_examples.md sections: - file: tutorials_examples/1_HBV_Caravan_ERA5/example_model_run_HBV.ipynb - - file: tutorials_examples/2_HBV_PCRGlobWB_ERA5/example_model_run_pcrglobwb.ipynb + - file: tutorials_examples/2_PCRGlobWB_ERA5/example_model_run_pcrglobwb.ipynb - caption: References and credits chapters: - file: references.md diff --git a/book/tutorials_examples/1_HBV_Caravan_ERA5/example_model_run_HBV.ipynb b/book/tutorials_examples/1_HBV_Caravan_ERA5/example_model_run_HBV.ipynb index af9ff8d..ce8d4ac 100644 --- a/book/tutorials_examples/1_HBV_Caravan_ERA5/example_model_run_HBV.ipynb +++ b/book/tutorials_examples/1_HBV_Caravan_ERA5/example_model_run_HBV.ipynb @@ -214,13 +214,13 @@ "metadata": {}, "outputs": [], "source": [ - "# # option one: generate forcing data\n", - "# camelsgb_forcing = ewatercycle.forcing.sources['CaravanForcing'].generate(\n", - "# start_time=experiment_start_date,\n", - "# end_time=experiment_end_date,\n", - "# directory=forcing_path_caravan,\n", - "# basin_id=camelsgb_id,\n", - "# )" + "# option one: generate forcing data\n", + "camelsgb_forcing = ewatercycle.forcing.sources['CaravanForcing'].generate(\n", + " start_time=experiment_start_date,\n", + " end_time=experiment_end_date,\n", + " directory=forcing_path_caravan,\n", + " basin_id=camelsgb_id,\n", + ")" ] }, { diff --git a/book/tutorials_examples/2_HBV_PCRGlobWB_ERA5/example_model_run_pcrglobwb.ipynb b/book/tutorials_examples/2_PCRGlobWB_ERA5/example_model_run_pcrglobwb.ipynb similarity index 100% rename from book/tutorials_examples/2_HBV_PCRGlobWB_ERA5/example_model_run_pcrglobwb.ipynb rename to book/tutorials_examples/2_PCRGlobWB_ERA5/example_model_run_pcrglobwb.ipynb diff --git a/book/tutorials_examples/2_HBV_PCRGlobWB_ERA5/generate_clonemaps.ipynb b/book/tutorials_examples/2_PCRGlobWB_ERA5/generate_clonemaps.ipynb similarity index 100% rename from book/tutorials_examples/2_HBV_PCRGlobWB_ERA5/generate_clonemaps.ipynb rename to book/tutorials_examples/2_PCRGlobWB_ERA5/generate_clonemaps.ipynb diff --git a/book/tutorials_examples/2_HBV_PCRGlobWB_ERA5/generate_forcing.ipynb b/book/tutorials_examples/2_PCRGlobWB_ERA5/generate_forcing.ipynb similarity index 100% rename from book/tutorials_examples/2_HBV_PCRGlobWB_ERA5/generate_forcing.ipynb rename to book/tutorials_examples/2_PCRGlobWB_ERA5/generate_forcing.ipynb diff --git a/book/tutorials_examples/2_HBV_PCRGlobWB_ERA5/pcrglobwb_uk_05min.ini b/book/tutorials_examples/2_PCRGlobWB_ERA5/pcrglobwb_uk_05min.ini similarity index 100% rename from book/tutorials_examples/2_HBV_PCRGlobWB_ERA5/pcrglobwb_uk_05min.ini rename to book/tutorials_examples/2_PCRGlobWB_ERA5/pcrglobwb_uk_05min.ini