From 5c908962454c56160aa32f858e6dcf9cc761dd9d Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Mon, 30 Oct 2023 17:17:36 -0600 Subject: [PATCH] Fix a few broken links in ToC and reformatting in the See Also section --- ...recip_Accumulation_Region_of_Interest.ipynb | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/examples/notebooks/Precip_Accumulation_Region_of_Interest.ipynb b/examples/notebooks/Precip_Accumulation_Region_of_Interest.ipynb index 58ddcd1..dd177b4 100644 --- a/examples/notebooks/Precip_Accumulation_Region_of_Interest.ipynb +++ b/examples/notebooks/Precip_Accumulation_Region_of_Interest.ipynb @@ -38,12 +38,12 @@ "    [2.3 Refine the Request](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#refine-the-request)
\n", "    [2.4 Get Times](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#get-times)
\n", "[3 Function: calculate_accumulated_precip()](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#function-calculate-accumulated-precip)
\n", - "[4 Function: make_map()](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interes.htmlt#function-make-map)
\n", + "[4 Function: make_map()](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.htmlt#function-make-map)
\n", "[5 Get the Data!](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#get-the-data)
\n", - "[6 Plot the Data!](https://unidata.github.io/python-awips/examples/generated/Colored_Surface_Temperature_Plot.html#plot-the-data)
\n", + "[6 Plot the Data!](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#plot-the-data)
\n", "    [6.1 Create CONUS Image](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#create-conus-image)
\n", "    [6.2 Create Region of Interest Image](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#create-region-of-interest-image)
\n", - "[7 High Resolution ROI](https://unidata.github.io/python-awips/examples/generated/Colored_Surface_Temperature_Plot.html#high-resolution-roi)
\n", + "[7 High Resolution ROI](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#high-resolution-roi)
\n", "    [7.1 New Data Request](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#new-data-request)
\n", "    [7.2 Calculate Data](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#calculate-data)
\n", "    [7.3 Plot ROI](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#plot-roi)
\n", @@ -637,13 +637,15 @@ "### 8.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](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)" ] }, {