Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kgoebber committed Dec 4, 2024
1 parent 9d9c3be commit f7ed391
Show file tree
Hide file tree
Showing 303 changed files with 24,979 additions and 38,445 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 9cd33201fb82e3ca084930652237c72c
config: 131119d66f7ebd66849d05e0d8537dbb
tags: 645f666f9bcd5a90fca523b33c5a78b7
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
4 changes: 2 additions & 2 deletions _sources/appendix/gridded_archive_data_access.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "metpy_book",
"language": "python",
"name": "python3"
},
Expand All @@ -261,7 +261,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.10"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion _sources/appendix/metpy_declarative_plotobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ elements of each element are given below.
* This attribute can change the color of the plotted observation.
Default is 'black'. Acceptable colors are those available through
Matplotlib:
<https://matplotlib.org/3.1.1/_images/sphx_glr_named_colors_003.png>
<https://matplotlib.org/stable/_images/sphx_glr_named_colors_003.png>

### **plot_units (optional)**
* A list of the desired units to plot the fields in. Will only work if
Expand Down
282 changes: 0 additions & 282 deletions _sources/appendix/story_telling_with_data.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion _sources/introduction/basic_html.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Here is a link to the <A HREF="http://www.weather.gov">National Weather Service<

This code would look like the following in a web browser:

Here is a link to the [National Weather Service](http://www.nws.noaa.gov).
Here is a link to the [National Weather Service](https://www.weather.gov).

Notice how the reference inside the quotation marks is the same as what
you would type into an address bar of a web browser.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"dataset = cat.datasets.filter_time_nearest(date, regex=r'_s(?P<strptime>\\d{13})', strptime='%Y%j%H%M%S')\n",
"\n",
"# Open most recent file available\n",
"ds = dataset.remote_access(use_xarray=True)\n",
"ds = dataset.remote_access(service='OPENDAP', use_xarray=True)\n",
"\n",
"# Apply a square root correction for visible imagery only\n",
"if channel == 2:\n",
Expand Down Expand Up @@ -142,7 +142,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "metpy_book",
"language": "python",
"name": "python3"
},
Expand All @@ -156,7 +156,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.10"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"dataset = cat.datasets.filter_time_nearest(date, regex=r'_s(?P<strptime>\\d{13})', strptime='%Y%j%H%M%S')\n",
"\n",
"# Open most recent file available\n",
"ds = dataset.remote_access(use_xarray=True)\n",
"ds = dataset.remote_access(service='OPENDAP', use_xarray=True)\n",
"\n",
"# Apply a square root correction for visible imagery only\n",
"if channel == 2:\n",
Expand Down Expand Up @@ -149,7 +149,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "metpy_book",
"language": "python",
"name": "python3"
},
Expand All @@ -163,7 +163,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.10"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion _sources/weather_technology/skewt/stability_review.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stability would be defined as neutral.
Different conditions of equilibrium related to stability.
Image from the <a href="https://serc.carleton.edu/introgeo/models/EqStBOT.html" target="_blank">Equilibrium, Stability, and Behavior over time</a>
and is licensed under the <a href=http://creativecommons.org/licenses/by-nc-sa/3.0/>Attribution-NonCommercial-ShareAlike 3.0</a>. Image source http://serc.carleton.edu/images/introgeo/models/Stability.jpg
and is licensed under the <a href=http://creativecommons.org/licenses/by-nc-sa/3.0/>Attribution-NonCommercial-ShareAlike 3.0</a>. Image source https://serc.carleton.edu/images/introgeo/models/Stability.jpg
```

These conditions can also be applied to the atmosphere. For parcels
Expand Down
Loading

0 comments on commit f7ed391

Please sign in to comment.