mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Merge pull request #119 from srcarter3/website
Fix a few broken links in ToC and reformatting in the See Also section
This commit is contained in:
commit
1c8f9ac6ed
1 changed files with 10 additions and 8 deletions
|
@ -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)<br> \n",
|
||||
" [2.4 Get Times](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#get-times)<br> \n",
|
||||
"[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",
|
||||
"[4 Function: make_map()](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interes.htmlt#function-make-map)<br> \n",
|
||||
"[4 Function: make_map()](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.htmlt#function-make-map)<br> \n",
|
||||
"[5 Get the Data!](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#get-the-data)<br> \n",
|
||||
"[6 Plot the Data!](https://unidata.github.io/python-awips/examples/generated/Colored_Surface_Temperature_Plot.html#plot-the-data)<br> \n",
|
||||
"[6 Plot the Data!](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#plot-the-data)<br> \n",
|
||||
" [6.1 Create CONUS Image](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#create-conus-image)<br> \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)<br> \n",
|
||||
"[7 High Resolution ROI](https://unidata.github.io/python-awips/examples/generated/Colored_Surface_Temperature_Plot.html#high-resolution-roi)<br> \n",
|
||||
"[7 High Resolution ROI](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#high-resolution-roi)<br> \n",
|
||||
" [7.1 New Data Request](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#new-data-request)<br> \n",
|
||||
" [7.2 Calculate Data](https://unidata.github.io/python-awips/examples/generated/Precip_Accumulation_Region_of_Interest.html#calculate-data)<br> \n",
|
||||
" [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 @@
|
|||
"### 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)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue