From d6d47ad375ecddc047f81b8a3e51d6c2616b9548 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Tue, 1 Jun 2021 16:53:41 -0600 Subject: [PATCH] Grids and cartopy webpage update: - fixed spelling mistake for "documentation" - changed formatting slightly for Additional documenation so it renders correctly for the webpage --- examples/notebooks/Grids_and_Cartopy.ipynb | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/examples/notebooks/Grids_and_Cartopy.ipynb b/examples/notebooks/Grids_and_Cartopy.ipynb index 4d70d9e..77a864c 100644 --- a/examples/notebooks/Grids_and_Cartopy.ipynb +++ b/examples/notebooks/Grids_and_Cartopy.ipynb @@ -345,19 +345,21 @@ "\n", "### 6.1 Related Notebooks\n", "\n", - "* [Grid Levels and Parameters](https://unidata.github.io/python-awips/examples/generated/Grid_Levels_and_Parameters.html)\n", + "- [Grid Levels and Parameters](https://unidata.github.io/python-awips/examples/generated/Grid_Levels_and_Parameters.html)\n", "\n", - "### 6.2 Additional Documention\n", + "### 6.2 Additional Documentation\n", "\n", "**python-awips:**\n", - "* [awips.DataAccessLayer](http://unidata.github.io/python-awips/api/DataAccessLayer.html)\n", - "* [awips.PyGridData](http://unidata.github.io/python-awips/api/PyGridData.html)\n", + "\n", + "- [awips.DataAccessLayer](http://unidata.github.io/python-awips/api/DataAccessLayer.html)\n", + "- [awips.PyGridData](http://unidata.github.io/python-awips/api/PyGridData.html)\n", "\n", "**matplotlib:**\n", - "* [matplotlib.pyplot](https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.html)\n", - "* [matplotlib.pyplot.subplot](https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.subplot.html)\n", - "* [matplotlib.pyplot.pcolormesh](https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.pcolormesh.html)\n", - "* [matplotlib.pyplot.contourf](https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.contourf.html)" + "\n", + "- [matplotlib.pyplot](https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.html)\n", + "- [matplotlib.pyplot.subplot](https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.subplot.html)\n", + "- [matplotlib.pyplot.pcolormesh](https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.pcolormesh.html)\n", + "- [matplotlib.pyplot.contourf](https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.contourf.html)" ] }, {