diff --git a/_modules/awips/DateTimeConverter.html b/_modules/awips/DateTimeConverter.html index 8d1248b..62b6e02 100644 --- a/_modules/awips/DateTimeConverter.html +++ b/_modules/awips/DateTimeConverter.html @@ -98,7 +98,7 @@
This function allows the exact final image to be specified based in pixels, with no padding or buffers.
def set_size(w,h, plt):
- """ w, h: width, height in pixels """
+ """ w, h: width, height in pixels """
# Convert from pixels to inches
DPI = plt.figure().get_dpi()
diff --git a/examples/generated/Regional_Surface_Obs_Plot.html b/examples/generated/Regional_Surface_Obs_Plot.html
index 0ba4712..2fc451f 100644
--- a/examples/generated/Regional_Surface_Obs_Plot.html
+++ b/examples/generated/Regional_Surface_Obs_Plot.html
@@ -255,7 +255,7 @@ units
Account for missing values (by using nan
)
def extract_plotting_data(arr, datatype):
- """
+ """
Extract all necessary data for plotting for either
datatype: 'obs' or 'sfcobs'
"""
diff --git a/index.html b/index.html
index 862ec0f..155187e 100644
--- a/index.html
+++ b/index.html
@@ -118,10 +118,6 @@ The package can be installed with either of the two well known package managers:
jupyter notebook examples
If you are experiencing issues, and have previously setup the conda environment, you may need to run:
-conda update --all
-