Skip to content

Commit

Permalink
fix image render issue
Browse files Browse the repository at this point in the history
  • Loading branch information
saivivek116 committed Jul 25, 2024
1 parent 1b37b54 commit 3637ee9
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# cookiecutter webpage things
cookiecutter.json
#/book/_build/html/assets

/book/_build
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
2 changes: 1 addition & 1 deletion book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ parts:

- caption: Chapter Nine
chapters:
- file: chapters/predictions
- file: chapters/Predictions
title: Model Predictions / Results

- caption: Chapter Ten
Expand Down
2 changes: 1 addition & 1 deletion book/chapters/Predictions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
"id": "JHTfd_L9UkBt"
},
"source": [
"![](../img/SWE_Map.png)"
"![SWE MAP](../img/SWE_Map.png)"
]
},
{
Expand Down
25 changes: 17 additions & 8 deletions book/chapters/datasource.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,23 @@
"\n",
"\n",
"\n",
"<img src=\"../img/gridMet/tmmn_map.png\" alt=\"air_temperature_tmmn Map\" height=\"250\" width=\"250\"/>\n",
"<img src=\"../img/gridMet/tmmx_map.png\" alt=\"air_temperature_tmmx Map\" height=\"250\" width=\"250\"/>\n",
"<img src=\"../img/gridMet/evapotranspiration_map.png\" alt=\"potential_evapotranspiration Map\" height=\"250\" width=\"250\"/>\n",
"<img src=\"../img/gridMet/mean_vapor_pressure_deficit_map.png\" alt=\"mean_vapor_pressure_deficit\" height=\"250\" width=\"250\"/>\n",
"<img src=\"../img/gridMet/relative_humidity_rmax_map.png\" alt=\"relative_humidity_rmax map\" height=\"250\" width=\"250\"/>\n",
"<img src=\"../img/gridMet/relative_humidity_rmin_map.png\" alt=\"relative_humidity_rmin Map\" height=\"250\" width=\"250\"/>\n",
"<img src=\"../img/gridMet/precipitation_amount.png\" alt=\"precipitation_amount Map\" height=\"250\" width=\"250\"/>\n",
"<img src=\"../img/gridMet/wind_speed_map.png\" alt=\"wind_speed Map\" height=\"250\" width=\"250\"/>\n",
"\n",
"\n",
"<img src=\"../img/gridMET/tmmn-map.png\" alt=\"air_temperature_tmmn Map\" height=\"250\" width=\"250\"/>\n",
"\n",
"<img src=\"../img/gridMET/tmmx_map.png\" alt=\"air_temperature_tmmx Map\" height=\"250\" width=\"250\"/>\n",
"\n",
"<img src=\"../img/gridMET/evapotranspiration_map.png\" alt=\"potential_evapotranspiration Map\" height=\"250\" width=\"250\"/>\n",
"\n",
"<img src=\"../img/gridMET/mean_vapor_pressure_deficit_map.png\" alt=\"mean_vapor_pressure_deficit\" height=\"250\" width=\"250\"/>\n",
"\n",
"<img src=\"../img/gridMET/relative_humidity_rmax_map.png\" alt=\"relative_humidity_rmax map\" height=\"250\" width=\"250\"/>\n",
"\n",
"<img src=\"../img/gridMET/relative_humidity_rmin_map.png\" alt=\"relative_humidity_rmin Map\" height=\"250\" width=\"250\"/>\n",
"\n",
"<img src=\"../img/gridMET/precipitation_amount.png\" alt=\"precipitation_amount Map\" height=\"250\" width=\"250\"/>\n",
"\n",
"<img src=\"../img/gridMET/wind_speed_map.png\" alt=\"wind_speed Map\" height=\"250\" width=\"250\"/>\n",
"\n",
"## Characteristics\n",
"\n",
Expand Down
7 changes: 1 addition & 6 deletions book/chapters/motivation.ipynb

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions book/chapters/overview.ipynb

Large diffs are not rendered by default.

Binary file added book/img/features.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added book/img/swe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3637ee9

Please sign in to comment.