- update "note", "tip", "warning" blocks to use ">" blocks (which is what the old notebooks used)
- updatea an html link for the Map Resources and Topo in the Additional Documentation to use markdown syntax so it renders properly in the generated webpage
- replaced table of auto-table of contents with a manual one with external links
- replaced all "top" links with external links
- changed header slightly and removed unidata logo
- updated the "Related Notebooks links"
Changed the name of the AWIPS_Grids_and_Cartopy notebook:
- removed the preceeding "AWIPS" since that's not in any of our other notebooks
Change the preview for Grid Levels and Parameters since the colorbar changed for the second example
Changed the preview for Model sounding data since the hodograph location moved
For the contourf function (last code block) the extend='both' parameter has to be passed into the contourf() function and removed from the colorbar() function in order to work and to not get a warning.