Skip to content

Commit 1c8f9ac

Browse files
author
srcarter3
authored
Merge pull request #119 from srcarter3/website
Fix a few broken links in ToC and reformatting in the See Also section
2 parents fb385bd + 5c90896 commit 1c8f9ac

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

examples/notebooks/Precip_Accumulation_Region_of_Interest.ipynb

+10-8
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"&nbsp;&nbsp;&nbsp;&nbsp;[2.3 Refine the Request](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#refine-the-request)<br> \n",
3939
"&nbsp;&nbsp;&nbsp;&nbsp;[2.4 Get Times](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#get-times)<br> \n",
4040
"[3 Function: calculate_accumulated_precip()](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#function-calculate-accumulated-precip)<br> \n",
41-
"[4 Function: make_map()](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interes.htmlt#function-make-map)<br> \n",
41+
"[4 Function: make_map()](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.htmlt#function-make-map)<br> \n",
4242
"[5 Get the Data!](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#get-the-data)<br> \n",
43-
"[6 Plot the Data!](https://unidata.github.io/python-awips/examples/generated/Colored_Surface_Temperature_Plot.html#plot-the-data)<br> \n",
43+
"[6 Plot the Data!](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#plot-the-data)<br> \n",
4444
"&nbsp;&nbsp;&nbsp;&nbsp;[6.1 Create CONUS Image](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#create-conus-image)<br> \n",
4545
"&nbsp;&nbsp;&nbsp;&nbsp;[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)<br> \n",
46-
"[7 High Resolution ROI](https://unidata.github.io/python-awips/examples/generated/Colored_Surface_Temperature_Plot.html#high-resolution-roi)<br> \n",
46+
"[7 High Resolution ROI](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#high-resolution-roi)<br> \n",
4747
"&nbsp;&nbsp;&nbsp;&nbsp;[7.1 New Data Request](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#new-data-request)<br> \n",
4848
"&nbsp;&nbsp;&nbsp;&nbsp;[7.2 Calculate Data](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#calculate-data)<br> \n",
4949
"&nbsp;&nbsp;&nbsp;&nbsp;[7.3 Plot ROI](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#plot-roi)<br> \n",
@@ -637,13 +637,15 @@
637637
"### 8.2 Additional Documentation\n",
638638
"\n",
639639
"**python-awips:**\n",
640-
"* [awips.DataAccessLayer](http://unidata.github.io/python-awips/api/DataAccessLayer.html)\n",
641-
"* [awips.PyGridData](http://unidata.github.io/python-awips/api/PyGridData.html)\n",
640+
"\n",
641+
"- [awips.DataAccessLayer](http://unidata.github.io/python-awips/api/DataAccessLayer.html)\n",
642+
"- [awips.PyGridData](http://unidata.github.io/python-awips/api/PyGridData.html)\n",
642643
"\n",
643644
"**matplotlib:**\n",
644-
"* [matplotlib.pyplot](https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.html)\n",
645-
"* [matplotlib.pyplot.subplot](https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.subplot.html)\n",
646-
"* [matplotlib.pyplot.pcolormesh](https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.pcolormesh.html)"
645+
"\n",
646+
"- [matplotlib.pyplot](https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.html)\n",
647+
"- [matplotlib.pyplot.subplot](https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.subplot.html)\n",
648+
"- [matplotlib.pyplot.pcolormesh](https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.pcolormesh.html)"
647649
]
648650
},
649651
{

0 commit comments

Comments
 (0)